#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 {
    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-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 {
    margin-bottom: 10px;
}

#siteSurveyInfoDetails_pop .files-pictures .card,
#installationInfoDetails_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,
#serviceCallDetails .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,
#serviceCallDetails .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,
#serviceCallDetails .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,
#serviceCallDetails .files-pictures .service_call_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,
#serviceCallDetails .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,
#serviceCallDetails .files-pictures .lead-image-label-div label {
    cursor: pointer;
    margin-right: 14px;
}
.custom-file-upload.disabled {
    border: 1px solid #848795;
    background-color: #848795;
}
#siteSurveyInfoDetails .custom-file-upload,
#siteSurveyInfoDetails_pop .custom-file-upload,
#installationInfoDetails .custom-file-upload,
#installationInfoDetails_pop .custom-file-upload,
#serviceCallDetails .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 {
    color: #ff0000;
}
.lead-view-pipeline-status .fa-check {
    color: #34c38f;
}
#closeStatusButtonDiv button,#agreementAdd,#proposal_add{
    margin-bottom: 5px
}

.job-inspection-note-div-hide, .thermostats-box {
    display: none;
}

.add-checklist-div, .btn-checklist-hide, .add-checklist-div-follow, .edit-checklist-div{
    display: none;
}

.checklist-label {
    display: contents;
}
.checklist-delete-item i {
    color: #f46a6a;
}

.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;
}