/* Shared Deals */
.expand{
    transform: rotate(90deg);
}
.return, a.return, .return a{
    font-size: 12px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--label-text);
    text-decoration: none;
    padding: 0vh 2vw;
    text-align: left;
}
.arrow_txt{
    padding: 0 10px;
}
.navmenu .share{
    border-bottom: 3px solid #fcfcfc;
    color: #fcfcfc;
}
.signed_heading{
    font-style: italic;
    padding: 30px 10px;
    margin: auto;
    text-align: center;
}
.signed_heading p {
    font-family: "montserrat", monospace;
    font-style: normal;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
    max-width: 550px;
    margin: auto;
    line-height: 1.6em;
}
.sub_status{
    color: #8f750f;
}
.intro_toggle{
    cursor: pointer;
    color: #707070;
    margin: 15px 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-style: normal;
}
.signed_heading .intro{
    text-align: justify;
    max-width: 450px;
    margin: auto;
}
.signed_heading .intro p{
    color: #707070;
}
.wrapper{
    max-width: 760px;
    margin: auto;
    font-family:"futura", "montserrat","proxima-nova", "helvetica neue", "roboto slab", sans-serif, monospace;
    font-size: 14px;
}
input, select, option{
    padding:5px 0px;
    font-size: 14px;
    border-style: none;
    border-bottom: 1px solid #CCC;
    background-color: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    font-family: "futura","montserrat", "proxima-nova", "helvetica neue";
}
input{
    -webkit-border-radius: 0px!important;
    -webkit-box-shadow: none!important;
}
select{
    width: 100%;
    -webkit-appearance: menulist;
    outline-color: #ffe95e;
    text-align-last:center;
    background-color: #fafafa;
    font-style: italic;
    box-shadow: 2px 4px 20px rgb(112 112 112 / 20%);
    height: 44px;
}
select:disabled{
    background-color: #e8e8e8;
    color: #949494
}
.inline{
    display: inline-block;
}
a {
    color: #8f750f;
}
.get_url{
    cursor: pointer;
    color: #8f750f;
    text-decoration: underline;
}
.cta_btn_inline{
    padding: 0 10px 0 10px;
    background: linear-gradient(98deg, #fcfcfc 5%, #F2D151 5% 95%, #fcfcfc 95%);
    text-decoration: none;
    font-style: italic;
}
.cta_btn_inline:hover{
    color: #fcfcfc
}
.pur_modes input[type=radio], .pur_type input[type=radio]{
    width:1px;
    height: 1px;
    position:absolute;
    clip: rect(0 0 0 0);
}
/* SIGNED! */
.top_filter{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* Purchase Mode Radio */
.pur_modes{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.pur_mode{
    height: 1.2em;
    text-align: center;
    height: 100%;
}
.pur_mode label{
    background: #eff0eb;
    padding: 10px 30px;
    transition: all 0.25s ease 0s;
    cursor: pointer;
    box-shadow: 1px 2px 7px 0 rgb(1 1 1 / 15%);
    letter-spacing: 0.1em;
    display: block;
}
.pur_mode label.left{
    border-radius: 3px 0.5px 0.5px 3px;
}
.pur_mode label.right{
    border-radius: 0.5px 3px 3px 0.5px;
}
.pur_mode label:hover{
    background-color: rgba(242, 209, 81, 0.7);
    color: #fcfcfc;
}
.pur_mode input[type=radio]:checked + label{
    background-color: #F2D151;
    color: #fcfcfc;

    border-style: solid;
    border-color: #d9b527;
    border-width: 0 0 2px 0;
}

/* End of Purchase Mode Radio */


#filter_toggle{
    text-align: right;
    cursor: pointer;
    margin-left: auto;
}
#filters{
    padding: 0px 10px;
}
.filter{
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    padding: 10px 0;
    grid-gap: 1.5em;
}
#pur_type_filter{
    grid-column: 3/4;
}
#filters label, .select_label{
    padding: 10px 0 5px 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.4px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin: 10px 0 2.5px 0;
    text-align: left;
    font-family: "futura", "proxima-nova", "helvetica neue", sans-serif;
}
.filter_rows{
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}
#pur_mon_select, #model_select, #model_yr_select{
    grid-row: 2/3;
}

