﻿.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
html {
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
}

select, input, textarea {
    margin-top: 10px;
}

label{
    font-weight: bolder;
}

span.primary {
    color: #a6a83d !important;
}
label.required::after {
    content: '*';
    margin-left: 5px;
    color: #771a23 !important;
}

a {
    color: #5e5ce6;
    text-decoration: none;
}

.btn {
    cursor: pointer;
    padding: 15px 25px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

    .btn.btn-sm {
        padding: 7px 10px;
    }

.btn.btn-primary {
    background: #646233;
    border-color: #646233;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.no-border{
    border: none;
}

.no-shadow{
    box-shadow: none; 
}

.no-click{
    pointer-events:none;
}
 
.no-hover tr:hover{

}

.field-validation-error {
    color: red;
    font-size: 12px;
    margin-top: 6px;
    display: block;
}

.residential-intake {
    background: #050404;
}

    .residential-intake label {
        color: white;
        font-weight: 700;
    }
    .residential-intake .form-control {
        background: transparent;
        color: white;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }
    .residential-intake select.form-control {
        background: white;
        color: black;
    }

    .residential-intake .address-section {
        background: #771a23;
        padding-top: 50px;
    }

    .residential-intake .address-text {
        background: #f5f5f5;
        padding: 20px;
        margin: 10px 0px;
        display: flex;
        align-items: center;
    }
    .residential-intake .address-text img{
        width: 30px;
        margin-right: 10px;
    }

        .residential-intake .address-text a {
            color:black;
        }

    .residential-intake .address-section iframe{ 
        width: 100%;
    }

   
.residential-intake form{
    padding: 20px;

}

#PanelOverlay {
    /* default hidden */
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

#SidePanel {
    /* default hidden */
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 800px;
    max-width: 100%;
    height: 100%;
    background-color: white;
    overflow: auto;
    z-index: 999;
}

#SidePanel {
    /* transistion animation */
    transition: right 0.5s ease;
    /* start off-screen */
    right: -800px;
}


.modal-backdrop {
    /* must be behind the panel and any modals */
    z-index: 998;
}


#SelectionPartialContainer .row .col {
    width: 25%;
    flex: none;
    padding: 0px;
    border: 3px solid transparent;
}
    #SelectionPartialContainer .row .col .card {
        width: 100% !important;
        border-radius: 0px;
    }
.residential-intake #SelectionPartialContainer label {
    color: black;
    font-weight: 200;
}
#SelectionPartialContainer .row {
    padding: 0px 15px;
}
    #SelectionPartialContainer .row .col .card img {
        max-height: 75px;
        height: 75px !important;
        object-fit: cover;
        /*transition: transform .2s;*/
    }
    #SelectionPartialContainer .row .col > label{
        width: 100%;
    }

#SelectionPartialContainer .selected-design {
    border: 3px solid #00ff21 !important;
}
#SelectionPartialContainer .row .col input{
    display:none;
}
.preview-span{
    position:relative;
}
.remove-img {
    position: absolute;
    width: 23px;
    padding: 0px;
    background: red;
    color: white;
    border: 1px solid red;
    border-radius: 51px;
    line-height: 19px;
    height: 24px;
   /* top: -2px;*/
    right: -2px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
#emailUploadModal .remove-img {
    height: 23px;
    /* top: -2px; */
    right: 3px;
}
    #prev-btn, #next-btn {
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    top: 49%;
    color: #646233;
}
#prev-btn { 
    left: 15px;
}
 #next-btn {
    right: 15px;
}
#SelectionPartialContainer { 
    background: white;
}

    #SelectionPartialContainer .design-category-selection {
        max-height: 330px;
        overflow-x: hidden;
        overflow-y: auto;
    }
.pgc-title {
    font-weight: 700 !important;
    margin: 10px 0px;
    padding-left: 8px;
}
#SelectionPartialContainer .row .col .card img:hover {
    /*transform: scale(1.5);*/
}

.modal .modal-body img {
    max-width: 100%;
    max-height: 500px; 
}
.modal .modal-body   { 
    text-align: center;
}

#drop-area, #drop-area-email, #drop-area-pic-drawing, #drop-area-custom-order, #drop-area-sub-contractor {
    width: 100%;
    height: 200px;
    margin: 20px auto;
    text-align: center;
    line-height: 200px;
    border: 2px dashed #ccc;
    cursor: pointer;
}

