﻿:root {
    /* --sect-lt: #b2d1ba; */
    --sect-lt: #b8d8cb; /*got this color the the electra bike I want to get for Leslie*/
    --sect-lt-prn: #93bdac; /*got this color the the electra bike I want to get for Leslie*/
    --subdude: #a3a3a3;
    --tblColor: #383838;
    --hilite-opt-prn: #b4b4b4;
    --hilite-opt: #ece2c6;
    --quitelite: #efefef;
    /* --tblColor: #ff0000; */
    
}

.formInfo {
    top: 75px;
}

.myBod {
    padding-top: 75px;
}

.pitts {
    color: var(--tblColor);
}

.card-ats {
    border-radius: 2px;
    box-shadow: 4px 4px 5px rgba(0,0,0,.1);
}

dt, dd {
    /* outline: 1px solid red; */
    outline: none;
}

/* .outline {
    outline: 1px solid red;
} */

p.model {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.tbl-header {
    /* white-space: nowrap; */
    font-weight: bold;
    font-style: italic;
}

/* td {
    outline: 1px solid red;
} */

td.bordered {
    border-bottom: 1px solid var(--sect-lt);
}

.td-max {
    width: auto;
}
/* .td-min {
    width: 1%;
    white-space: nowrap;
} */

tr.sect-hdr {
    border: 1px solid var(--sect-lt);
    background-color: var(--sect-lt);
    /* font-size: 1.1rem; */
}

.quoteClr {
    border: 1px solid var(--sect-lt);
    background-color: var(--sect-lt);
}

tr.sect-rows {
    border: 1px solid var(--sect-lt);
}

tr.sectionGap {
    line-height: 1rem;
}

.subdude {
    color: var(--subdude);
}

.non-std {
    background-color: var(--hilite-opt);;
}

/*
input {
    display: inline-block;
    outline: 1px solid red;
}

.form-check-input {
    margin-left: 0;
}
*/
.input-fix {
    padding: 0;
    margin: 0;
    margin-top: .33rem;
}

.label-fix {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

.lookatme {
    background-color: #efefef;
    /* color: grey; */
    font-weight: bold;
 }

 .feat-cmnt {
    font-style: normal;
    font-weight: normal;
    font-size: .75em;
    line-height: 1rem;
    background-color: #f7fcae;
    margin: .5em;
    padding: .5em;
    border: 1px solid #b2b389;
    box-shadow: 2px 3px 4px #b6b6b6;
    white-space: normal;
 }

 .notTooBig {
    width: 23%;
 }

 dialog {
    width: 25%;
    border: 0;
    box-shadow: 0 0 1em rgb(0 0 0 / .8);
}

dialog::backdrop {
    background: black;
    opacity: .5;
}

.form-label {
    margin-bottom: 0;
}

.form-text {
    font-size: .75em;
    color:#383838;
}

.tight, td.tight, tr.tight {
    margin: 0 !important;
    line-height: 1rem;
    border-bottom: #383838 !important;
}

.tight td {
    border: 0 !important;
    
}

td.tight input {
    line-height: 0;
}

td.label {
    font-weight: bold;
}

input.lift {
    margin-top: 0.1rem;
}

img.div-logo {
    max-height: 100px;
    padding: 1em 0;
}

.tighter {
    padding: .5rem;
}

label {
    margin-bottom: .25rem;
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s; */
  }
  
  .scroll-top:hover {
    opacity: 1;
  }

@media print {
    table tr.sect-hdr > td {
        background-color: var(--quitelite) !important;
        /* background-color: white !important; */
        font-weight: bold;
    }
    table tr.non-std > td {
        background-color: var(--hilite-opt-prn) !important;
    }
    .nxtPage {
        page-break-before: always;
    }
}