#splash-logo {
    text-align: center;
    padding-bottom: 30px
}

#splash-logo img {
    height: 60px
}

.navbar-brand img {
    height: 30px
}

.select-table {
    padding-bottom: 20px
}

.select-table select {
    display: inline-block;
    width: 200px;
    background-position: 93% 50%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.set_cursor {
    cursor: pointer;
}

.set_input_url {
    margin-left: -17px !important;
}

.set_header_color {
    background-color: #ed9427 !important;
}

/* Leadcss */
.leadbtn {
    margin-right: 10px;
}

.appointment_details .card {
    width: 99%;
    margin-bottom: 10px;
}

.linkdwonload {
    font-size: 20px;
    color: #c8ced3;
    float: right;
}

#filespicture .card {
    height: 150px;
    width: 150px;
}

#load_history li {
    list-style-type: none;
}

body {
    font-size: 14px;
}

.fc-day-grid-event {
    margin: 3px 3px 0 !important;
    padding: 5px 5px !important;
}

.color-option > span {
    border-radius: 1px;
    display: inline-block;
    height: 10px;
    margin: 0 8px 0 0;
    width: 10px;
}

.last_proposal {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
    /*max-width: 500px;*/
    max-width: 677px;
    margin: auto;
    text-align: center;
    font-family: arial;
}

.pr_link:visited {
    color: #fff;
}

#send_email_from .label-info {
    background-color: #577f00 !important;
}

#sendEmailFormCloseStatus .label-info {
    background-color: #577f00 !important;
}

span.tag.label.label-info {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

}

.nav-tabs {
    font-weight: 600 !important;
}

.tableTrhiglight {
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: 10;
    background-color: #ff8f8f !important;
    --stop-opacity: 1;
    opacity: var(--stop-opacity);
    transition: opacity 3s;
}

.font-12 {
    font-size: 12px;
}

.img-box-row {
    justify-content: space-between;
    margin-right: 4px;
    margin-left: 4px;
    align-self: center;
}

.img-view {
    height: 110px;
    width: 100%;
}

.panel-label-header {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.width-80 {
    width: 80px;
}

.no-image-view-icon {
    font-size: 115px;
    width: 100%;
}

.ignore_time {
    display: inherit;
    margin-left: 15px;
}
.ignore_time label{
    color: #23282c;
    font-size: 11px;
    position: absolute;
    margin: 3px 0 0 7px;
}

.canvasjs-chart-credit {
    display: none !important;
}

.canvasjs-chart-div a {
    display:none !important;
}

.water_mark {
    height: 15px;
    width: 70px;
    color: green;
    position: absolute;
    position: absolute;
    z-index: 100;
    bottom: 6px;
    background-color: white;
}

.chart-wrapper {
    height: 70px;
}

.dasboard-filter-btn {
    margin-top: 30px;
}

.dashboard-date-filter {
    margin-right: 7px;
}
.dashboard-clear-date-filter {
    width:59px;
}
.page_titles {
    font-size: 20px;
    margin-bottom: 0px;
}
.list_item {
    padding-top: 6px;
    padding-bottom: 6px;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 1px;
    height: 100%;
}
ul.timeline > li {
    margin: 21px 9px;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #556ee6;
    left: 20px;
    width: 20px;
    height: 20px;
}
.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.custom-combobox {
    display: block;
    background-color: white;
}

.monitoring-toggle-text {
    top: 5px;
}

.login-page {
    margin-top: 5rem !important;
}

#signin_loader, #auth_device_loader, #resend_otp_loader {
    display: none;
    float: right;
    padding: 5px;
}

#forgot_loader {
    display: none;
    float: right;
    padding: 5px;
}

.forgot-password-page {
    margin-top: 10rem !important;
}

.reset-password-page {
    margin-top: 8rem !important;
}

.fc-list-heading-alt {
    margin-left: 3px;
    float: left !important;
}

.custom-email {
    display: none !important;
}

/* Chart.js */
@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }
    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand > div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0
}

.chartjs-size-monitor-shrink > div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0
}

body[data-sidebar=dark].vertical-collpsed {
    min-height: 0px;
}

#send_email_to_designers .label-info {
    background-color: #577f00;
}

.block_appointment_type_selector {
    width: 100% !important;
}

.block-time-delete {
    display: none;
}

.loader-block-time {
    display: none;
}

.block-time-footer {
    justify-content: space-between;
}

.btn-edit-blocktime {
    margin-left: 4px;
    margin-right: 4px; 
    display: none;
}

#btnEditBlockTimeLabel {
    display: inline;
}

.save-block-time {
    display: none;
}

.site_survey_file_link {
    color: #1E71C5;
}

#loader_save_send_to_designer {
    display: none;
    float: right;
    padding: 5px;
}