#preview-container {
    text-align: center;
}
.preview-image {
    object-fit: cover;
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 1px solid #ddd;
}
#drop-area.drag-over {
    background-color: #eee;
}
 

.multipleSelect {
    width: 100%;
    position: relative;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
    }

.selectionBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.min-hei-35 {
    min-height: 35vh;
}

#multipleCheckbox {
    display: none;
    border: 1px solid #ccc;
    background: white;
    color: black;
    position: absolute;
    width: 100%;
    z-index: 10;
}

    #multipleCheckbox label {
        display: block;
        color: black;
        font-weight: 400;
        border-bottom: 1px solid #ccc;
        padding: 5px 5px;
    }
    #multipleCheckbox input {
        margin-right: 5px;
        position: relative;
        top: 1px;
    }

    #multipleCheckbox label:hover {
        background-color: #e1f0ff;
    }

#selectedDesignPreview {
    overflow: auto;
    max-height: 305px;
}

    #selectedDesignPreview .selected-design, .selected-design-preview .selected-design {
        width: 24%;
        text-align: center;
        border: 3px solid #00ff21 !important;
        margin-right: 3px;
        margin-bottom: 3px;
        float: left;
        height: 150px;
        position: relative;
    }
        #selectedDesignPreview .selected-design .remove-img  {
            top: -3px;
            right: 7px;
        }
        .selected-design-preview .selected-design .remove-img {
            top: -7px;
            right: -5px;
        }

        #selectedDesignPreview .selected-design img, .selected-design-preview .selected-design img {
            max-width: 100%;
            max-height: 110px;
        }
        #selectedDesignPreview .selected-design label, .selected-design-preview .selected-design label {
            padding: 5px 5px !important;
            display: block;
        }
   .selected-design-preview .selected-design { 
        height: 90px;
        
    }

.drop-area {
    width: 100%;
    height: 140px;
    margin: 10px auto;
    text-align: center;
    border: 2px dashed #ccc;
    cursor: pointer;
    padding: 25px 10px;
}

.top-menu .bi {
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.top-menu .bi-list {
    font-size: 24px;
}
.top-menu.dropend .dropdown-toggle::after{
    display:none;
}

.bi-wrench {
    color: #62c462; 
}
.bi-calendar3 {
    color: #007aff;
}
.bi-triangle-fill {
    color: #ff9500;
}
.bi-currency-dollar {
    color: #228800;
}

.top-menu .dropdown-menu.show {
    border: 0px;
    padding: 1px;
}



.logout-btn {
    border: 0px;
    box-shadow: 0px 0px;
    padding: 0px;
}

.top-menu {
    line-height: 20px;
}
.list-filter-inputs label {
    margin-bottom: 0rem;
}

.new-job-btn button, .form-intake-submit, .update-btn {
    background: #c8e6c9 !important;
    color: #228800 !important;
    padding: 5px 15px;
    border-radius: 40px;
}
.sticky-header {
    position: sticky !important;
    top: 0;
    z-index: 998;
    background: white;
    padding: 10px 0px;
}
.form-intake-submit {
    position: absolute;
    right: 0px;
    top: 13px;
}
.new-job-btn {
    align-self: flex-end;
    text-align: end;
}


.tbl-list a {
    color: #212529;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}
.tbl-list a:hover {
    color: #212529;
}
.tbl-list tr:hover td {
    background-color: rgba(9, 30, 66, 0.08) !important;
}

.dt-length {
    display: none;
}


#contextMenu {
    position: absolute;
    display: none;
}

    #contextMenu li a {
        padding: 0px 15px;
    }

.new-job-btn button::after {
    display:none;
}

#IntakeJobForm .error {
    color: red;
    font-size: 12px;
    margin-top: 6px;
    display: block;
    font-weight: normal;
}
.required-field {
    color: red;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

.html-content {
    overflow-x: auto;
}
.toast-container {
    z-index: 1000;
}




















.fixed-sitcky-modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 800px !important;
    max-width: 100%;
    height: 100%;
    right: 0px;
    border-radius:0px;
}

.fixed-sitcky-modal .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}
.fixed-sitcky-modal.modal .modal-body {
    text-align: left;
}

.fixed-sitcky-modal.modal.fade.modal-right .modal-dialog {
    transform: translate(125%, 0px);
}

.fixed-sitcky-modal.modal.show.modal-right .modal-dialog {
    transform: none;
}


