
html, body {
    height: 100%;
    margin: 0;                 /* prevent body scroll from margins */
  }
  
  :root {
  --icon-plus:"\2b";
  --icon-minus:"\f068";
  --icon-trash:"\f1f8";
  --icon-times:"\f00d";
  }


  ::-webkit-input-placeholder {
    font-style: italic !important;
    opacity: .5;
}

  .quotes {
    padding: 0px !important;
}

.wc-tcp-table{width:100%; border-collapse:collapse; margin:12px 0 28px;}
      .wc-tcp-table th,.wc-tcp-table td{width: 50%;border:1px solid #e2e4e7; padding:0px; vertical-align:middle;}

      .wc-tcp-cat{margin-top:22px;padding: 0em;position:relative;}

      .wc-tcp-variations{display:flex; flex-wrap:wrap; gap:6px;}
      .wc-tcp-chip{border:1px solid #d0d7de;  padding:2px 8px; font-size:12px; background:#fff;}
      .wc-tcp-muted{color:#57606a; font-size:12px;}
      .wc-tcp-variations {
        display: flex;flex-direction: column;
    }




.hline {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

.sortable {
    position:relative;
}

  .mainquotesection
 {
    position: relative;
    top: 0px;
    height: 100%;
    width: 100%;
    background: white;
    overflow: auto;
    border-top: solid 1px #efefef;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: solid 1px #efefef;
    border-radius: .3em;

}

span.strikethrough {
    text-decoration: line-through;
    color: red;
    margin-right: .5em;
    opacity: 1;
}

  span.pa_size {
    width: 40%;
    font-weight: 600;
}

  span.pprice {
    width: 30%;
    text-align: left;
}
 


.wc-tcp-table td.nametd {
  padding: .5em !important;
  font-size: .8em;
}


.orderquotes .catcontainer
 {
    display: none;
}


.orderquotes .category-group-parent.active .catcontainer
 {
    display: initial;
}

.orderquotes h1
 {
    padding: .2em .4em;
    font-size: 1.2em;
    color: white;
    background: var(--color-accent);
}

.orderquotes .category-group {
    background: white;
    padding: 0em;
    border: solid 1px #fafafa;
    margin-top: 0px;
}

.orderquotes h1 {
    padding: .2em .4em;
    font-size: 1em;
    color: white;
    background: var(--color-accent);
    margin: 0px;
    border: solid 1px #C0C0C0;
    margin-bottom: -1px;
    font-family: 'Instrument Sans';
    cursor:pointer;
}

div#yoast-breadcrumbs {
    background-color: var(--color-accent);
    text-align: right;
    padding: 10px;
    margin-bottom: 0px;
    display: none;
}
 
.wc-tcp-cat .pmain {
    display: none;
}

.pmain.hasprods {
    border-left: solid 10px var(--color-accent);
}

.prodimg.imgplaceholder {
    width: 80px;
    flex: 1;
    max-width: 80px;
    padding: .3em .4em;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.pmain {
    width: 100%;
    font-size: .9em;
    font-weight: 500;
    cursor: pointer;
    padding-left: 0em;
}

.materialpicker .pmain .mainprod,.materialpicker .pmain .choosevar,.materialpicker .wc-tcp-cat .hline {
padding-left:15px !important;
}


.materialpicker .pmain .mainprod::before,.materialpicker .pmain .choosevar::before,.materialpicker .wc-tcp-cat .hline::before {
    width: 10px;
    background-color: #fafafa !important;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 0px;
}

#calc .pmain .mainprod,#calc .pmain .choosevar,#calc .wc-tcp-cat .hline {
    padding-left:15px !important;
    }
    
    
    #calc .pmain .mainprod::before,#calc .pmain .choosevar::before,#calc .wc-tcp-cat .hline::before {
        width: 10px;
        background-color: #fafafa !important;
        height: 100%;
        display: block;
        content: '';
        position: absolute;
        left: 0px;
    }


 
#quotePicker .pmain .mainprod,#quotePicker  .choosevar,#quotePicker .wc-tcp-cat .hline {
    padding-left:25px !important;
    }
    .calc-field.calc-hidden
     {
        display: none !important;
    }

#quotePicker .choosevar::before {
    width: 20px;
    background-color: #fafafa !important;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 0px;
}

#quotePicker .prodlabel {
    display: flex
;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    padding-left: 25px !important;
    background: #fafafa;
    height: fit-content;
}
 

.sorter
 {
    content: "\f142";
    font-family: 'FontAwesome';
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    width:20px;
    height:100%;
    flex:1;
    cursor:pointer;
    position:absolute;
    top:0px;
    left:0px;
    background: #fafafa;
}


.wc-tcp-cat.hasprods .hline::before {
    background-color: var(--color-accent) !important;
}

.pmain .mainprod.hasprods::before {
    background-color: var(--color-accent) !important;
    opacity:.6;
}

.pmain .choosevar.hasprods::before {
    background-color: var(--color-accent) !important;
    opacity:.3;
}

.prodsection.group {
    border-left: solid 4px var(--color-accent);
}

.pmain:nth-child(odd) {
    background: rgba(253, 253, 253, 1);
}

.wc-tcp-cat.active .pmain {
    display: flex
    ;
        flex-direction: row;

    
}

div#wpadminbar
 {
    display: none;
}


html {
    margin: 0px !important;
}



#isearchbar {
    position: sticky;
    top: 0px;
    flex: 1;
    max-height: fit-content;
    margin-bottom: .5em;
    background: #efefef;
    padding: .4em;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px rgba(220, 220, 220, 1);
    border-top: solid 1px rgba(220, 220, 220, 1);
}

#isearchbar input {
    width: 100%;
    padding: .5em;
    border-radius: .4em;
    box-shadow: 2px 2px 2px inset #C0C0C0;
    border: solid 1px #efefef;
    color: var(--color-accent);
}
.orderquotes {
    display: flex;
    flex-direction: column;
    height: 100dvh;            /* fixed to viewport height */
    max-height: 100dvh;        /* don't grow taller than viewport */
    width: 100%;               /* avoid 100vw on mobile */
    overflow: hidden;   
  }
  

  .maintabs.active {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex
;
    position: relative;
    margin-bottom: 80px;
    flex-direction: column;
    
  }

  #calc .wc-tcp-cat.active
 {
    position: absolute;
    width: 100%;
    background: white;
    z-index: 9999;
    top: 0px;
    bottom: 0px;
    display: flex
;
    flex-direction: column;

}
  
