/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .quote-tab-area h4
 {
    color: #723f32;
    font-weight: 600;
    font-size: 17px;
} 

.quote-section
{
    background-color: #ffedd6;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.quote-filmtypes
{
    display: flex;
    flex-wrap: wrap;
}

.quote-ifilmtypes
{
    width: 33%;
    margin-bottom: 10px;
}

.quote-tab
{
    margin-bottom: 15px;
}

.quote-item-table table td,
.quote-item-table table th
{
  padding: 8px;
}

.quote-item-table table th
{
    font-size: 15px;
    background-color: #723f32 !important;
    color: #fff;
}

.quote-inq-frow{ margin-bottom: 15px; display: flex; flex-wrap: wrap; justify-content: space-between;  }

.quote-inq-frow input[type="text"]
{
  width: 100%;
  background-color: #fff;
  height: 35px;
  padding: 5px;
  border: 1px solid #ddd;
}

.quote-inq-frow textarea
{
  width: 100%;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ddd;
}

.quote-inq-full
{
    width: 100%;
}

.quote-inq-hrow
{
    width: 48%;
}

.quote-next-btn1,
.quote-next-btn2,
.quote-next-btn3,
.quote-btn-submit
{
    display: inline-block;
    background-color: #f2780e;
    color: #fff !important;
    text-decoration: none !important;
    width: 100px;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}

.quote-prev-btn
{
    display: inline-block;
    background-color: #959d3b;
    color: #fff !important;
    text-decoration: none !important;
    width: 100px;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}

.quote-tab-btnarea
{
    display: flex;
    justify-content: space-between;
}

.quote-tab-btnarea
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.quote-item-qnt
{
    border: 1px solid #723f32 !important;
    background-color: #fff !important;
    height: 30px;
    width: 120px;
    border-radius: 3px !important;
}

.quote-item-table h5{ color: #f2780e; font-size: 17px; font-weight: 600; }


.quote-info-modal
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    overflow: auto;
}

.quote-info-modal .quote-modal-wrapper
{
  max-width: 90%;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 145px;
  background-color: #ffedd6;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 100px;
}

.quote-modal-header
{
    text-align: right;
}

.quote-modal-close
{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #723f32;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    text-decoration: none !important;
    line-height: 25px;
}

.quote-modal-close:hover,
.quote-modal-close:focus
{
 text-decoration: none;
}

.quot-itm-info
{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ddd;
    color: #888;
    text-align: center;
    text-decoration: none !important;
    margin-left: 5px;
    line-height: 26px;
    vertical-align: middle;
}

.quote-modal-opened
{
    overflow: hidden !important;
}

.quote-review-qnt{ text-align: center; }
.quote-review-price{ text-align: right; }
.quote-review-amount{ text-align: right; }
.quote-review-tblbtm 
{
    width: 400px;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    background-color: #fff;
    margin-top: 5px;
}

.quote-review-tblbtm  table
{
    width: 100%;
}

.quote-review-tblbtm td{ text-align: right;  }

.quote-review-tbl thead
{
    background-color: #723f32;
    color: #fff;
}

.quote-review-tbl thead td
{
    padding: 8px;
}

.quote-review-tbl tbody td,
.quote-review-tblbtm td
{
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.error-control{ border: 1px solid #f00 !important;  }

.quote-tab-thanks
{
    text-align: center;
}
.quote-tab-thanks h4
{
    font-size: 30px;
}

.quote-review-tblsec table
{
    width: 100%;
    background-color: #fff;
}

.quote-step-desc
{
    margin-bottom: 15px;
}

.qutorvtbl-total-lbl
{
    display: flex;
    justify-content: space-between;
}

.quote-ifilmtypes input[type="checkbox"],
.quote-2col-iopts input[type="radio"]
{
    height: 16px;
}

.quote-ifilmtypes {
    margin-bottom: 20px;
}

.quote-modal-body img
{
  max-width: 100%;
}

.quote-2col-iopts
{
    margin-bottom: 15px;
}

.quote-qnt-td
{
    width: 100px;
}


@media only screen and (max-width: 480px) {

.quote-ifilmtypes{ width: 48%; }
.quote-tab-area h4 {
    font-size: 18px !important;
    line-height: 1.5 !important;
}

.quote-item-tableinner
{
    overflow-x: auto;
    margin-bottom: 30px;
}

.quote-review-tblbtm {
    max-width: 100%;
}

.quote-tab-desc
{
    margin-top: 20px;
}


.quote-item-tableinner thead{ display: none;  }
.quote-item-tableinner tbody { border: 0; }
.quote-item-tableinner tbody tr { margin-bottom: 20px; display: block; border-bottom: 3px solid #c7c7c7; background-color: rgba(255,255,255,0.1); }
.quote-item-tableinner tbody td { display: block; text-align: right !important; font-size: 13px; border-bottom: none; min-height: 54px; }
.quote-item-tableinner tbody td:last-child { border-bottom: 0; padding-bottom: 35px; }
.quote-item-tableinner tbody td:before { float: left; text-transform: uppercase; font-weight: bold; }
.quote-item-tableinner tbody td:nth-of-type(1):before { content: "QTY."; }
.quote-item-tableinner tbody td:nth-of-type(2):before { content: " "; }
.quote-item-tableinner tbody td:nth-of-type(3):before { content: "Reel Diameter"; }
.quote-item-tableinner tbody td:nth-of-type(4):before { content: "Run-Time"; }
.quote-item-tableinner tbody td:nth-of-type(5):before { content: "Price"; }

.quote-item-tabletape .quote-item-tableinner tbody td:nth-of-type(2):before { content: "Tape Type"; }
.quote-item-tabletape .quote-item-tableinner tbody td:nth-of-type(3):before { content: "Run-Time"; }
.quote-item-tabletape .quote-item-tableinner tbody td:nth-of-type(4):before { content: "Price Per 2 hours"; }
.quote-item-tabletape .quote-item-tableinner tbody td:nth-of-type(5):before { content: "Price Over 2 hours"; }
.quote-item-qnt{ width: auto !important;  }
.quote-item-tableinner tbody td { padding-bottom: 10px; padding-top: 10px; min-height: auto; }
.quote-item-tableinner .ox_table tbody td { border-top: 1px solid #d8c5b8 !important; }
.quote-item-tableinner { background-color: #eee; padding: 15px; }


}