.fixed-sitcky-modal .modal-header {
    padding: 1rem 1rem 0rem 0rem;
    border-bottom: 0px;
}
.fixed-sitcky-modal .modal-header, .header-sec {
    background: #646233;
    color: white;
    border-radius: 0px;
}
.fixed-sitcky-modal .modal-body {
  /*  background: #646233;
    color: white;*/
}
.fixed-sitcky-modal .modal-header {
    display: block;
    padding-left: 15px;
}
.header-sec {
    position: relative; 
    padding: 16px; 
}


    .header-sec a {
        color: white;
        font-size: 14px;
        position: relative; 
    }
.text-right {
    text-align:right;
}
.hdr-btn-icon {
    padding: 0px 10px;
    background: #ebebeb;
    color:black;
}

.header-sec  select{
  /*  width: 80%;
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    top: 2px;*/
}

.header-sec h4 {
    font-size: 16px;
    margin-bottom: 1px;
}

.fixed-sitcky-modal .bi-pencil-fill {
    color: #ffaf3f;
}

.text-grey {
    color: #aaaaaa;
}

.custom-modal .modal-dialog {
    width: 800px;
    max-width: 800px;
}

.status-history-tbl th {
    background-color: rgb(229, 229, 229);
    border: 1px solid rgb(192, 192, 192);
}

.modal .modal-footer .btn-secondary {
    background: #ebebeb;
    color: black; 
    border: 1px solid #e9e8e8;
}
.modal .modal-footer .btn { 
    padding: 7px 25px; 
}
.text-left {
    text-align: left !important;
}

#InQuoteSection .btn {
    margin-top: 0px !important;
}

#InQuoteSection {
    background: #f7f6f6;
    padding: 15px 0px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

.heading-quote-section{
    height: 50px;
}

.upload-photo-btn {
    width: 100%;
    padding: .375rem .75rem;
    margin-top: 10px;
}














.upload-img-preview .remove-img {
    position: absolute;
    right: 10px;
    color Sets the color of an element's text Learn more Don't show : #d6d6cf;
    cursor: pointer;
    background: red;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    margin-top: 3px;
    margin-right: -6px;
    padding: 0px 4px;
    top: -58px;
    color: white;
    padding: 0px;
}
.upload-img-preview .preview-image {
    object-fit: cover;
    width: 133px;
    height: 133px;
    margin: 10px;
    border: 1px solid #aaaaaa;
}

 

.upload-img-preview p{
    padding-left: 10px;
}


.bi-pencil-fill {
    color: #ff9500;
    cursor:pointer;
}

.installation-section iframe {
    width : 100%;
}

.materials-tbl thead tr {
    border-width: 0px;
}
.materials-tbl tbody tr  td {
    border-bottom: 1px solid #ccc;
}
.materials-tbl .no-border {
    border-width: 0px;
    border: 0px;
    background: transparent;
    min-width: 60px;
}

.materials-tbl tbody tr  {
    border-width: 0px; 
}
    .materials-tbl tbody tr  td:last-child   {
        border-bottom: 0px solid #ccc;
    }

.material-sch-sec  {
    position: relative; 
}
    .material-sch-sec .sch-status {
        position: absolute;
        right: 5px;
    }
    .material-sch-sec .material-scheduled, .material-sch-sec .bi-tag-fill {
        color: #228800;
    }

    .material-sch-sec .not-scheduled {
        color: #e61610;
    }

.materials-tbl .bi-trash-fill {
    color: #ff9500;
    cursor: pointer;
}

.max-height-200{
    max-height: 200px;
    overflow-y: auto;
}

h3 .bi-pencil-fill {
    font-size: 14px;
}

.statuc-history-btn {
    position: relative;  
    height: 40px;
    margin-left: 7px;
    margin-top:9px;
}


img {
    max-width: 100%;
}


#imgZoomModal .modal-xl {
    max-width: 90%;
}

#imgZoomModal #next-zoomed-btn {
    right: 10px;
    position: absolute;
    top: 49%;
}

#imgZoomModal #prev-zoomed-btn {
    left: 10px;
    position: absolute;
    top: 49%;
}
#imgZoomModal .modal-body img {
    max-width: 100%;
    max-height: 1130px;
}
#imgZoomModal .modal-body {
    max-height: 90vh;
    overflow-y:auto
}

    #imgZoomModal .modal-body  .btn-close {
        position: absolute;
        right: 5px;
        top: 5px;
    }