.close-leads-file-name {
    font-size: 13px;
    padding-top: 3px;
    padding-left: 4px;
    display: block;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

.hideDiv {
    width: 100%;
    margin-bottom: 10px;
}

.proposals-img {
    height: 80px;
    max-width: 100%; 
}

.link-dwonload-div {
    width: unset;
    padding-right: 16px;
}

.lead-status-card-div {
    padding-top: 25px;
    padding-bottom: 25px;
    flex-direction:row;
}

.lead-status-row {
    margin-bottom: 10px;
}

.lead-status-col {
     margin-bottom: 0px;
}

.close_status_btn {
    align-self:center;
    margin-top: 27px;
}

#loan_edit_notes {
    width: 100%;
    margin-bottom: 10px;
}

#loan_note_edit {
    height: 50px;
}

.notes-div {
    width: 100%;
    margin-bottom: 10px;
}

.notes-div-li {
    margin-left: 23px !important;
}

.proposal-img-card-body {
    padding: 10px;
}

.proposal-img-div {
    margin-bottom: 0 !important;
}

.close-leads-file-name-row {
    justify-content: space-between;
}

.close-leads-file-name-col {
    width: unset;
    padding-top: 3px;
}

.proposal-file {
    font-size: 80px;
    width: 100%;
}

.proposal-img-main-div {
    margin-left: 0px;
}

.no-file-available {
    text-align:center;
}

.set-box-image-preview, .set-box-image-preview-installation{
    border: 1px solid #c8ced3;
    padding: 5px;
    margin: 5px 0 0 5px;
}
#siteSurveyInfoDetails .file,#siteSurveyInfoDetails_pop .file{
    display: flex;

}

.lead-tab-content {
    min-height: 500px;
}

.font-15 {
    font-size: 15px;
}

.rescheduled-status-color {
    background-color: #9C27B0;
    color: #FFFFFF;
}

.incomplete-status-color {
    background-color: #a9a9a9;
}
.no-sales-status-color {
    background-color: #ffff00;
}

.sold-declind-status-color {
    background-color: #ffa6f6;
}

.sold-pending-status-color {
    background-color: #4444ff;
    color: #FFFFFF;
}

.team-toggle i.the_tick {
    color: green;
    font-size: 20px;
    margin-left: 0px;
    opacity: 100;
}

.team-toggle {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.team-toggle-btn {
    margin-left: 3px;
    margin-top: 3px;
    cursor: pointer;
}

#add_new_lead_modal .assignTeam {
    margin-top: 10px;
}

.updateAssignTeam, .assignTeam {
    color: blue;
}

.history_notes {
    padding-left: 15px;
    padding-top: 0px;
    display: inline-block;
}

.removeLead {
    position: absolute;
    top: -7px;
    right: -5px;
    cursor: pointer;
    background-color: #556ee6;
    border-radius: 50%;
    color: #ffffff;
    height: 20px;
    width: 20px;
}

.removeLead i {
    padding: 0px 9px 0px 0px;
    margin: 0;
    position: absolute;
    top: 2.2px;
    right: -3.5px;
    color: #e4f3ff;
    font-size: 15px;
}

.lead-file-preview {
    font-size: 90px;
    width: 100%;
}

.lead-image-label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.lead-image-label-div {
    width: 115px;
    padding: 10px 5px 5px 1px;
}

.no-history-block {
    padding-left: 15px;
    padding-top: 0px;
    display: inline-block;
}

.incomplete {
    display: none;
}

.incomplete p {
    color: red;
}

.lead-image-preview {
    height: 90px;
    max-width: 100%;
}
.download-lead-file{
    margin-top: -28px;
}

.download-lead-file-icon {
    margin-right: -20px;
}
.image-preview-box{
    height: 150px;
    box-shadow: 0px 0px 5px #b4b6c4;
}

#appointment_modal .modal-header-box {
    white-space: nowrap;
}

.mr-1 {
    margin-right: 10px;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.footer-optiion {
    display: none;
}

.activePagination {
    background: rgb(85 110 230) !important; 
}

.label-file-title {
    background-color: #808080e3;
    padding: 5px;
    color: white;
    width: 96%;
    border-radius: 10px;
    margin: 16px;
}
#sidebar-menu {
    z-index: 100000;
}
#appointmentDetailsBox {
    padding: 1px 23px 0px 23px;
}

.qualifying-question-hr {
    margin-bottom: 0px;
}

.note-card-body {
    padding: .25rem 1rem;
}

.note-card-body .history-note {
    min-height: 120px; 
}

#edit_note_model {
    z-index: 10000;
}

.add-new-task {
    display: none;
}

#load_CADHistory li {
    list-style-type: none;
}

