@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600,700&display=swap');
.widget-payment {
  width: 100%;
  max-width: 430px;
  margin: 20px auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.231;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px #ccc;
}
.widget-payment.large-widget {
  max-width: 860px;
}
.widget-payment * {
  box-sizing: border-box;
}
.widget-payment h2 {
  margin: 15px auto;
  font-family: inherit;
  font-size: 23px;
  font-weight: 300;
  line-height: 33px;
  color: inherit;
}
.widget-payment .columns-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .widget-payment .column-content {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .widget-payment .right-column {
    float: right;
  }
}
.widget-payment .content-panel {
  overflow: hidden;
  margin: 15px 0;
  border-radius: 6px;
  box-shadow: 0 0 10px #e0e0e0 inset;
}
.widget-payment .default-panel {
  padding: 0 10px;
  background: #f0f0f0;
}
@media screen and (min-width: 640px) {
  .widget-payment .default-panel {
    margin: 8px 0;
  }
}
.widget-payment .positive-panel {
  background: #f0ffe2;
}
.widget-payment .negative-panel {
  background: #fde6db;
}
.widget-payment .panel-summary {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  background: #e5f1fd;
}
.widget-payment .payment-content {
  padding: 10px;
}
.widget-payment .payment-footer {
  padding: 10px;
  background: #e5f1fd;
}
.widget-payment input {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.231;
  text-align: center;
  border-radius: 3px;
}
.widget-payment .section-title {
  margin: 15px 0;
  font-size: 18px;
}
.widget-payment .field-wrapper {
  position: relative;
  margin: 15px 0;
  font-weight: 600;
}
.widget-payment .label-wrapper {
  position: relative;
}
.widget-payment .inline-wrapper {
  position: static;
  display: inline-block;
}
.widget-payment .label-tooltip,
.widget-payment .field-tooltip {
  position: absolute;
  left: 10px;
  right: 10px;
  padding: 5px 10px;
  font-size: 11px;
  background: #e5f1fd;
  border-radius: 3px;
  box-shadow: 0 0 5px #ccc;
}
.widget-payment .label-tooltip {
  bottom: 50px;
}
.widget-payment .field-tooltip {
  bottom: 35px;
}
.widget-payment label,
.widget-payment label span {
  display: block;
}
.widget-payment .inline-wrapper label,
.widget-payment .inline-wrapper label span {
  display: inline-block;
}
.widget-payment label span {
  margin: 0 0 5px;
}
.widget-payment label samp {
  font-family: inherit;
}
.widget-payment input[type="text"] {
  height: 32px;
  width: 240px;
  padding: 0 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.widget-payment input[type="text"].short-width {
  margin: 0 5px;
  width: 50px;
}
.widget-payment .content-panel input[type="text"] {
  background: #fff;
}
.widget-payment input:focus {
  outline: none;
}
.widget-payment input::-moz-focus-inner {
  border:0;
}
.widget-payment .buttons-wrapper {
  margin: 18px 0 0;
  font-weight: 600;
}
.widget-payment .buttons-wrapper input {
  display: block;
  margin: 5px auto;
}
.widget-payment input[type="button"],
.widget-payment input[type="reset"] {
  height: 32px;
  min-width: 175px;
  padding: 0 30px;
  cursor: pointer;
}
.widget-payment input[type="button"] {
  color: #fff;
  background: #006ee0;
  border: 1px solid #004994;
}
.widget-payment input[type="button"]:hover,
.widget-payment input[type="button"]:active,
.widget-payment input[type="button"]:focus {
  background: #005cbc;
}
.widget-payment input[type="reset"] {
  color: #006ee0;
  background: #fff;
  border: 1px solid transparent;
}
.widget-payment input[type="reset"]:hover,
.widget-payment input[type="reset"]:active,
.widget-payment input[type="reset"]:focus {
  background: #f0f0f0;
}
.widget-payment select {
  margin: 0 5px;
}
.widget-payment .result-wrapper {
  margin: 5px 0 15px;
  font-size: 14px;
  font-weight: 600;
}
.widget-payment .content-panel .result-wrapper {
  padding: 15px 0 0;
}
.widget-payment .result-wrapper input {
  margin: 5px;
}
.widget-payment .form-result {
  font-size: 26px;
  font-weight: 700;
}
.widget-payment .result-unavailable,
.widget-payment .form-errors {
  padding: 6px 0;
  font-size: 16px;
  line-height: 1.25;
}
.widget-payment .form-errors {
  color: #f00;
}
.widget-payment .table-wrapper {
  overflow: auto;
}