.item{
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    box-shadow: 2px 4px 20px rgb(112 112 112 / 20%);
    margin-top: 3em;
    padding: 15px;

    background-color: #fcfcfc;
    font-family: "montserrat", "futura", monospace, sans-serif;
    color: #707070;
    line-height: 1.6em;
    font-size: 12.5px;
    font-weight: 400;
    font-style: italic;
}
.item .detail_num, .item .summary, .item .detail_info{
    font-style: normal;
    font-family: "PT Sans", "montserrat","futura", monospace, sans-serif;
    letter-spacing: 0.2px;
    font-size: 13px;

}
.item > div {
    padding: 10px;
}
.item label{
    font-weight: bold;
}

.item.buy{
    grid-template-columns: repeat(2, 1fr)!important;
}

.buy .key{
    font-size: 12.5px;
    color:black;
}
.buy .key .effective_label{
    color: #707070;
}
.buy .key .key_output{
    font-weight: bold;
}
.make_model, #leads .vehicle_model{
    font-family: "futura", "montserrat","proxima-nova", "helvetica neue", "roboto slab", sans-serif, monospace;
    color: black;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 2.5px;
}
.trim_container, #leads .vehicle_trim{
    font-style: italic;
    color:black;
    padding-bottom: 10px; padding-top: 5px;
    font-weight: 600;
    font-size: 13px;
}

.indented{
    text-indent: 15px;
}
.key{
    align-self: start;
    justify-self: end;
    text-align: right;
}
.effective_monthly, .lh_score_container{
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    color: black;
    font-family: "futura", "montserrat", monospace;
    font-style: normal;
    line-height: 1.2em;
}
.key_label{
    color: #707070;
    font-weight: 400;
    font-style: italic;
    font-size: 11.5px;
    line-height: 1.75em;
    padding-bottom: 5px;
}
.sub{
    font-size: 10px;
}

.detail_toggle{
    font-weight: bold;
    grid-column: 1/2;
    cursor: pointer;
    color: #8f750f;
}
.detail{
    grid-column: 1/4;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    grid-gap: 1em;
    padding-bottom: 25px;
    word-break: break-word;
}
label.submitted_by{
    font-weight: normal;
}


/* INPUT FORM */
/* Master Form Purchase Type Radio */
.pur_types{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    justify-items:center;
}
.pur_type{
    width: 100%;
}
.pur_type label{
    display: block;
    background: #eff0eb;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;

    transition: all 0.25s;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.pur_type label:hover{
    background-color: #F2D151;
    font-style: italic;
    color: #fcfcfc;

    border-style: solid;
    border-width: 0 1px 2px;
    border-bottom-width: 2px;
    border-color: #F2D151;
    border-bottom-color: #d9b527;
}
.pur_type input[type=radio]:checked + label{
    background-color: #F2D151;
    font-style: italic;
    color: #fcfcfc;

    border-style: solid;
    border-width: 0 1px 2px;
    border-bottom-width: 2px;
    border-color: #F2D151;
    border-bottom-color: #d9b527;
}

/* End of Master Form Purchase Type Radio */
.required{
    color: #cc0033;
    font-size: 14px;
    vertical-align: middle;
}
.calc_divider{
    background-color: #2d2d2d;
    height: 2px;
    width: 100%;
    margin: 0 0 10px 0;
}

.section_div{
    margin-top: 10px;
    padding: 10px;
    font-family: "futura", "proxima-nova", helvetica neue;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .4em;
}
.form_section{
    margin-top: 30px;
}

.basic{
    padding: 10px;
}
.basic .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5em;
    padding: 10px 0px;
}
#pur_type{
    grid-column: 1/3;
}
.basic .container.vehicle{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.other_trim{
    grid-column: span 4;
}
.col_container{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: flex-start;
}
.left_col{
    width: 350px;
    margin:30px 0px;
}
.right_col{
    width: 350px;
    margin:65px 0 30px 50px;
    position:sticky;
    top: 85px;
}
.right_col img{
    max-width: 100%;
    cursor: pointer;
}
.img_label{
    text-align: center;
    padding: 10px 0;
    font-style: italic;
    color: #5d5d5d;
}
.item_div{
    padding: 10px;
    font-family: "futura", "montserrat", "proxima-nova", "helvetica neue";
    font-size: inherit;
}
.item_div label{
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.4px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin: 10px 0 2.5px 0;
    text-align: left;
    font-family: "futura", "proxima-nova", "helvetica neue", sans-serif;
}
.item_div input{
    width: 100%;
    font-family: monospace;
    font-weight: bold;
}
.item_div input[type=number]{
    width: 95%;
}
input[type=url]{
    font-weight: 400;
}

.item_div.indent{
    padding-top: 0;
    margin-left: 30px;

}

.indent_icon{
    transform: rotate(90deg);
    padding: 0 5px;
}
#mileage, .term, #apr{
    max-width: calc(100% - 50px);
}