.quoteqty ul li
 {
    cursor: pointer;
    background: var(--color-accent);
    color: white;
    padding: .3em .9em;
    border-radius: .3em;
    width: fit-content;
    list-style-type: none;
    display: flex
;
    flex-direction: row;
    gap: .5em;
    align-items: baseline;
    line-height: 1.4;
}

#quotePicker .managetop {
    border: none;
    z-index: 9999;
    background: white;
}

.quoteqty ul
 {
    display: inline-flex;
    gap: .3em;
}

.quoteqty ul li:hover
 {
    background: #333333;
    color: white;
}

.quoteqty ul li:active
 {
    background: #333333;
    color: white;
    box-shadow: inset 2px 2px 2px #000000;
}

.quoteqty ul li:active {
    box-shadow: 2px 1px 3px inset #000000;
    opacity: .9;
}

  .quote-footer {
    flex: 0 0 auto;
    background: var(--color-accent);
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 11111111;
    box-shadow: -1px -3px 4px #C0C0C0;
  }



.wc-tcp-cat {
    margin-top: 0px !important;
    background: white;
}

.allproducts {
    position: absolute;
}

.quotedata {
    display: flex
;
    flex-direction: column;
    gap: .4em;
    width: 100%;
    justify-content: space-between;
    padding: .6em
;
}

.qrow {
    display: flex
;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}




.pname
 {
    width: 75%;
    display: flex
;
    color: black;
    font-size: 1.1em;
    padding: .3em;
    font-weight: 600;
    padding-left: 0px;
    
}

