/* MASTER FILE */
/* VARIABLES */
/* page bg color default */
/* Primary Text Color */
/* Alt Text Color #1 */
/* Primary Link Color */
/* Primary Link Hover Color */
/* MySite Green for TOP of GRADIENT */
/* MySite Green for BOTTOM of GRADIENT */
/* Core APPA Font Family */
/* Button Fonts */
/* Global Element Shadow */
/* REUSABLE FUNCTIONS */
/* END REUSABLE FUNCTIONS */
/* END MASTER FILE */
/** GENERAL FORM ELEMENTS **/
.form-control {
  display: inline-block;
  width: 250px;
  margin: 1px;
  font-family: helvetica, arial, sans-serif;
  font-size: 11pt;
  padding: 7px;
  border: 1px solid #39c;
  border-radius: 3px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.form-control:focus,
.form-control:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.highlight-required {
  border: 2px solid red;
  background-color: #ffc;
}
/* buttons */
.exec-save {
  cursor: pointer;
  width: 100%;
  background-color: #09c;
  border: 1px solid #039;
  border-radius: 2px;
  padding: 7px 10px;
  font-size: 14pt;
  font-weight: Bold;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.exec-save:hover {
  background-color: #069;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.65);
}
.exec-minor {
  font-size: 10pt;
  font-weight: normal;
  padding: 5px 12px;
  color: #03c;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-shadow: none;
}
.exec-minor:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #03c;
  color: #006;
}
@media (min-width: 600px) {
  .exec-save {
    width: auto;
  }
}
/* ORDER FORM STYLES */
section.order-form-shell {
  margin: 0 auto;
  width: 100%;
  min-width: 400px;
  max-width: 1000px;
  /* General Panel Styles */
  /* Market Tracker Data Set Selection */
  /* Market Tracker User Panel */
  /* Invoice Items/Totals Panel */
  /* Payment Panel */
  /* Submission Buttons */
}
section.order-form-shell .form-panel {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
section.order-form-shell .form-panel > h3.form-section-bar {
  font-size: 11pt;
  background-color: #efefef;
  border-radius: 3px;
  margin: 5px 0;
  padding: 7px;
  font-weight: bold;
}
section.order-form-shell .form-panel > div.col {
  display: block;
}
@media (min-width: 600px) {
  section.order-form-shell {
    /* General Panel Styles */
  }
  section.order-form-shell .form-panel .col-left {
    float: left;
    width: 40%;
    padding-bottom: 0;
    padding-right: 15px;
  }
  section.order-form-shell .form-panel .col-right {
    padding-bottom: 0;
    padding-left: 40%;
    width: 80%;
  }
}
section.order-form-shell .form-panel.market-tracker-datasets > p {
  margin-bottom: 0;
}
section.order-form-shell .form-panel.market-tracker-datasets .col {
  display: inline-block !important;
  width: 120px;
  padding: 0 0 15px 0;
}
section.order-form-shell .form-panel.market-tracker-datasets label {
  display: block;
  font-weight: normal;
  width: auto;
  padding: 7px;
  margin: 0;
}
@media (min-width: 600px) {
  section.order-form-shell .form-panel.market-tracker-datasets .col {
    padding: 15px;
    vertical-align: top;
  }
  section.order-form-shell .form-panel.market-tracker-datasets label {
    padding: 0;
  }
}
section.order-form-shell .form-panel.market-tracker-user > p {
  margin: 15px 0 5px 0;
}
section.order-form-shell .form-panel.market-tracker-user .col-left,
section.order-form-shell .form-panel.market-tracker-user .col-right {
  display: block;
}
section.order-form-shell .form-panel.market-tracker-user .form-control {
  width: 100%;
}
@media (min-width: 600px) {
  section.order-form-shell {
    /* Market Tracker User Panel */
  }
  section.order-form-shell .form-panel.market-tracker-user input[name$="FirstName"].form-control,
  section.order-form-shell .form-panel.market-tracker-user input[name$="LastName"].form-control {
    width: 45%;
  }
}
section.order-form-shell .form-panel.invoice-section > table {
  width: 100%;
  margin: 20px 0;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr:first-child > th {
  display: none;
  background: #eeeeee;
  padding: 5px;
  font-size: 9pt;
  font-weight: normal;
  color: #666;
  text-align: center;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr:first-child > th:first-child {
  display: block;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td {
  display: block;
  width: 100%;
  padding: 0;
  white-space: nowrap;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item {
  padding: 10px 0;
  text-align: left;
  white-space: normal;
  border-top: 1px solid #ccc;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-price:before {
  content: "Item Price: ";
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-qty:before {
  content: "Qty: ";
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-total {
  padding-bottom: 10px;
  text-align: right;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-total:before {
  content: "Item Total($): ";
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.totals {
  padding-top: 10px;
  border-top: 1px solid #000;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.totals table td {
  padding: 7px;
  border-top: 1px solid #ddd;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.totals table tr:first-child td {
  border-top: 0;
}
section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.totals table tr:first-child td:first-child {
  width: 60%;
}
section.order-form-shell .form-panel.invoice-section > table > tbody .subtotal-amt,
section.order-form-shell .form-panel.invoice-section > table > tbody .taxtotal-amt,
section.order-form-shell .form-panel.invoice-section > table > tbody .feetotal-amt,
section.order-form-shell .form-panel.invoice-section > table > tbody .total-amt {
  display: inline-block;
  width: 100px!important;
}
@media (min-width: 600px) {
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > th,
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td {
    display: table-cell !important;
    padding-right: 5px;
  }
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > th:last-child,
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td:last-child {
    padding-right: 0;
  }
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td {
    width: auto;
    padding: 7px 0;
    border-top: 1px solid #ddd;
    white-space: nowrap;
  }
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-price {
    text-align: right;
  }
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-price:before {
    content: "";
  }
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-qty {
    width: 70px;
    text-align: center;
  }
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-qty:before {
    content: "";
  }
  section.order-form-shell .form-panel.invoice-section > table > tbody > tr > td.inv-item-total:before {
    content: "";
  }
}
section.order-form-shell .form-panel.payment-section .payment-method {
  margin: 15px 0;
}
section.order-form-shell .form-panel.payment-section .payment-method > div {
  margin-bottom: 15px;
}
section.order-form-shell .form-panel.payment-section .payment-method > div label {
  display: block;
  padding: 5px 0;
  font-size: 12pt;
  white-space: nowrap;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell,
section.order-form-shell .form-panel.payment-section .check-payment-shell,
section.order-form-shell .form-panel.payment-section .wire-payment-shell,
section.order-form-shell .form-panel.payment-section .ach-payment-shell {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell .cc-form-shell {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell .cc-form-shell .payment-amount {
  margin: 0 0 15px 0;
  font-size: 14pt;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #ffd;
  padding: 15px;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell .cc-form-shell .payment-amount span {
  margin-left: 20px;
  font-size: inherit;
  font-weight: bold;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell .cc-form-shell > div {
  width: 100%;
  float: none;
  padding: 0 0 15px 0;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell .cc-form-shell > div > p {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 3px;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell .form-control {
  margin: 5px 0;
  width: 100%;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell .form-control:focus,
section.order-form-shell .form-panel.payment-section .cc-payment-shell .form-control:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-color: #036;
}
section.order-form-shell .form-panel.payment-section .cc-payment-shell select.form-control {
  width: auto;
}
@media (min-width: 600px) {
  section.order-form-shell .form-panel.payment-section .payment-method div label {
    display: inline-block;
    width: auto;
    padding-right: 15px;
  }
  section.order-form-shell .form-panel.payment-section .cc-payment-shell .cc-form-shell > div {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
  }
  section.order-form-shell .form-panel.payment-section .cc-payment-shell .cc-form-shell > :nth-child(3) {
    padding-right: 0;
  }
}

/*# sourceMappingURL=order-form.css.map */