.infinite {
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp_text{
    padding-left: 5px;
    padding-top: 5px;
    font-size:12.5px!important;
    line-height: 1.4em;
    font-family: "PT Sans", "monserratt", sans-serif;
    color:dimgray;
}

.exp_text_sub{
    font-size: 13.5px;
    font-family: "PT Sans", "monserratt", sans-serif;
    color: #4d4d4d;
    font-style: italic;
}
.err_msg_container{
    color: #cc0033;
    font-size: 14px;
    font-family: "hind", "proxima-nova", "helvetica neue", sans-serif;
    text-align: center;
    grid-column: span 4;
}
/* File Upload */
input[type="file"] {
    width:1px;
    height: 1px;
    position:absolute;
    clip: rect(0 0 0 0);
}
.custom-file-upload {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background-color: #fafafa;
    box-shadow: 2px 4px 20px rgb(112 112 112 / 20%);

}
#file-upload{
    padding: 15px 10px;
}
#file-upload .disclaimer{
    margin: 10px auto!important;
    text-align: justify!important;
    max-width: 500px;
}
#filenames{
    background: #e8e8e8;
    padding: 15px 10px;
    font-style: italic;
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-all;

}
#filenames p{
    margin: 0;
    line-height: 2em;
}
#filenames .filename{
    color: #4d4d4d;
}
/* Lightbox */
#lightbox{
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    display: none;
}
#lightbox.active{
    display: flex;
    justify-content: center;
    align-items: start;
    overflow-y: scroll;
}
#lightbox.active img{
    width: 80%;
    padding-top: 10vh;
}

/* italicize placeholder */
::-webkit-input-placeholder {
    font-style: italic;
    font-family: monospace;
    font-weight: 400;
 }
 :-moz-placeholder {
    font-style: italic;
    font-family: monospace;
    font-weight: 400;
 }
 ::-moz-placeholder {
    font-style: italic;
    font-family: monospace;
    font-weight: 400;
 }
 :-ms-input-placeholder {
    font-style: italic;
    font-family: monospace;
    font-weight: 400;
 }
/* Change Form */
#change .container{
    margin: auto;
    max-width: 350px;
}
#change .right_col{
    margin-top: 30px!important; margin-bottom: 30px!important;
}
#change .button{
    font-size: 14px!important;
}