.editLeadGenerator{
    color:#0000ff;
    cursor: pointer;
    font-weight: 500;
}

.editLeadGenerator:hover{
    color:#0000ff;
}

.tblAppointmentList {
    overflow-x: hidden;
  }
  

.files-pictures .image-preview-box {
    border: 1px solid #1d1c1b21;
    height: unset;
    padding: 0.5rem 1.25rem;
}
.image-preview-box div.row{
    align-items: center;
}
.files-pictures .lead-file-preview {
    font-size: 30px;
    width: 50px;
}
.files-pictures .lead-image-label-div {
    width: 70%;
}
.files-pictures .actions{
    width: calc(100% - 70% - 65px);
}
.files-pictures .download-lead-file {
    margin-top: 0px;
    margin-right: 10px;
}
.files-pictures .download-lead-file-icon {
    margin-right : 0px;
}
.files-pictures .removeLead{
    background-color: unset;
    top: 3px;
}
.files-pictures .removeLead i{
    color: #f46a6a;
}
.files-pictures .removeLead i:hover{
    color: red;
}
.navbar-brand-full {
    object-fit: contain;
}
.logo-display {
    object-fit: contain;
}
.logo .logo-sm img{
    width: 35px;
}
.logo .logo-lg img{
    width: 85px;
}

.site-survey-approve-button {
    display: none;
}

.btn-installation-Checklist {
    display: none;
}

.installation-checkmark {
    display: none;
}

.close-leads-file-name-install {
    font-size: 11px;
    padding-top: 3px;
    padding-left: 4px;
    display: block;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

/* Site survey popup image loading START */
#installationInfoDetails .files-pictures .card,
#siteSurveyInfoDetails .files-pictures .card,
#serviceCallDetails .files-pictures .card,
#mpuInformation .files-pictures .card,
#reroofInfoDetails .files-pictures .card {
    margin-bottom: 10px;
}

