/*! CSS Used from: https://www.securecheckorder.com/cdn/css/global.css */
#bigPageWrapper {
  color: var(--text_color);
  max-width: 96%;
  margin: 20px auto;
  background: var(--white-color);
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 var(--rgba5);
          box-shadow: 0 0 10px 0 var(--rgba5);
}

@media all and (max-width: 767px) {
  body #bigPageWrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.centerColumn {
  max-width: 1300px;
  margin: 0 auto;
  min-height: 500px;
}

a {
  color: var(--blue-color);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.clearBoth {
  clear: both;
}

#accountPassword .buttonRow.back a {
  position: relative;
  border-radius: 4px;
  padding: 3px 20px 6px;
  font-size: 15px;
  color: var(--white_color);
  background: var(--blue-color);
  font-family: arial, helvetica, sans-serif;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}

#accountPassword .buttonRow.back img {
  opacity: 0;
}

#accountHistInfo form[name="order_status"],
#accountPassword form[name="account_password"] {
  max-width: 400px;
  margin: 24px auto;
  padding: 12px 24px 24px;
  border: 1px solid var(--border_color);
  background: var(--background_color);
}

#accountHistInfo form[name="order_status"] fieldset legend:first-child,
#accountPassword form[name="account_password"] fieldset legend:first-child {
  font-weight: 300;
  margin-bottom: 10px;
  padding-top: 0;
}

#accountHistInfo form[name="order_status"] fieldset legend:first-child,
#accountPassword form[name="account_password"] fieldset legend:first-child {
  font-family: arial, helvetica, sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 5px;
  float: left;
  width: 100%;
}

#accountHistInfo form[name="order_status"] label,
#accountPassword form[name="account_password"] label {
  padding: 6px 0 0px 0;
}

#accountHistInfo form[name="order_status"] input[type="password"],
#accountPassword form[name="account_password"] input[type="password"] {
  width: 97%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  margin-right: 1%;
}

#accountHistInfo form[name="order_status"] fieldset legend:first-child + div + br,
#accountPassword form[name="account_password"] fieldset legend:first-child + div + br {
  display: none;
}

#accountPassword form[name="account_password"] .buttonRow.forward {
  float: right;
  margin-top: 15px;
  margin-right: 12px;
}

#accountPassword form[name="account_password"] .buttonRow.back {
  float: right;
  margin-top: 15px;
}

#accountPassword form[name="account_password"] {
  min-height: 300px;
}

#accountPassword .buttonRow.forward {
  position: relative;
  border-radius: 4px;
  font-size: 15px;
  color: var(--white_color);
  background: var(--blue-color);
  font-family: arial, helvetica, sans-serif;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  margin-left: 10px;
  margin-top: 12px !important;
}

#accountHistInfo form[name="order_status"] .buttonRow.forward input[type="image"],
#accountPassword .buttonRow.forward input[type="image"] {
  opacity: 0;
  display: block;
  padding: 10px 20px 6px;
  position: relative;
  z-index: 1;
  max-width: 100px;
}

#accountPassword .buttonRow.back a:after {
  content: 'back';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 6px;
}

#accountHistInfo form[name="order_status"] .buttonRow.forward:after,
#accountPassword .buttonRow.forward:after {
  content: 'submit';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  padding-top: 2px;
}

#accountHistInfo form[name="order_status"] .buttonRow.forward:after {
  top: 4px;
}

@media only screen and (max-width: 767px) {
  #contentMainWrapper #accountPassword form {
    max-width: 400px;
    margin: 0px;
    padding: 12px 24px 24px;
    border: 1px solid var(--border_color);
    background: var(--background_color);
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .centerColumn {
    width: 100% !important;
    padding-left: 0px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 560px;
    min-height: 100px;
  }
  #accountPassword form[name="account_password"] fieldset legend:first-child {
    font-size: 18px;
  }
  #accountPassword form[name="account_password"] {
    min-height: 100px;
  }
}

@media only screen and (max-width: 640px) {
  #accountPassword form[name="account_password"] input[type="password"] {
    width: 93%;
  }
}

a:hover {
  color: var(--text_color);
  text-decoration: underline;
}

#accountPassword .buttonRow.forward,
#accountPassword .buttonRow.back a {
  background: var(--anchor_color);
  color: var(--white_color);
}

#accountPassword form[name="account_password"] {
  background: var(--white_color);
}