.mainprodouter {
    flex: 1;
    position: relative;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
 {
    height: auto;
    display: none;
}

span.addsub {
    background: var(--color-accent);
    padding: .1em;
    color: white;
    font-weight: 500;
    padding: .1em .2em;
    width: 9em;
    display: flex
;
    flex-direction: row;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
    border-radius: .3em;
}

.choosevar
 {
    display: flex;
        flex-direction: row;
        gap: 1em;
        align-items: center;
        padding: .3em;
        margin-bottom: -1px;
        font-size: 1em;
        justify-content: space-between;
        border-bottom: solid 1px #efefef;
        position: relative;
}

.addsub input {
    padding: .1em !important;
    text-align: center;
    max-width: fit-content !important;
    display: block;
    width: 40px;
    font-family: 'Nunito Sans';
    margin-left: -1em;
    margin-right: -1em;
    font-family: 'Instrument Sans';
    font-size: 1.1em;
    font-weight: 100;
    box-shadow: 1px 1px 1px inset #333333;
    border: solid 1px #333333;
    color: var(--color-accent);
}

.prodnotes .notelabel {
    font-weight: bold;
    color: black;
}

.prodnotes {
    padding: 1em;
    font-size: .8em;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
}



.maintabs {
    display: none;
    margin-bottom: 50px;
    background: white;
}



.addsub span
 {
    width: 2em;
    display: flex
;
    justify-content: center;
    height: 2.5em;
    align-items: center;
    cursor: pointer;
}

.addsub i
 {
    cursor: pointer;
}

.mainprod
 {
    width: 100%;
    display: inline-flex
;
    justify-content: space-between;
    padding: .4em 0em;
    border-bottom: solid 1px #efefef;
    width: 100%;
    align-items: center;
    position:relative;
}

.prz-card{border:1px solid #dcdcde;background:#fff;padding:16px;margin:16px 0;border-radius:6px}
.prz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.prz-mini{width:120px}
.prz-table{width:100%}
.prz-table th,.prz-table td{padding:6px 8px;border-bottom:1px solid #eee}
.prz-muted{color:#666}
details.prz-json{margin-top:10px}


a.calcsettings {
    position: absolute;
    right: 10px;
    top: 5px;
}

.prz-calc {
    overflow: auto;
    height: 100%;
    display: flex
;
    flex-direction: column;
    position:relative;
}

.mainprod span.subtotal
 {
    display: flex
;
    justify-content: center;
    justify-content: center;
    align-items: center;
    padding: .3em;
    font-size: .9em;
    color: white;
    min-width: 100px;
    width:75%;
    justify-content: flex-end;
    color: var(--color-accent);
    background: transparent;
    font-weight: 600;
}



.quote-footer ul {
    justify-content: space-around;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0px;
}

.quote-footer li
 {
    color: white;
    list-style-type: none;
    cursor: pointer;
    align-content: center;
    border: none;
    padding: .9em;
    font-size: 1.2em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

table.cart td, table.cart th {
    font-size: .8em;
    padding: .2em .4em;
    text-align:center;
}

table.cart td:first-child, table.cart th:first-child {
    text-align:left;
}

table.cart td:last-child, table.cart th:last-child {
    text-align:right;
}

.managetop ul li i,.managebuttons  li i {
    display: flex;
        justify-content: center;
        font-size: 1.2em;
        min-width: 1.3em;
        min-height: 1.3em;
        align-items: center;
}

.managetop ul li,.managebuttons  li
 {
    list-style-type: none;
    padding: .1em;
    background: var(--color-accent);
    color: white;
    display: flex
;
    width: fit-content;
    cursor: pointer;
    flex-wrap: nowrap;
    font-size: .78em;
    gap: .5em;
    align-items: center;
    white-space: nowrap;
    min-width: 30px;
    padding: 0em .3em;
    border-radius: .4em;
    overflow: hidden;
    justify-content: center;
    height: 2.6em;
    max-width: fit-content;
}

.materialpickerinner .wc-tcp-cat.active {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: white;
    z-index: 99999;
    overflow: auto;
}

.materialpickerinner {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative;
}

.materialpickerinner .active span.hline {
    position: sticky;
    top: 0px;
    z-index: 99999;
    background: white;
}
 
.welcomequote span {
    font-weight: 800;
    color: var(--color-accent);
    cursor: pointer;
}

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

.ch-main ul.managebuttons {
    margin-top: 1em;
}

.ov__content {
    display: flex;
        flex-direction: column;
        gap: .5em;
}

td.group-notes
 {
    text-align: left !important;
    padding: .6em !important;
}

th.group-header {
    text-align: left !important;
    background: #fafafa !important;
    padding: .4em .3em !important;
}

span.grp-sq-ft {
    color: white;
    font-size: .8em;
    border-radius: .4em;
    height: 2.4em;
    padding: 0em .6em;
    font-weight: 500;
    color: var(--color-accent);
    margin-right: .5em;
}

.ismobile #prods .quotedata
 {
    margin-bottom: 0px;
}

.welcomequote p {
    text-align: center;
}
div.welcomequote {
    height: 100%;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
}

div#quotePicker
 {
    position: relative;
    height: 100%;
}

.ov__sub i {
    transform: rotate(90deg);
}

span.ov__gname
 {
    font-weight: 500;
    color: black;
}

.managetop ul li span,.managebuttons  span {
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: 1.2em;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: .3em;
}

i.fas.fa-times.window-close {
    background: #333333;
    color: white;
    position: absolute;
    padding: .2em;
    font-size: 2em;
    border-radius: .1em;
    right: 10px;
    top: 10px;
    cursor: pointer;
}



.managetop ul,.managebuttons {
    display: flex
    ;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        margin: 0px;
        height: 100%;
        width: fit-content;
        justify-self: flex-end;
        max-width: fit-content;
        gap: .3em;
        padding: .2em;
        align-items: center;
}
.prodlabel span
 {
    display: flex;
    align-items: center;
}

.managetop {
    border: solid 1px #C0C0C0;
    border-width: 0px 0px 1px 0px;
    box-shadow: 1px 1px 5px #C0C0C0;
    display: flex
;
    align-items: center;
    flex: 1;
    max-height: fit-content;
    justify-content: space-between;
    min-height: 2.5em;
    position: sticky;
    top: 0px;
}

span.manage-name
 {
    color: black;
    width: 75%;
    padding: 0em .6em;
    font-size: 1.2em;
    font-weight: 700;
    font-family: 'Instrument Sans';
    height: 100%;
    display: flex
;
    align-items: center;
}

.crm-row {
    width: 100%;
    display: flex
;
    flex-direction: column;
    padding: 1em;
    background: #fafafa;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1em;
}

.crm-card {
    padding: 1em;
    display:none;
    position:relative;
}

i.close-window {
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.quotedata {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0em;
    font-size: 1.2em;
    border-bottom: solid 1px #C0C0C0;
    margin-bottom: 0em;
}

.innerblock
 {
    display: flex
;
    gap: .5em;
}

.quotedata .innerblock b
 {
    color: black;
}

.rightblock .innerblock {
    text-align: right;
    justify-content: center;
    display: flex
;
    flex-direction: column;
    line-height: 1;
    height: 100%;
}

.quotedata > div {
    flex: 1 1 50%;
    width: 50%;
    display: flex
;
    flex-direction: column;
    padding: 1em;
}

.quotedata > .left-block {
   justify-self:flex-start;
   text-align:left;
}

.quotedata > .right-block {
    justify-self:flex-end;
    text-align:right;
 }

.crm-card.active
 {
    display: block;
}

.prz-calc ul {
    margin: 0px;
}

.hline {
    color: black;
    font-size: 1.2em;
    padding: .6em 0em;
    margin: 0px;
    font-weight: 800;
    position: relative;
    cursor: pointer;
    align-items: center;
    display: flex
;
    justify-content: space-between;
    height: fit-content;
    max-height: fit-content;
    border-bottom: solid 1px #efefef;
    line-height: 1.4;
}

#quotePicker .hline::after {
    display:none !important;
}

.prodsection.group {
    border-left: solid 4px var(--color-accent);
    border-top: solid 1px #C0C0C0;
}

.prodsection .prodlabel
 {
    background: rgba(245, 245, 245, 1) !important;
}

#quotePicker .wc-tcp-cat {
    border-top: solid 1px #C0C0C0 !important;
}

.prodlabel {
    display: flex
;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    padding-left: 15px !important;
    background: #efefef;
    height: fit-content;
}

#quotePicker .pname
 {
    font-size: .9em;
}

.prodsection
 {

    margin-bottom: 1em;
}

#quotePicker span.hline {
    font-size: 1em;
}

.active .hline::after {
    content: "\f068" !important;
    font-family: 'FontAwesome' !important;
    background: var(--color-accent) !important;
    color: white !important;
    width: 1em;
    height: 1em;
    display: flex
;
    justify-content: center;
    border-radius: .3em;
    cursor: pointer;
    position: absolute;
    right: 0px;
    align-items: center;
    font-size: 1em;
    padding: .7em;
}
 
.pmain-inner {
    position: relative;
    display: block;
    height: inherit;
    flex: 1;
}

#calc .wc-tcp-cat .hline:after
 {
    color: var(--color-two);
    content: "\f1ec";
    font-family: 'FontAwesome';
    margin-right: .5em;
    background: transparent;
    color: var(--color-accent);
}

#calc .mainprod:after {
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 10px;
    color: var(--color-accent);
}

#prods .wc-tcp-cat .hline:after {
content: "\f067";
}

#prods .wc-tcp-cat.active .hline:after {
    content:"\f068";

}

.wc-tcp-cat.active .pmain.active
 {
    position: absolute;
    top: 0px;
    background: white;
    z-index: 111;
    bottom: 0px;
    overflow: auto;
}

.pmain.active .mainprodouter
 {
    flex: 1;
    position: relative;
    height: 100%;
    display: flex
;
    flex-direction: column;
}

.pmain.active .mainprodouter .mainprod
 {
    max-height: fit-content;
    flex: 1;
}