.quote-note-link, .quote-note-link:hover {
    text-decoration: none;
    color: #5e5ce6;
}

.jd-selected-design{
    display: inline-block;
    width: 100px;
    text-align: center;
}

    .jd-selected-design span {
        font-weight: bold;
        border: 1px solid #c8c8c8;
        background: #f7f6f6;
        width: 100%;
        display: inline-block;
        padding: 2px 3px;
    }


.jd-change-notes {
    background: #ff6624;
    color: white;
    padding: 16px; 
    position: relative;
    top: -16px;
}

.jd-change-notes-nonotes {
    background: #ebebeb;
    color: black;
    padding: 16px; 
    position: relative;
    top: -16px;
}
.jd-change-notes-nonotes p{
    color: #aaaaaa;
}

.nav-search .bi {
    position: relative;
    top: 1px;
    margin: 0px 5px;
}

.nav-search input {
    width: 425px;
    border: 0px;
}

.jd-change-notes h6{
    margin-bottom: 0px;
}

.jd-change-notes .history-sec {
    position: absolute;
    top: 13px;
    right: 16px;
    top: 9px;
}
.history-sec .bi{
    color:white;
}

.jd-change-notes .bi-bell-fill {
    margin-right: 5px;
    position: relative;
    top: 6px;
    font-size: 20px;
}

.jd-selected-design span.remove-de {
    position: absolute;
    width: 23px;
    padding: 0px;
    background: red;
    color: white;
    border: 1px solid red;
    border-radius: 51px;
    line-height: 19px;
    height: 24px;
    top: -2px;
    right: -2px;
    cursor: pointer;
}



.text-success{
    color: #228800;
}

#ShowCloseForSmallDevices {
    display: block;
}

@media (max-width: 768px) {
    #SidePanel #ShowCloseForSmallDevices {
        display: block;
    }
    .installation-section .text-right{
    text-align: left;
}
}


#example thead, tr {
    cursor: pointer;
}


.icon-green {
    color :#228800 
}

.icon-darkblue {
    color: #3634a3
}

.icon-red {
    color:#ff3b30
}

.icon-orange {
    color: #ff9500  !important;
}

.apt-files-count{
    float: right;
    margin-top: -18px;
    border: 1px solid #000;
    padding: 1px 3px;
    margin-right: -7px;
    box-shadow: -1px 1px 2px 0px #333;
}

.top-right-icons {
    float: right;
    margin-right: -7px;
}

.in-quote {
    background: #b3e5fc !important;
}
.in-shop {
    background: #f3c46c !important;
}
.sub-contract {
    background: #e7c1ff !important;
}

.no-visibility {
    visibility: hidden !important;
}

#full-screen-btn {
    float: right;
    cursor: pointer;
}
.active-filter {
    color: #34c759;
    text-decoration: underline
}

.filter-tag {
    cursor: pointer;
}

.sum{ 
    text-align: right;
    padding: 0px 10px;
    font-size: 22px;
    font-weight: 500;
}


.month-cell.weekly-count {
    vertical-align: middle;
    text-align: center;
}
    .month-cell.weekly-count .weekly-sum-amount {
        font-size: 22px;
        font-weight: 500;
    }

.disabled input {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .7;
}

.color-green {
    color: rgb(34, 136, 0);
}
.appointment-block .bi-cpu {
    margin-left: 2px;
}

/* Define the blinking animation */
@keyframes blink {
    0% {
        opacity: 1; /* Fully visible */
    }

    50% {
        opacity: 0; /* Completely invisible */
    }

    100% {
        opacity: 1; /* Fully visible again */
    }
}

/* Apply the animation to the icon */
.blinking-icon {
    animation: blink 1s infinite; /* 1 second duration, infinite loop */
}

.bi-info-circle.blinking-icon {
    color: rgb(255, 59, 48) !important;
    margin-right: 3px;
}
@media (max-width: 767px) {


    #TextLeftMobile.text-right {
        text-align: left;
    }
    .nav-search input {
        max-width: 90%;
    }

    .sum, .month-cell.weekly-count .weekly-sum-amount {
        font-size: 12px;
        padding: 0px 5px;
        word-wrap: break-word;
    }

    .monthly-amount {
        top: -80px !important;
        font-size: 13px !important;
    }


    .new-job-btn {
        align-self: flex-end;
        text-align: start;
    }
        .new-job-btn button {
            margin-bottom: 10px;
            min-width: 150px;
        }


    .month-cell .appointment-block { 
        padding: 10px 2px; 
        margin: 1px 1px; 
    }
}