#siteSurveyInfoDetails_pop .files-pictures .card,
#installationInfoDetails_pop .files-pictures .card,
#installationInfoDetails_pop_pdf .files-pictures .card,
#mpuInformation_pop .files-pictures .card {
    margin-bottom: 10px;
    width: 70%;
}
#siteSurveyInfoDetails_pop .files-pictures .lead-file-preview,
#siteSurveyInfoDetails .files-pictures .lead-file-preview,
#installationInfoDetails .files-pictures .lead-file-preview,
#installationInfoDetails_pop .files-pictures .lead-file-preview,
#installationInfoDetails_pop_pdf .files-pictures .lead-file-preview,
#serviceCallDetails .files-pictures .lead-file-preview,
#mpuInformation_pop .files-pictures .lead-file-preview,
#m1ReviewDocumetModal .files-pictures .lead-file-preview,
#reroofProposalReviewDocumetModal .files-pictures .lead-file-preview,
.critterGuardInformationForm .files-pictures .lead-file-preview,
.divServiceCallChecklist .files-pictures .lead-file-preview,
#reroofInfoDetails .files-pictures .lead-file-preview,
#mpuInformation .files-pictures .lead-file-preview {
    font-size: 20px;
    width: 38px;
}
#siteSurveyInfoDetails_pop .files-pictures .image-preview-box,
#siteSurveyInfoDetails .files-pictures .image-preview-box,
#installationInfoDetails .files-pictures .image-preview-box,
#installationInfoDetails_pop .files-pictures .image-preview-box,
#installationInfoDetails_pop_pdf .files-pictures .image-preview-box,
#m1ReviewDocumetModal .files-pictures .image-preview-box,
#reroofProposalReviewDocumetModal .files-pictures .image-preview-box,
#serviceCallDetails .files-pictures .image-preview-box,
#mpuInformation_pop .files-pictures .image-preview-box,
#mpuInformation .files-pictures .image-preview-box,
.divServiceCallChecklist .files-pictures .image-preview-box,
#reroofInfoDetails .files-pictures .image-preview-box,
.critterGuardInformationForm .files-pictures .image-preview-box {
    padding: 0.1rem 0.7rem;
}
#siteSurveyInfoDetails_pop .files-pictures .actions, 
#siteSurveyInfoDetails .files-pictures .actions,
#installationInfoDetails .files-pictures .actions,
#installationInfoDetails_pop .files-pictures .actions,
#installationInfoDetails_pop_pdf .files-pictures .actions,
#m1ReviewDocumetModal .files-pictures .actions,
#reroofProposalReviewDocumetModal .files-pictures .actions,
#serviceCallDetails .files-pictures .actions,
#mpuInformation_pop .files-pictures .actions, 
#mpuInformation .files-pictures .actions,
.divServiceCallChecklist .files-pictures .actions,
#reroofInfoDetails .files-pictures .actions,
.critterGuardInformationForm .files-pictures .actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 70% - 42px);
    padding-right: 5px;
}
#siteSurveyInfoDetails_pop .files-pictures .site_survey_delete_image i, 
#siteSurveyInfoDetails .files-pictures .site_survey_delete_image i,
#installationInfoDetails .files-pictures .installation_delete_image i,
#installationInfoDetails_pop .files-pictures .installation_delete_image i,
#installationInfoDetails_pop_pdf .files-pictures .installation_delete_image i,
#serviceCallDetails .files-pictures .service_call_delete_image i,
#mpuInformation_pop .files-pictures .mpu_delete_image i, 
#mpuInformation .files-pictures .mpu_delete_image i,
.divServiceCallChecklist .files-pictures .service_checklist_delete_image i,
#reroofInfoDetails .files-pictures .reroof_delete_image i,
#reroofInfoDetails .files-pictures .reroof_delete_quotes i,
.critterGuardInformationForm .files-pictures .cgi_delete_image i {
    color: #f46a6a;
    cursor: pointer;
}
#siteSurveyInfoDetails_pop .files-pictures .linkdwonload, 
#siteSurveyInfoDetails .files-pictures .linkdwonload,
#installationInfoDetails .files-pictures .linkdwonload,
#installationInfoDetails_pop .files-pictures .linkdwonload,
#installationInfoDetails_pop_pdf .files-pictures .linkdwonload,
#m1ReviewDocumetModal .files-pictures .linkdwonload,
#reroofProposalReviewDocumetModal .files-pictures .linkdwonload,
#serviceCallDetails .files-pictures .linkdwonload,
#mpuInformation_pop .files-pictures .linkdwonload, 
#mpuInformation .files-pictures .linkdwonload,
.divServiceCallChecklist .files-pictures .linkdwonload,
#reroofInfoDetails .files-pictures .linkdwonload,
.critterGuardInformationForm .files-pictures .linkdwonload  {
    float: unset;
    margin-right: 10px;
}
#siteSurveyInfoDetails_pop .files-pictures .lead-image-label-div label, 
#siteSurveyInfoDetails .files-pictures .lead-image-label-div label,
#installationInfoDetails .files-pictures .lead-image-label-div label,
#installationInfoDetails_pop .files-pictures .lead-image-label-div label,
#installationInfoDetails_pop_pdf .files-pictures .lead-image-label-div label,
#m1ReviewDocumetModal .files-pictures .lead-image-label-div label,
#reroofProposalReviewDocumetModal .files-pictures .lead-image-label-div label,
#serviceCallDetails .files-pictures .lead-image-label-div label,
#mpuInformation_pop .files-pictures .lead-image-label-div label, 
#mpuInformation .files-pictures .lead-image-label-div label,
.divServiceCallChecklist .files-pictures .lead-image-label-div label,
#reroofInfoDetails .files-pictures .lead-image-label-div label,
.critterGuardInformationForm .files-pictures .lead-image-label-div label {
    cursor: pointer;
    margin-right: 14px;
}
.custom-file-upload.disabled {
    border: 1px solid #90a1ef;
    background-color: #90a1ef;
    pointer-events: none;
}
#siteSurveyInfoDetails .custom-file-upload,
#siteSurveyInfoDetails_pop .custom-file-upload,
#installationInfoDetails .custom-file-upload,
#installationInfoDetails_pop .custom-file-upload,
#installationInfoDetails_pop_pdf .custom-file-upload,
#serviceCallDetails .custom-file-upload,
#mpuInformation .custom-file-upload,
.critterGuardInformationForm .custom-file-upload,
.checklistshow .custom-file-upload,
#reroofInfoDetails .custom-file-upload,
#mpuInformation_pop .custom-file-upload {
    min-width: unset;
}
/* Site survey popup image loading END */

.dashboard-box-icon {
    cursor: pointer;
}

.lead-stage-btn {
    cursor: pointer;
}
.popover {
    width: 100%;
    max-width: 300px !important;
    font-size: 13px;
    box-shadow: 0px 10px 15px rgb(28 31 47 / 30%);
}
.lead-view-pipeline-status .fa-times, .lead-view-M1-status .fa-times {
    color: #ff0000;
}
.lead-view-pipeline-status .fa-check, .lead-view-M1-status .fa-check {
    color: #34c38f;
}
#closeStatusButtonDiv button,#agreementAdd,#proposal_add{
    margin-bottom: 5px
}

.job-inspection-note-div-hide, .thermostats-box, .appts-site-survey-note {
    display: none;
}

.add-checklist-div, .btn-checklist-hide, .add-checklist-div-follow, .edit-checklist-div{
    display: none;
}