.ismobile label.prz-related-item {
    flex: 1 1 100%;
    width: 100%;
}

#calc .pmain:hover {
  background-color:#fafafa;
}

#prods .wc-tcp-cat .hline:after, #calc .pmain .mainprod:after
 {
    color:var(--color-two);
    font-family: 'FontAwesome';
    margin-right: .5em;
}

#prods .wc-tcp-cat .hline:after
 {

    content: "\2b";

}

#calc .pmain .mainprod:after
 {
    content: "\f1ec";
}

#prods .wc-tcp-cat.active .hline:after,#calc .pmain.active .mainprod:after {
    content:"\f068";

}

.prz-output {
    margin-top: 1em;
}

.prz-controls
 {
    display: flex
    ;
        flex-wrap: wrap;
        border: solid 1px #efefef;
        border-width: 1px;
        border-radius: .5em;
        padding: 1em;
        background: white;
}

.prz-controls label
 {
    font-size: .9em;
    font-weight: 500;
}

.prz-controls .calc-field input, .prz-controls .calc-field select
 {
    width: 100%;
    padding: .5em !important;
    border-radius: .4em;
    font-size: .9em;
    line-height: 1;
}

.quotedata > div {
    gap: .3em;
}

.prz-controls .calc-field
 {
    flex: 1;
    display: flex
;
    flex-direction: column;
    padding: .5em;
    gap: .2em;
    min-width: 25%;
}

.ismobile .prz-controls .calc-field
 {
    flex: 1 1 50%;
    width:50%;
    display: flex;
    flex-direction: column;
    padding: .5em;
    gap: .2em;
}

.crm-client-items .crm-contact div:before,span.crm-company:before
 {
    font-family: 'FontAwesome';
    display: block;
    float: right;
    margin-left: .4em;
    color: var(--color-accent);
    width: 1em;
}

span.crm-company:before {
    content: "\e4d5";
}


.crm-client-items .crm-contact .email:before {
content:"\f0e0";
}

.crm-client-items .crm-contact .mobile:before {
    content:"\f10b";  
}

.qlist li.qitem:hover {
    color: var(--color-accent);
}

.qlist li.qitem {
    display: flex;
    justify-content: space-between;
}

span.empty {
    color: #C0C0C0;
    font-style: italic;
    cursor: pointer;
}

.crm-client-items .crm-contact .phone:before {
    content:"\f095";  
}

.crm-address:before {
    content: "\f3c5";
    font-family: 'FontAwesome';
    position: relative;
    float: left;
    display: block;
    color: var(--color-accent);
    height: 100%;
    margin-right: .4em;
}

.managetop li:active,.navbuttons li:active {
    box-shadow: inset 1px 1px 2px #000000;
    background-color: #C0C0C0;
    color: var(--color-accent);
}

.quotedata .rightblock
 {
    text-align: right;
}

.managetop li:hover,.navbuttons li:hover {
    text-shadow: 2px 2px 2px #333333;
    background: #333333;
    color: white;
}

.quotedata .innerblock label {
    font-weight:800;
}

.quotedata {
    gap: 1em;
}
.quotedata * {
    font-size: .9em;
}
.quotedata input {
    background: transparent;
    border: solid 1px #C0C0C0;
    padding: 0px;
    border-width: 0px 0px 1px 0px;
    padding-bottom: .3em;
    min-width: fit-content;
    border-radius: 0px;

}


.quotedata .leftblock label {
    min-width: 120px;
}



.add-new-client
 {
    background-color: var(--color-accent);
    color: white;
    border-radius: .4em;
    height: fit-content;
    cursor: pointer;
    padding: .2em .6em;
    font-size: .9em;
    font-weight: 800;
}