#ConfirmRecievingTbl table tbody tr input[type=checkbox] {
    display:none;
}
#ConfirmRecievingTbl table tbody tr .qty-received-inpt {
    display: inline-block;
    pointer-events: none;
    border: 1px solid grey;
    background-color: #f1f1f1;
    text-align: center;
}



#JobListSectionTbl table tbody tr td:first-child {
    min-width: 130px;
    width: 130px;
}




.bi-plus {
    right: -2px;
    position: relative;
}

















































.tab-content .materials-tbl tbody tr td:last-child {
    border-bottom: 1px solid #ccc;
}
.tab-content {
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: 0px solid;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #e5e5e5;
    font-weight: 600;
    color: black;
    border: 1px solid;
}
.nav-tabs .nav-link {
    font-weight: 600;
    color: black;
    border: 1px solid;
    border-radius: 10px 10px 0px 0px;
}

.bestprice td {
    background: #d7eb5a;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.7;
}

    .disabled .bestprice td {
        background: #d3d3d3;
    }

.qty-received-inpt {
    width: 70px;
    margin-left: 10px;
    padding: 0px 5px;
}

.material-jobs table {
    width: 100%;
    border: 1px solid #ccc;
}

#CustomOrderSection, #SubContractorSection {
    border: 1px solid #ccc;
}

    #CustomOrderSection .remove-img {
        right: 1px;
        padding: 0px;
    }
    #SubContractorSection .remove-img {
        right: 15px;
        padding: 0px;
    }
.toast-container {
    overflow-y: auto;
    max-height: 100%;
}
.white-clr-a a, .white-clr-a a:link {
    color: white;
}


.submenu.dropdown-menu {
    padding: 0px;
    left: 215px;
    bottom: 0px;
}
.reporting-dropdown:hover .submenu.dropdown-menu {
    display: block;
}

.report-tbl tr th {
    background-color: rgb(229, 229, 229);
    border: 1px solid rgb(192, 192, 192);
}

.report-tbl .material-jobs {
    background: #f9f9f9;
}

.report-tbl .material-jobs table {
    background: #fff;
}

.report-tbl tr td, .report-tbl tr th {
    cursor: default;
}



.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch; /* approx 50 characters wide */
    width: 90%;
}

.new-job-btn .btn-danger {
    color: #5e0202 !important;
    background: #fff4f3  !important;

}
.new-job-btn .btn-info {
    color: #008299 !important;
    background: #edeff1 !important;
}
.search-bar-top {
    background: #eceff1;
    border-radius: 10px;
    border: 1px solid #ced4da;
}

.new-design-btn {
    color: white !important;
    background: #4caf50 !important;
    border-color: #4caf50 !important;
    font-weight: 500;
}

span.dt-column-order:before {
    content: "↑" !important;
    color: #0071a4 !important;
    left: -6px !important;
    line-height: 15px !important;
    font-size: 20px !important;
    top: 35% !important;
}

span.dt-column-order:after {
    content: "↓" !important;
    color: #0071a4 !important;
    line-height: 15px !important;
    font-size: 20px !important;
    top: 35% !important;
}

.job-list-chk-box .form-check-input:checked {
    background-color: #0071a4;
    border-color: #0071a4;
}

#selectedDesignAreaCategory .selected-design-preview .selected-design {
    border: 0px !important;
    height: 132px;
    width: 100px;
}
#selectedDesignAreaCategory .selected-design-preview .selected-design img { 
    height: 100px; 
}

#selectedDesignAreaCategory .selected-design-preview .selected-design label {
    font-weight: bold;
    border: 1px solid #c8c8c8;
    background: #f7f6f6;
    width: 100%;
    display: inline-block;
    padding: 2px 3px;
}

tr.d-inline-block {
    display: table-row !important;
}
    tr.d-inline-block .artifact_photo {
        display: inline-block !important;
    }
.down-all-selected {
    color: white !important;
    background: #4caf50 !important;
    border-color: #4caf50 !important;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 40px;
}
    .down-all-selected:disabled {
        color: #929292 !important;
        background: #eceff1 !important;
        border-color: #eceff1 !important;
    }
     