.checklist-delete-item {
    max-width: 50px;
}

.checklist-label {
    display: block;
    padding-top: 10px;
}

.progress .progress-color {
    background-color: #34c38f;
}
.serviceCallDetails {
    height:439px;
    overflow-y: scroll;
}

.appointment-icon-label {
    cursor:pointer;
    background-size:contain; 
    background-repeat:no-repeat; 
    display:inline-block;
}

.lead-source-icon {
    font-size: 16px;
}

.lead-source-icon-add {
    font-size: 12px;
}

.phone-2-div, .email-2-div {
    display: none;
}

.available-time-icon-disable {
    pointer-events: none;
    color: #9d9c9c;
}

#appointment_modal #appointment_form .leadNameSection {
    width: auto !important;
}

#appointment_modal #appointment_form #view_lead_info{
    margin-left: 10px;
}

#appointment_modal .modal-header-box {
    align-items: center !important;
}

.remove-phone-2, .remove-email-2 {
    color: #FF0000;
}

.appointment-type-disabled {
    pointer-events: none;
    background-color: rgb(228, 231, 234);
    opacity: 1;
}

#addLeads .select2-selection--single, #leadEdit_modal .select2-selection--single {
    height: 37px;
}

.tab-color-div {
    background-color: #ffa9a9 !important;
}
.pipeline-box .img-adders-mpu {
    width:20px;
    height: 20px;
    background-image: url(../images/mpu.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.pipeline-box .img-adders-mpu-red {
    width:20px;
    height: 20px;
    background-image: url(../images/mpu_red.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.pipeline-box .img-adders-derate {
    width:18px;
    height: 18px;
    background-image: url(../images/derate.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.pipeline-box .img-wrench-pop {
    width: 18px;
    height: 18px;
    background-image: url(../images/wrench3.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.pipeline-box .img-cash-pop {
    width: 20px;
    height: 20px;
    background-image: url(../images/project_type_cash.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.pipeline-box .img-loan-pop {
    width: 20px;
    height: 20px;
    background-image: url(../images/project_type_loan.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.pipeline-box .img-lease-pop {
    width: 20px;
    height: 20px;
    background-image: url(../images/project_type_lease.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.img-adders {
    display: none;
}
#m1ApprovalDocumentDiv .custom-file-upload {
    min-width: 120px !important;
    margin-left: auto;
}
#m1ApprovalDocumentDiv .table-divs {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#m1ApprovalDocumentDiv .table-divs-div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#history .btn-sm.editNote,.show_appt_history .btn-sm.editNote {
    font-size: 0.5rem;
}

.proposal-request-form-data .select2-container { 
    width: 100% !important; 
}

.incomplete-appointments-card {
    padding-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.incomplete-appointments-card .app-search.table-search-box{
    position:unset;
    float:right;
    margin-top:0px;
    padding:0px;
    z-index: 1;
}

.history-new-data, .update-lead-status-loader {
    display: none;
}

.closerLeadGenerator {
    color: #0000ff;
    font-weight: 500;
}

.city-not-found-card {
    padding-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.city-not-found-card .app-search.table-search-box{
    position:unset;
    float:right;
    margin-top:0px;
    padding:0px;
    z-index: 1;
}

.role-permission-management-data {
    padding-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -30px;
}

.role-permission-management-data .app-search.table-search-box {
    position:unset;
    float:right;
    margin-top:0px;
    padding:0px;
}


ul.ulRolePermission,
ul.ulRolePermission * {
    list-style-type: none;
    margin: 0px;
    margin-left: 2px;
    padding: 0 0 0px 0;
}

ul.ulRolePermission li {
    padding: 4px 0 0 0;
    line-height: 24px;
}

ul.ulRolePermission li ul {
    padding: 0 0 0 34px;
    margin: 0;
}

#divListofMenuRolePermission input[type=checkbox] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}
#divListofMenuRolePermission label {
    cursor: pointer;
    font-weight: 500;
    padding: 2px 0;
    margin-left: 0px;
}

#divListofMenuRolePermission input[type=checkbox]:indeterminate::before {
    content: "\2212";
    color: white;
    width: 17px;
    height: 100%;
    background-color: #0075ff;
    justify-content: center;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    border-radius: 2px;
}
.pipeline-box .img-calendar-pop {
    width: 18px;
    height: 18px;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

ul.ulpipelineConfig, ul.ulpipelineConfig * {
    list-style-type: none;
    margin: 0;
    padding: 0 0 2px 0;
}
ul.ulpipelineConfig li {
    line-height: 24px;
}

ul.ulpipelineConfig li ul {
    margin: 0;
}

ul.ulpipelineConfig .chkPipelineConfigLable {
    cursor: pointer;
    font-weight: 500;
    margin-left: 4px;
    vertical-align: text-bottom;
}

ul.ulpipelineConfig input[type=checkbox] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

ul.ulpipelineConfig input[type=checkbox]:indeterminate::before {
    content: "\2212";
    color: white;
    width: 17px;
    height: 100%;
    background-color: #0075ff;
    justify-content: center;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    border-radius: 2px;
}

ul.ulpipelineConfig .divOptionsPipeConfig{
    font-size: 13px;
}

label.chkPipelineConfigLableSecond{
    padding-left: 30px;
    font-weight: 400!important;
    font-size: 13px;
}

ul.ulSiteSurveysConfigCity li{
    margin-left: 15px;
    padding-top: 0px;
    font-weight: 400 !important;
}

ul.ulSiteSurveysConfigCity li label{
    font-weight: 400;
    font-size: 13px;
    vertical-align: bottom;
}

ul.ulSiteSurveysConfigCity li input[type=checkbox]{
    width: 13px;
    height: 13px;
}
.chkCommissionDetailReport {
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
  
.chkLeadCommissionDetailReport {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

#messageDownloadDetailReport {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 13px;
    display: flex;
    justify-content: end;
    padding: 9px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#userCommissionDataTable_wrapper .toolbar , #CommissionDataTableCustomer_wrapper .toolbar{
    display: initial;
    font-size: 13px;
    color: #924040;
    background-color: #fde1e1;
    border-color: #fcd2d2;
    padding: 5px !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
#CommissionDataTableCustomer_wrapper .btn-group {
   margin-left: 0px;
}

label.form-check-label.filterDateCommissionLabel {
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
}
input.form-check-input.filterDateCommissionCheckBox {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.commission-management-page .ui-datepicker-trigger{cursor:pointer}

#viewUserCommissionDataTable_paginate {
    margin-top: 5px !important;
}

#viewCommissionManagementData {
    margin-top: 25px !important;
}
#CommissionDataTableCustomer .img-netsuite-pushed, #userCommissionDataTable .img-netsuite-pushed {
    width: 16px;
    height: 16px;
    background-image: url(../images/netsuite.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.img-solar-insurance {
    width: 25px;
    height: 25px;
    background-image: url(../images/insurance.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

td.tdM1DateCommission{
    min-width: 105px;
}
.fa-times-circle-o {
    color: #ff0000;
}
.manual_address_link {
    font-size: 12px !important;
    cursor: pointer !important;
    color: #556ee6 !important;
}

.manual_address_link:hover {
    text-decoration: underline !important;  
}

.highlight {
    background-color: #ffd700;
    font-weight: normal;
    padding: 2px;
    color: #49463c;
}

.highlight-audio {
    color: #FFF;
    background-color: #ff6f00;
    padding: 2px;
}

.chkRequestPDFFiles{
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.reason-why-reject-m1{
    font-size: 12px;
    color: #f46a6a;
}
.reason-why-reject-m1:hover{
   text-decoration: underline;
   cursor: pointer;
}
.sitesurvey-reject-file-a:hover{
    text-decoration: underline !important;
    cursor: pointer;
    color: #556ee6;
 }
.img-microphone-connected {
    width: 23px;
    height: 23px;
    background-image: url(../images/microphone.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.img-microphone-diconnected {
    width: 23px;
    height: 23px;
    background-image: url(../images/microphone-mute.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.img-output-connected {
    width: 23px;
    height: 23px;
    background-image: url(../images/headphone.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.img-output-disconnected {
    width: 23px;
    height: 23px;
    background-image: url(../images/no-headphones.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-right: 23px;
}

ul.ulWelcomeCallLogs .event-list{
    padding: 0px 0 15px 15px;
}
.log-entry-welcome-call-log{
    /* padding: 2px; */
    font-size: 13px!important;
    margin-bottom: 0.25rem!important;
    margin-left: 0.25rem!important;
}
.divWelcomeCallVolume{
    display: block;
    height: 20px;
    width: 0;
}
.chkwelcomeCalldispositionComplete{
    width: 15px;
    height: 15px;
 }
 .mfp-bg,
 .mfp-wrap {
     z-index: 100000 !important;
 }

 .white-popup {
     position: relative;
     background: #FFF;
     padding: 10px;
     width: auto;
     max-width: 28vw;
     margin: 13px auto;
     align-items: center;
     display: flex;
 }

 @media (max-width:800px) {
     .white-popup {
         max-width: max-content;
     }
 }
 @media (max-width:900px) {
     .white-popup {
         max-width: max-content;
     }
 }

 .flex-webkit-box {
    display: -webkit-box !important;
    width: 90%;
 }

@media (max-width:991px) {
    .flex-webkit-box {
        width: 75%;
    }
}

 .popover {
     padding-left: 0px;
     padding-right: 0px;
 }
 .apptSectionUtilityBillsDiv,.divReroofRequired,.reroofPicsDiv,.reroofNote,.reroofInfoNote,.divReroofInfoSave,.reroofNoteCloseDeal, .reroofPicsDivCloseDeal,.reroofNoteCloseDealAppt, .reroofPicsDivCloseDealAppt, .reroofQuoteDivCloseDeal, .reroofQuoteDivCloseDealAppt {
    display: none;
 }

 .checkListDone{
    font-size: 13px;
    font-weight: 500;
    text-decoration: line-through;
    color: #697582;
 }

 .checkListPending{
    font-size: 13px;
    font-weight: 700;
 }

 @media (min-width:768px) {
    .divServiceCallChecklist {
        margin-left: 1rem !important;
    }
}
.btnForServiceCallAppts{
    display: none;
}
/* Reduce padding to display long names in sidebar */
#sidebar-menu ul li ul.sub-menu li a {
    padding: .4rem 1.5rem .4rem 2.6rem;
}
/* Resolve issue with processing from datatable */
.chatbot-appointments .dataTables_processing {
    z-index: 999 !important;
}
.chat-conversation .conversation-list {
    max-width: 80%;
}
.chatbot-notification-card .simplebar-scrollable-y {
    max-height: 470px;
}
.chatbot-sms-history-card .simplebar-scrollable-y {
    max-height: 400px;
}
.chatbot-sms-history-card .simplebar-placeholder {
    width: 351px; 
    height: 664px;
}
.chatbot-sms-history-card .simplebar-content-wrapper,
.chatbot-notification-card .simplebar-content-wrapper {
    height: auto; 
    overflow: hidden scroll;
}
.sms-notification-icon {
    font-size: 40px;
    color:#556ee6;
}
/*Card overlay for commission*/
.card-overlay-custom-commission {
    align-items: center;
    background-color: rgba(255,255,255,.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
 }

.switch-user-class .switch-user-page-topbar {
    top: 30px !important;
}

.switch-user-class .switch-user-vertical-menu {
    top: 100px !important;
}

.email-send-receive {
    font-size: 26px;
    padding-left: 30px;
}

.email-wrapper .mail-sidebar .menu-bar {
    width: 100%;
    float: right;
    height: 100%;
    min-height: 100%;
  }
  
  @media (max-width: 767.98px) {
    .email-wrapper .mail-sidebar .menu-bar {
      min-height: 100vh;
      max-height: 100%;
      height: auto;
      overflow-y: auto;
      overflow-x: hidden;
    }
  }
  
  .email-wrapper .mail-sidebar .menu-bar .menu-items {
    padding: 0;
    margin-bottom: 0;
    height: auto;
    list-style-type: none;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .menu-items li {
    padding: 10px 15px;
    transition: 0.4s;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .menu-items li:hover {
    background: rgba(240, 244, 249, 0.8);
  }
  
  .email-wrapper .mail-sidebar .menu-bar .menu-items li a {
    color: #303a40;
    font-size: 0.75rem;
    text-decoration: none;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .menu-items li a i {
    margin-right: 8px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .menu-items li.active {
    background: #e6e9ed;
    border-radius: 4px;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .menu-items li.active a {
    color: #464dee;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .menu-items li.compose:hover {
    background: transparent;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .online-status {
    margin-top: 1rem;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .online-status .chat {
    font-size: 0.75rem;
    color: #464dee;
    margin-bottom: 0;
    font-weight: 600;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .online-status .status {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: flex-start;
    transform: translateX(-43px) translateY(2px);
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list {
    padding: 10px 0;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 0;
    display: block;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list-item:last-child {
    border-bottom: 0;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list-item a {
    text-decoration: none;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    width: 20%;
    max-width: 40px;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic img {
    max-width: 100%;
    width: 100%;
    border-radius: 100%;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user {
    width: 100%;
    padding: 5px 10px 0 15px;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    color: #000000;
  }
  
  .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation {
    font-size: calc(0.75rem - 0.1rem);
    margin-bottom: 0;
  }
  
  .email-wrapper .sidebar.open {
    left: 0;
  }
  
  /* Mail List Container */
  .email-wrapper .mail-list-container {
    overflow-x: auto;
    max-height: 100vh;
    height: 100%;
    padding: 0 !important;
  }
  
  .email-wrapper .mail-list-container a {
    text-decoration: none;
  }
  
  .email-wrapper .mail-list-container .mail-list {
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
    padding: 10px 15px;
    width: 100%;
  }

  .email-wrapper .mail-list-container .mail-list .mdi-email-send,
  .email-wrapper .mail-list-container .mail-list .mdi-email-receive {
    font-size: 22px;
  }
  
  .email-wrapper .mail-list-container .mail-list:last-child {
    border-bottom: none;
  }
  
  .email-wrapper .mail-list-container .mail-list .form-check {
    margin-top: 12px;
    width: 11%;
    min-width: 20px;
  }
  
  .email-wrapper .mail-list-container .mail-list .mail-content {
    width: 83%;
    padding: 3px;
  }
  
  .email-wrapper .mail-list-container .mail-list .mail-content .sender-name {
    font-size: 12px;
    max-width: 98%;
    margin-bottom: 0px !important;
  }
  
  .email-wrapper .mail-list-container .mail-list .mail-content .message_text {
    margin: 0;
    max-width: 93%;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .email-wrapper .mail-list-container .mail-list .mail-content .message_time {
    margin: 0;
    font-size: 12px;
  }
  
  .email-wrapper .mail-list-container .mail-list .details {
    width: 5.5%;
  }
  
  .email-wrapper .mail-list-container .mail-list .details .date {
    text-align: right;
    margin: auto 15px auto 0;
    white-space: nowrap;
  }
  
  .email-wrapper .mail-list-container .mail-list .details i {
    margin: auto 0;
    color: #ddd;
  }
  
  .email-wrapper .mail-list-container .mail-list .details i.favorite {
    color: #fcd539;
  }
  
  .email-wrapper .mail-list-container .mail-list.new_mail {
    background: #e6e9ed;
  }
  
  .email-wrapper .mail-list-container .mail-list.new_mail .details .date {
    color: #000000;
  }
  
  /* Message Content */
  .email-wrapper .message-body .sender-details {
    padding: 20px 15px 0;
    display: -webkit-flex;
    display: flex;
  }

  .email-wrapper .mail-view {
    padding: 0 !important;
    max-height: 100vh;
    overflow-x: auto;
  }

  .email-wrapper .message-body {
    border-left: 1px solid #e9e9e9;  
  }  
  
  .email-wrapper .message-body .sender-details .details {
    padding-bottom: 0;
  }
  
  .email-wrapper .message-body .sender-details .details .msg-subject {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0 !important;
  }
  
  .email-wrapper .message-body .sender-details .details .sender-email {
    font-size: 12px;
    margin-bottom: 1rem;
  }
  
  .email-wrapper .message-body .message-content {
    padding: 50px 15px;
  }

.switched-user-alert {
    background: rgb(126, 218, 126);
    font-size: 13px;
    padding: 6px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 1999;
}

.pace .pace-progress {
    background: #556ee6;
}

.switch-user-class .switch-user-page-content {
    padding: calc(100px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

.switch-user-class .switch-user-page-content .modal {
    margin-top: 15px;
}

@media (max-width: 576px){
    .switch-user-class .switch-user-page-topbar {
        top: 45px !important;
    }

    .switch-user-class .switch-user-vertical-menu {
        top: 115px !important;
    }
    
    .switched-user-alert {
        font-size: 11px;
    }
    
    .switch-user-class .switch-user-page-content .modal {
        margin-top: 50px;
    }
}

.goHiLevel-transactions {
    cursor: pointer;
}

.solar-projects-alerts-card {
    background-color: #fcf0db;
    border-color:#fbe9c9;
    cursor: pointer;
}

.solar-projects-alerts-card .media-body p,.solar-projects-alerts-card .media-body h4 {
    color: #745625 !important;
}

.solar-projects-alerts-card .mini-stat-icon,.solar-projects-alerts-card .avatar-title{
    background-color: #745625 !important;
}

#solarProjectsAlertsModal .app-search.table-search-box {
    margin-top: 0 !important;
    margin-left: 0 !important;
    position:relative !important;
    z-index: inherit;
    padding: 0 !important;
}

#solarProjectsAlertsModal .dataTables_processing {
	z-index: 10000 !important;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.welcome-call-play {
    height: fit-content;
    font-size: 11px !important;
    cursor: pointer;
    padding: 6px 9px !important;
}

#frmServiceCallChecklist .checklist-delete-note-section {
    display: none;
}

.btn.btn-ai,.btn.btn-ai:hover {
    background: rgb(213,88,88);
    background: linear-gradient(90deg, rgba(213,88,88,1) 50%, rgba(233,148,27,1) 100%);
    color: #fff;
    font-weight: 400;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
}

@keyframes beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

.beat-fade {
    animation-name: beat-fade;
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s)
}

#refineTextModal .modal-content,#updateLeadPartnerConfirmationModal .modal-content {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#refineTextModal .refineTextLoader {
    display: none;
}

.inverter-disabled
{
    pointer-events: none;
    background-color: #D3D3D3;
}