#accountPassword form[name="account_password"] fieldset legend:first-child {
  border-bottom: 0;
  line-height: normal;
}

#accountPassword form[name="account_password"] fieldset {
  font-size: 12px;
}

.alert {
  padding: 0;
  border: 0;
  margin-bottom: 5px;
  color: var(--anchor_color);
  font-size: 14px;
}

#accountPassword form[name="account_password"] input[type="password"] {
  border-radius: 0;
  padding: 2px 5px;
  border: 1px solid var(--border_color);
}

#accountPassword form[name="account_password"] label {
  margin-top: 8px;
  margin-bottom: 2px;
}

#accountPassword .buttonRow.back a {
  background: var(--anchor_color);
  padding: 6px 20px 8px;
  vertical-align: top;
}

#accountPassword form[name="account_password"] .buttonRow.forward {
  margin-top: 9px !important;
}

#accountPassword .buttonRow.forward:after {
  padding-top: 6px;
}

#accountPassword form[name="account_password"] fieldset legend:first-child {
  font-size: 20px;
}

.buttonRow.back a {
  position: relative;
  padding-left: 15px;
  color: var(--ct_56-blue-285);
}

.buttonRow.back a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-right: 5px solid var(--white-color);
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#accountHistInfo h1 {
  display: none;
}

#accountHistInfo form[name="order_status"] {
  background: var(--white-color);
}

#accountHistInfo fieldset {
  border: 0;
  padding: 0;
}

#accountHistInfo fieldset legend {
  text-align: center;
  font-size: 20px;
  margin: 0;
  display: block;
  padding-bottom: 15px;
}

#accountHistInfo form[name="order_status"] label {
  display: block;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 3px;
}

#accountHistInfo form[name="order_status"] input,
#accountHistInfo form[name="order_status"] #query_email_address {
  border-radius: 0;
  border: 1px solid var(--border_color);
}

#accountHistInfo form[name="order_status"] input,
#accountHistInfo form[name="order_status"] #query_email_address {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
}

#accountHistInfo form[name="order_status"] .buttonRow {
  border-radius: 4px;
  font-size: 15px;
  color: var(--white-color);
  background: var(--anchor_color);
  font-family: arial, helvetica, sans-serif;
  font-weight: 300;
  line-height: normal;
  float: left;
  padding: 0;
  height: auto;
  vertical-align: top;
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.table,
table {
  border-left: 1px solid var(--border_color);
  border-top: 1px solid var(--anchor_color);
  border-collapse: collapse;
  background: var(--white-color);
}

tr.tableHeading {
  background: var(--anchor_color);
}

.table th,
table th {
  border-right: 1px solid var(--card_bg_color);
  border-bottom: 1px solid var(--anchor_color);
  font-weight: normal;
  color: var(--white-color);
  padding: 8px 5px;
  text-align: left;
}

.table th:nth-last-child(1),
.table th:nth-last-child(2),
table th:nth-last-child(1),
table th:nth-last-child(2) {
  min-width: 90px;
}

table td,
.table td {
  border-right: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
  padding: 5px;
  text-align: left;
  font: normal 12px/18px arial, helvetica, sans-serif;
}

#accountHistInfo #orderTotals {
  margin-bottom: 20px;
}

#accountHistInfo #orderTotals .amount {
  padding-top: 5px;
}

#accountHistInfo #orderTotals .amount {
  float: right;
}

#accountHistInfo #orderTotals .lineTitle.larger.forward {
  font-weight: 300;
  margin-bottom: 5px;
  line-height: normal;
  padding: 5px 0;
}

#accountHistInfo #orderTotals .orderDetail:last-child {
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #ccc;
}

#accountHistInfo .floatingBox {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 5px;
}

#myAccountShipInfo,
#myAccountPaymentInfo {
  font-size: 12px;
  line-height: 1.2em;
}

#accountHistInfo .floatingBox h4 {
  font-size: 18px;
  float: left;
  margin: 4px 0;
}

#accountHistInfo .floatingBox div {
  float: right;
}

@media all and (max-width: 767px) {
  h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #accountHistInfo .floatingBox h4 {
    font-size: 12px;
    margin: 0;
  }
  #accountHistInfo form[name="order_status"] fieldset legend:first-child,
  #accountPassword form[name="account_password"] fieldset legend:first-child {
    font-size: 22px;
  }
}
/*# sourceMappingURL=change_password.css.map */