/* Staff Page */
#staff .key{
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
}
.red{
    color: var(--red) !important;
}
.pending_revs_count, .pending_revs_count a, .pending_revs_count label{
    /* font-weight: bold; */
    color: var(--red);
    text-decoration: none;
    cursor: pointer;
}
.internal_form input{
    margin-bottom: 10px;
}
/* MEDIA SCREEN FOR SHARE A DEAL */
@media screen and (max-width:765px){
    .right_col{
        margin: 20px 25px !important;
    }
}
@media screen and (max-width: 480px){
    .filter, .basic .container{
        grid-template-columns: 1fr;
    }
    .basic .container.vehicle{
        display: block;
    }
    .basic .container.vehicle select {
        margin-bottom: 1.5em;
    }
    #pur_type_filter{
        grid-column: 1;
    }
    .other_trim{
        grid-column: span 1;
    }
    #trim_label{
        width: 90%;
    }
    #trim_input{
        width: 90%;
    }
    .filter_rows.mobile_adj{
        grid-template-rows: 1fr;
    }
    .item{
        grid-template-columns: 2.5fr 1.5fr;
    }
    .info{
        grid-column: 1/2;
    }
    .summary{
        grid-column: span 2;
        grid-row: 2;
    }
    .key{
        grid-row: 1;
        grid-column: 2/3;
    }
    #signed .detail{
        grid-template-columns: 1fr;
    }
    .left_col{
        width: 100%;
    }
    #change .right_col{
        margin: 0 !important;
    }
    #trim_input{
        width: 100%;
    }
    #staff input{
        width:100%;
    }
}

/* FROM CALCULATOR CSS */

.disclaimer, .contract_msg{
    color: dimgray;
    margin: 10px 0;
    font-family: inherit;
    font-size: 13px;
    font-style: italic;
    text-align: center;
}
.contract_msg{
    margin: 10px auto;
    color: var(--green);
    font-weight: bold;
}
input:focus{
    outline: none;
    border-bottom: 2.5px solid #ffe95e;
}
.invalid{
    border-bottom: 2.5px solid #cc0033!important;
}
/* Highlights fields that AI did not auto-fill and still need user input */
.needs-attention, select.needs-attention {
    border-bottom: 2px solid #F2D151 !important;
    background-color: rgba(242, 209, 81, 0.12) !important;
    transition: border-color 0.3s, background-color 0.3s;
}
.unit{
    font-family: "futura", "proxima-nova", helvetica neue;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

input[type=checkbox],
input[type='radio']{
    margin-right: 5px;
}

.highlight{
    background-color: #F2D151;
}
.hide{
    display: none;
}

.memo{
    margin-top: 15px;
}
textarea{
    box-sizing: border-box;
    padding:8px 10px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: inherit;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 1.5em;
    font-family: monospace;
}
textarea:focus {
    outline-color: #f2d254;
    -webkit-appearance: none!important;

}

.copied{
    margin: 5px auto;
    font-style: italic;
}
input.url_div {
    font-family: "PT Sans", "montserrat","futura", monospace, sans-serif;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
}

.button{
    display: block;
    font-family:"futura-medium", "montserrat","proxima-nova", "helvetica neue";
    background-color: #2e2e2e;
    color: #F2D151;
    font-size: 12px;
    padding: 15px 15px;
    border: none;
    border-radius: 2px;
    margin: 10px auto;
    line-height: 1.2em;
    letter-spacing: 2px;
    width: 80%;
    font-size: 18px;
    cursor: pointer;
}
.button:hover{
    background-color: #F2D151;
    color: #fcfcfc;
    font-style: italic;
    transition: all 0.25s;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;

    border-style: solid;
    border-width: 0 1px 2px;
    border-bottom-width: 2px;
    border-color: #F2D151;
    border-bottom-color: #d9b527;
}
.button:active, .botton:focus{
    background-color: #F2D151;
    color: #fcfcfc;
    font-style: italic;
    transition: all 0.25s;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;

    border-style: solid;
    border-width: 0 1px 2px;
    border-bottom-width: 2px;
    border-color: #F2D151;
    border-bottom-color: #d9b527;
    box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
}
.button_share{
    background-color: #2e2e2e;
    color: #F2D151;
    width: 200px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    border-radius: 3px;
    /* Old bronze style */
    /* background-color: #8f750f;
    font-style: italic;
    color: #f2f2f2;
    font-weight: bold; */
}
.button_search{
    margin: 0;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 0;
    height: 44px;
    width:100%;
    letter-spacing: 0.1em;
}
.err{
    color: #cc0033;
    font-size: 14px;
    text-align: center;
}
.status_msg{
    font-family:"lato", "montserrat","proxima-nova", "helvetica neue", "roboto slab", sans-serif, monospace;
    font-size: 16px;
    line-height: 2em;
}