.client-top {
    display: inline-flex
;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.crm-client-items {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    display: flex
;
    width: 100%;
    padding-bottom: 20px;
    align-items: center;
    
}

.crm-client-items .crm-contact > div,.crm-client-items .crm-line-inner {
    cursor:pointer;
}

.loadstyle {
    position: fixed;
    background: white;
    background-image: url(/wp-content/themes/prorez-child/prorez-animated-logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999999;
    opacity: .9;

}

.loadstyle * {
    z-index:1;
}

.qov__content input[type=text], .qov__content input[type=textarea], .qov__content select {
    width: 100%;
    font-size: .9em;
    padding: .5em;
    border-radius: .2em;
}

.qov__content .headline
 {
    font-size: 1.3em;
    font-weight: 800;
    color: black;
}

label.ov_radio {
    width: 100%;
    display: flex
;
    gap: 1em;
    margin-top: .4em;
}

.haslink:hover {
    color: var(--color-accent);
    text-decoration:underline;
}

.qov__content ul.checklist li {
    justify-content: flex-start;
    gap: .8em;
    padding: .5em 0em;
}

.crm-client-items .discountinfo {
    display: none;
}
.crm-client-items.active .discountinfo
 {
    display: block;
    font-size: .8em;
}


.crm-details {
    display: none;
    font-size: .9em;
    font-family: 'Instrument Sans';
    color: #333333;
}

.grouplistbox
 {
    padding: 1em;
    border: solid 1px #efefef;
    border-radius: .3em;
    margin-top: 1em;
}



.crm-client-items.active i.viewclient:before {
    content:"\f068";
}


  /* left column */
  .crm-client-name{ grid-column:1; }
  .crm-client-name .crm-name{ line-height:1.25; }
  .crm-client-name .crm-company{ color:#333333; }
  
  
  /* right column (right-aligned) */
  .crm-client-details{ grid-column:2; text-align:right; }
  .crm-client-details a{ text-decoration:none; }




span.crm-client-name
 {
    color: black;
    font-weight: 500;
}





.crm-line
 {
    border-left: solid 4px #efefef;
    padding-left: 1em;
    width: 100%;
}

.crm-client-items.active .crm-line {
    border-left: solid 4px var(--color-accent);
}

.crm-line-inner {
    display: flex
    ;
        justify-content: space-between;
        font-size: 1.1em;
        align-items: center;
}

i.viewcompany,.i.viewcontact {
    color: var(--color-accent);
}

.company-item.active i.viewcompany::before,.crm-contact-row.active i.viewcontact::before
 {
    content: var(--icon-minus);
}

.crm-client-items i.viewclient {
    color: #C0C0C0;
    padding: .2em;
    border-radius: .2em;
    cursor: pointer;
    max-height: fit-content;
    align-self: normal;
    margin-right: 0px;
    margin-left: 1em;
}

.crm-client-items.active .crm-details {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1em;
    border-top: solid 1px #efefef;
    padding-top: 1em;
  }

  .crm-buttons span {
    background: #fafafa;
    color: #555555;
    width: 100%;
    text-align: center;
    padding: .4em;
    margin-top: .5em;
    border-radius: .4em;
    cursor: pointer;
    font-size: .9em;
    font-weight: 500;
    border: solid 1px rgb(200, 200, 200);
    color: black;
    flex: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.ismobile .crm-buttons span {
    flex: 1 1 45%;
    width:45%;
}
  
.crm-buttons span:hover {
    box-shadow: 2px 2px 1px #efefef;
    background: #efefef;
}

.crm-buttons span:active {
    box-shadow: inset 1px 1px 2px #C0C0C0;
  
}

  .crm-buttons {
    grid-column: 1 / -1;
    display: flex;
    gap: 1em;
    margin-top: 1em;
    flex-wrap: wrap;
}

.ismobile .mainquotesection
 {
    border: none;
    border-radius: 0px;

}
  .crm-contact
 {
    text-align: right;
}

.ismobile .crm-card
 {
    padding: 0px;
}

.crm-quotebox
 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.crm-quotebox span {
    display: inline-block;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    background: var(--color-accent);
    color: white;
    padding: .3em .8em;
    font-size: .7em;
}

/* bottom row spans full width */
.crm-quotebox{
    grid-column:1 / -1;
    display:flex;
    gap:12px;
    margin-top:6px;
  }
  .crm-quotebox span{
    display:inline-block;
    padding:6px 10px;
    border:1px solid #e5e7eb;
    border-radius:8px;
    cursor:pointer;
  }

  .yesquote,.noquote {
display:none;
  }

  .showalert {
    position: fixed;
    top: 2px;
    right: 2px;
    background: #333333;
    color: white;
    z-index: 99999999;
    padding: .4em .8em;
    border-radius: .3em;
    font-size: .9em;
}

.showalert ul {
    margin:0px;
}

  .yesquote {
    display: block;
  }

  .noquote.active p {
    width: 100vw !important;
    height: 100vh !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    position: absolute;
 
  }

  .managetop li {
    cursor: pointer;
}
 
.crm-wrap{     max-width: 900px;
    margin: 0 auto;
    position: relative;
    height: fit-content;
    min-width: fit-content;
    display: block;
    padding: 1em;
    height: 100%;
}
.crm-card{background:#fff;padding:16px;margin-bottom:18px}
.crm-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.crm-row .full{grid-column:1 / -1}
.crm-row label{display:block;font-weight:600;margin:6px 0 4px;   font-weight: 600;
    color: black;}
.crm-row input{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px}
.crm-actions{display:flex;gap:12px;align-items:center}
.crm-btn{background:#111827;color:#fff;border:none;border-radius:10px;padding:10px 14px;cursor:pointer}
.crm-alpha{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .6rem}
.crm-alpha a{padding:.2rem .45rem;border-radius:6px;border:1px solid #e5e7eb;text-decoration:none;color:#111827}
.crm-alpha a.active{background:#111827;color:#fff}
.crm-group{margin:14px 0}
.crm-group h3{margin:0 0 .25rem;font-size:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.25rem}
.crm-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #eee}
.crm-item small{color:#6b7280}
@media (max-width:640px){.crm-row{grid-template-columns:1fr}}

.crm-group > h3 {
    position: sticky;
    top: 0;
    background: #fff; /* or your background */
    z-index: 1;
    padding: .25rem .5rem;
  }

  .qov { position: fixed; inset: 0; display: none; z-index: 9999; }
.qov.is-open { display: flex
    ;
        align-items: center;
        justify-content: center;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 1em; }
.qov__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.qov__panel {     position: relative;
    max-width: 760px;
    width: calc(100vw - 24px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    z-index: 9999999;
    height: 95%;
    overflow: auto;
    min-height: fit-content;
    max-height: fit-content;}
.qov__close { position:absolute; top:8px; right:10px; border:0; background:transparent; font-size:28px; line-height:1; cursor:pointer; }
.qov__content { padding: 3em; max-height: calc(100dvh - 12%); overflow:auto; }
.qlist { list-style:none; padding:0; margin:8px 0 0; }
.qitem { padding:10px 8px; border-bottom:1px solid #eee; cursor:pointer; }
.qitem:hover { background:#fafafa; }
.qname { font-weight:600; }
.qmeta { color:#666; font-size:12px; margin-top:2px; }
.qov__actions { display:flex; justify-content:flex-end; gap:8px; padding-top:12px; }


.qov__content p
 {
    margin: 0px;
}


.quotedata .name textarea
 {
    border: none !important;
    resize: none;
    padding: 0px;
    height: fit-content;
}

div#printable
 {
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    color: black;
    max-width: 1000px;
    font-size: 15px;
}

.novis {
    display: none;
}

.vis {
    display: initial !important;
}

.quotedata .name textarea:focus
 {
    color: var(--color-accent);
}

.printquotebox {
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 100%;
}

.printquotebox p {
    padding: 0px;
    margin: 0px;
}

#printable .logo img {
    width: 27em;
}

.ismobile .printquotebox
 {
    font-size: 10px;
}

.calcfunctions {
    display: none;
}

#calc .pmain.active .calcfunctions
 {
    display: flex
;
    flex: 1;
    flex-direction: column;
    position: relative;
    width: 100%;
    top: 0px;
    overflow: auto;
}

#calc .pmain.active .calcfunctions {
    display:block;
}

.calcfunctions {
    padding: 1em;
}
 
.prz-compare-inner > .qbut
 {
    flex: 1;
    border: solid 1px #efefef;
    padding: 1em;
    background: white;
    border-radius: .5em;
    align-self: normal;
}

.prz-compare-inner {
    display: flex
    ;
        flex-wrap: wrap;
        gap: 1em;
    }

    .prz-compare li {
        list-style-type: none;
        font-size: .9em;
        border: none;
    }

    .qlabel {
        font-weight: 600;
        color: black;
        border: solid 1px #C0C0C0;
        border-width: 0px 0px 1px 0px;
    }

.midbut {
    display:flex;
    justify-content:center;
    align-content:center;
    gap:1em;
    width:10px;
}

    .midbut button {
        height: 30px;
        width: 30px;
        padding: 0px;
        position: relative;
        border-radius: 100%;
    }

    .quoteqty {
        width: 100%;
        display: flex
    ;
        justify-content: space-around;
        gap: 1em;
        margin-top: 0em;
        margin-bottom: 1em;
    }

    .quoteqty button {
        padding: .9em;
        font-size: .7em;
        border-radius: .5em;
        font-weight: 500;
    }

.midbut .prz-add:after {
    content: "\f067";
    color:white;
    font-family:'FontAwesome';
}

.midbut .prz-replace:after {
    content: "\f363";
    color:white;
    font-family:'FontAwesome';
}

.showalert .update-inner li
 {
    list-style-type: none;
    border: none;
}

.showalert .headline
 {
    font-weight: bold;
    border: solid 1px #C0C0C0;
    border-width: 0px 0px 1px 0px;
}

.prz-related-list
 {
    display: flex;
        flex-wrap: wrap;
        gap: .5em;
}

.prz-related-list label {
    flex: 1 1 45%;
    font-size: .9em;
    color: #444444;
    display: flex
;
    align-items: flex-start;
    gap: .5em;
    border: solid 1px #efefef;
    padding: .6em;
    border-radius: .5em;
    cursor: pointer;
}

.prz-inner {
    display: flex;
    flex-direction: column;
    text-align: left;
}

input.prz-related-check {
    margin-top: .3em;
}

.prz-related .prz-related-list
 {
    display: none;
}

.rp-qty {
    font-weight: 400;
}

.specialmessage {
    display:none;
}
 
.specialmessage
 {
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #efefef;
    border-radius: 1em;
    margin-bottom: 1em;
    margin-top: .5em;
    background: #fafafa;
    color: #333333;
}

.prz-related.active .prz-related-list
 {
    display: flex;
}

.addselected.disabled
 {
    opacity: .5;
    cursor: no-drop;
}

input.quotegroups {
    max-width: fit-content !important;
}

.specmessage {
    border: solid 1px #efefef;
    padding: 1em;
    border-radius: .4em;
    background: #fafafa;
    color: black;
}

.specialmessage
 {
    padding: 1em;
}


.prz-related-head:after
 {
    color: var(--color-two);
    content: "\2b";
    font-family: 'FontAwesome';
    margin-right: .5em;
    position: absolute;
    right: 0px;
}

.prz-related.active .prz-related-head:after {
    content: "\f068";
}

.prz-related-head {
    color: black;
    margin-bottom: 1em;
    position: relative;
    margin-bottom:0px;
    cursor:pointer;
}

.prz-related.active .prz-related-head {
  margin-bottom:1em; 
}

.prz-related {
    background: white;
    border: solid 1px #efefef;
    padding: 1em;
    border-radius: .5em;
    margin-top: 1em;
    
}

.navbuttons li.active {
    background: #333333;
}

.canclick {
    cursor:pointer;
}

.qdelete {
    width: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    justify-self: flex-end;
}

.qdelete:hover {
    color:var(--color-accent);
}
 
.qitem > div:not(.qdelete)
 {
    flex: 1 1 40%;
    width: 40%;
}

.rp-color select {
    margin-top: .5em;
    font-size: 1.1em;
    padding: .3em;
    border-radius: .4em;
}

#calc .pmain.active
 {
    overflow: hidden;
}

.ismobile .qov__content {
    padding: 1.5em;
    font-size: 14px;
}

.ismobile .close-window {
    font-size: 1.5em;
    padding: .7em;
    width: 20px;
    height: 20px;
}

.buttonbox span:active {
    box-shadow: 1px 1px 4px inset #000000;
    background: #efefef;
    color: var(--color-accent);
}

.buttonbox span:active {
    background: #333333;
    color: white;
}
.buttonbox span {
    background: var(--color-accent);
    color: white;
    padding: .5em .6em;
    border-radius: .3em;
    cursor: pointer;
    font-size: .9em;
    font-weight: 600;
    justify-content: center !important;
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.2;
}

.prz-jsonbox { background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:16px; margin:16px 0; }
.prz-row { display:grid; grid-template-columns: 220px 1fr; gap:12px; align-items:start; margin:8px 0; }
.prz-label { font-weight:600; line-height:32px; }
.prz-group { border-left:3px solid #eef2f7; padding-left:12px; margin:6px 0; }
.inputbox input[type="text"], .inputbox input[type="number"] { width:100%; max-width:420px; padding:6px 8px; border:1px solid #d1d5db; border-radius:8px; }
.prz-collapsible { margin:6px 0; }
.prz-summary { cursor:pointer; font-weight:600; padding:4px 0; }
.prz-summary::-webkit-details-marker { display:none; }
.prz-checkbox { display:flex; align-items:center; gap:8px;}
.calctablewrap.wrap * {
  font-family: sans-serif;
}

.calctablewrap.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #efefef;
  padding: 3em;
}

.calctablewrap fieldset {
    border: 1px solid #ddd;
    padding: 12px;
    margin: 8px 0;
    background: white;
}

strong.advancedfields {
    cursor: pointer;
}

.prz-calctable {
    display:none;
}

.prz-calctable.active {
    display:block;
}

.mainqeditbox > h2 {
    cursor:pointer;
}

.mainqeditbox > h2:hover {
  color:var(--color-accent);
}

h2.openedit::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: .5em;
}

.mainqeditbox form {
    display:none;
}

.mainqeditbox.active h2.openedit::before {
    content: "\f0d7";

}

.mainqeditbox.active form {
    display:initial;
}

.qinner {
    display:none;
    background: white;
    padding: 2em;
}

.mainqeditbox.active .qinner {
    display:block;
}

.loadstyle * {
    opacity: 0;
}

.ov__inputbox {
    padding: 1em 0em;
    margin-top: .3em;
    display: flex;
    flex-direction: column;
    gap: .4em;
}

.qov__content .hide {
    display: none;
}

.qov__content h1, .qov__content h2, .qov__content h3, .qov__content h4, .qov__content h5
 {
    margin: 0px;
    padding: 0px;
}

.qov__content label
 {
    font-weight: 600;
}

.buttonbox {
    display: inline-flex
;
    gap: 0.4em;
    margin-top: .5em;
}



.topbar
 {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
}

.prorez-users button.button.button-primary
 {
    margin-top: 1em;
}

.topbar .button

 {
    height: fit-content;
    font-size: .7em !important;
    display: block;
    padding: .8em;
    border-radius: .2em;
    align-self: anchor-center;
}

.prorez-users .mainquotesection
 {
    margin-top: 2em;
}

.managetop a,.managetop a:visited {
    color: white !important;
}

.qov__content ul {
    margin-left: 0px;
    margin-top: 2em;
}
.qov__content ul li {
    display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
        list-style-type: none;
        align-content: center;
        flex-direction: row;
        align-items: center;
        flex:1;
}

.ov--group-chooser .ov__new {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 1em;
}

.qov__content ul.managebuttons {
    margin-top: 1em;
    max-width: fit-content;
}



.plainlink {
    background: none;
    color: var(--color-accent);
    padding: 0px;
    text-decoration: underline;
}

li.chooseclient {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.materialpicker {
    display:none;
}

.materialpicker.active {
    position: fixed;
    z-index: 9999999999999999999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: initial;
    overflow: hidden;
    background: white;
    display: flex
;
    flex-direction: column;
}

.prorez-myaccount .mainquotesection
 {
    margin-top: 2em;
}

.prorez-myaccount .buttonbox
 {
    margin-top: 1em;
    margin-bottom: 1em;
}

a.resetpass.button
 {
    background: none;
    color: var(--color-accent);
    text-transform: capitalize;
}

.navbuttons li::after
 {
    position: relative;
    color: white;
    font-size: .5em;
    font-family: 'Nunito Sans';
    margin-top: .6em;
    text-align: center;
    line-height: 1.1;
}

.navbuttons li.navclients::after {
    content:'Clients';
}

.navbuttons li.navdebug::after {
    content:'Debug';
}

.navbuttons li.navcalc::after {
    content:'Calculators';
}

.navbuttons li.navprods::after {
    content:'Quote Editor';
}

.navbuttons li.navcart::after {
    content:'Print & Send';
}

form .buttonbox {
    padding:1em;
}

.mainquotesection {
    padding:0em;
}

#clients .mainquotesection {
    padding: 0px;
}

.wp-list-table form button {
    font-size: .6em;
    padding: .9em;
    border-radius: .5em;
}

a.calcstepsbtn {
    position: absolute;
    right: 10px;
    top: 10px;
}

li.letteritem {
    color: black;
    font-size: .8em !important;
    padding-left: .4em !important;
    font-weight: 800;
}

.qov__content p.info {
    padding: .8em;
    border: solid 1px #efefef;
    border-radius: .4em;
    font-size: .8em;
    text-align: center;
    margin-top: 1em;
    background: #fafafa;
}

span.clname
 {
    font-weight: 600;
    color: var(--color-accent);
    text-transform: capitalize;
}

span.clcompany {
    text-transform:capitalize;
}

.showrecent .pickcontainer > div {
    display:none;
}

.showrecent .pickcontainer > div.active {
    display:block;
}

.pickcontainer {
    padding: 1em;
    border: solid 1px #efefef;
}

ul.start-or-open li
 {
    width: 50%;
    flex: 1 1 50%;
    background: var(--color-accent);
    color: white;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: .3em;
    opacity: .8;
    cursor: pointer;
    border-bottom: none;
    border-radius: .2em .2em 0em 0em;
}

ul.start-or-open {
    width: 100%;
    display: inline-flex
;
    justify-content: space-around;
    gap: 1em;
    border-bottom: solid 1px var(--color-accent);
    margin-bottom: 0px;
}

ul.start-or-open li.active {
    opacity:1;
}

ul.recent-quotes li,ul.select-client li {
    display: flex
    ;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        font-size: .9em;
        align-items: center;
        cursor: pointer;
        padding: .9em .2em;
        min-height: 3em;
}

ul.recent-quotes,ul.select-client {
    margin: 0px;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.recent-quotes span,.select-client span
 {
    padding: 0em .1em;
}

span.rq-actions,span.sc-actions
 {
    width: fit-content;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    background: var(--color-accent);
    font-size: .9em;
    padding: .2em .6em;
    border-radius: .3em;
}

span.datewhen {
    color: #333333;
    font-weight: 400;
    padding: 0px;
    font-size: .9em;
}

#openrecent span.rq-client
 {
    font-size: .9em;
}

ul.recent-quotes li span:not(.rq-actions),ul.select-client li span:not(.sc-actions)
 {
    width: 33%;
}

ul.recent-quotes li:hover,ul.select-client li:hover
 {
    background: #fafafa;
}

span.rq-name
 {
    font-weight: bold;
    color: var(--color-accent);
}

.choosevar span:not(.addsub)
 {
    width: 25%;
}





#quotePicker span.managename
 {
    font-size: .9em;
    font-weight: 700;
    padding: .9em;
    color: var(--color-accent);
}


.ismobile .materialpicker.active, .ismobile #quotePicker {
    font-size: 15px;
}

.ismobile span.addsub {
    font-size: 10px;
    height: 30px;
}

.ismobile .addsub input {
    font-size: 1.3em;
}

.prodlabel .sorter {
    background: rgba(230, 230, 230, 1);
}

.wc-tcp-cat .sorter
 {
    background: rgba(240, 240, 240, 1);
}

.pname .sorter
 {
    background: rgba(250, 250, 250, 1);
}


.qov__content .managebuttons

 {
    justify-self: flex-start;
}

.grp-list label.grp-label input {
    max-width: fit-content;
    width: fit-content;
}

.grp-list label.grp-label {
    display: flex
;
    gap: .6em;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.sqcheck li.sqft_check
 {
    list-style-type: initial;
    display: list-item;
    border: none;
}

.sqcheck ul {
    margin-left: 1.3em;
    margin-top: 0px;
    font-size: .9em;
    border: none;
}

li.disabled {
    cursor: no-drop !important;
    opacity: .5;
}

.sqcheck label input {
    max-width: fit-content;
}

.sqcheck label {
    display: flex
;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: .5em;
    align-items: center;
    margin-top: 1em;
}

.checkfield {
         /* make sure it's a flex row */
    flex-direction: row !important;
    align-items: center;
    gap: .5em !important;

}

.checkfield input[type="checkbox"] {
    flex: 0 0 auto;               /* don’t let the checkbox stretch */
}



.checkfield input[type="checkbox"] {
    display: block;
    width: fit-content;
    max-width: 20px;
}
 
.calc-field.fullwidth {
    display: flex !important;
}

.checkfield {
    flex-direction: row !important;
    align-items: center;
    gap: .5em !important;
    display: flex
;
    flex-wrap: nowrap;
    max-width:fit-content;
}

.checkfield label {
    flex: 0 1 auto;
    max-width: fit-content;
    justify-self: flex-start;
    white-space:wrap;
}

.sqcheck .checkfield {
    flex-wrap: wrap;
}

.quote-groups {
    background: var(--color-accent);
    margin-top: 2em;
    font-weight: 500;
    color: black;
    padding: .5em;
    color: var(--color-accent);
    border-top: solid 1px #C0C0C0;
    color: white;
    padding: .3em .7em;
}

.crm-row select
 {
    padding: .5em;
    border-radius: .4em;
    width: 100%;
}

.crm-card.active.crm-add-new {
    width: 100%;
    background: white;
    display: block;
    margin-left: initial;
    left: 0px;
    overflow: auto;
    padding: 1em;
    padding-bottom: 2em;
    z-index: 777777;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;


}

.crm-contact-data {
    display: none;
}



.crm-contact-list {
    grid-column: 1 / -1;
    display: flex
;
    margin-top: 1em;
    flex-wrap: wrap;
    border: solid 1px rgba(200, 200, 200, 1);
    padding: .3em 1em;
    border-radius: .6em;
    box-shadow: 1px 1px 4px inset #efefef;
}

.crm-contact-display-row
 {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: space-between;
    border-top: solid 1px #efefef;
    height: 4em;
    align-items: center;
    cursor:pointer;
}

.crm-contact-row .client-name {
    font-weight: bold;
    color: var(--color-accent);
    text-transform: capitalize;
    display: flex
;
    gap: .4em;
    position: relative;
}
.crm-contact-row .client-name::before {
    content: "\f2bb";
    font-family: 'FontAwesome';
}

.crm-contact-row.active .crm-contact-data {
display:block;
}

.crm-contact-row {
    width: 100%;
}

.crm-contact-list h5 {
    font-size: 1.3em;
    margin: 0px;
}

.crm-contact-list-header
 {
    width: 100%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #efefef;
    padding-bottom: .4em;
    padding-top: .4em;
    margin-bottom:.4em;
    margin-bottom: -1px;
}

li.sh_emaillisting *:not(input) {
    justify-content: flex-start;
    text-align: left;
    margin-left: 0px;
    width: 100%;
}
 
li.sh_emaillisting {
    display:none;
}

.shareoptions li {
    cursor:pointer;
    color:var(--color-accent);
}

ul.shareoptions li {
    text-align: left;
    justify-content: flex-start;
    flex: 1;
    width: 100%;
    display: flex
;
    flex-wrap: nowrap;
    gap: .56em;
    cursor: pointer;
}

li.sh_emaillisting
 {
    display: flex
;
    flex-direction: column;
    flex-wrap: wrap !important;
    gap: 0em !important;
    height: fit-content !important;
}

.sh_emaillisting ul.emaillist {
    margin: 0px !important;
}

.sh_emaillisting ul.managebuttons {
    margin: 0px;
    margin-bottom: 1em;
}

.loglist {
    overflow: auto;
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .log-entry {
    border-top: solid 1px #C0C0C0;
    padding: 1em;
}

.crm-contact-row .crm-buttons
 {
    margin-top: 0px;
    margin-bottom: 1em;
    padding-top: 0;
}

.crm-contact-row p {
    padding: 1em 0em;
}

.printquotebox span.editable.zip
 {
    width: 45px;
    flex: 0;
}

.printquotebox span.editable.state {
    width: 25px;
    flex: 0;
}

span.editable.city:not(.empptyfield):after
 {
    content: ',';
}

.citystatezip {
     
        display: flex;
        gap: .3em;
        flex-wrap: wrap;
    }


.citystatezip .ui-editable-editing {
    white-space: nowrap;
    width:fit-content;
    min-width:40px;
    min-height:24px;
}

.addresssection td {
    vertical-align: top;
}

.printquotebox .editable.emptyfield {
    border-bottom: solid 1px #efefef;
    min-height: 24px;
    width: 100%;
    height: 24px;
    background: #fafafa !important;
    display: block;
    position: relative;
}

.printquotebox .editable {
    min-height: 24px;
}

.editable {
    position:relative;
}
.editable.emptyfield::after {
    content: attr(data-placeholder);
  }

  .editable.emptyfield
 {
    opacity: .3;
    font-style: italic;
}

.infomessage {
    border: solid 1px #efefef;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 1em;
    color: black;
}

.infomessage.pink {
    background-color:pink;
}

.is-editing .quote-footer { display: none; }

/* remove your old margin-bottom hack during editing too */
.is-editing .maintabs.active { margin-bottom: 0 !important; }