﻿@charset "UTF-8";
/* CUSTOM */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #04476f;
  line-height: 1.2;
  margin: 0 0 1em 0;
}

h3,
h4,
h5,
h6 {
  color: #505253;
}

/* Help/Cancel link */
nav .btn {
  margin: 0.2em;
  width: 7em;
  height: 32px;
  border-radius: 26px;
}

nav .btn a:hover {
  color: #fff;
}

/* Portal styling */
.aip_form {
  font-size: 15px;
  color: #505253;
  font-family: "Bliss Regular", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

label {
  font-weight: normal;
}

/* Framework */
.page-home > header {
  position: inherit !important;
}

.page-home > header > nav {
  max-height: 200px !important;
  height: inherit;
}

.page-home section {
  padding: 0 !important;
}

.wrapper {
  top: 0 !important;
}

.clearCustomerLogo {
  clear: left;
}

.logo {
  margin-right: 1em;
}

footer {
  margin-top: 1em;
}

.aip_legend {
  display: none;
}

footer .container {
  background-color: inherit;
}

footer ul li,
footer a {
  color: #004670;
}

footer img.pay360logo {
  width: 12em;
}

footer ul.contact-us {
  float: right;
}

li.contact-us {
  font-size: 110%;
}

nav ul {
  text-align: right;
  margin-right: 0.2em;
}

.customerName {
  padding-top: 1em;
  max-width: 80%;
}

/* IP CUSTOM STYLES */
.aip_form_elements_fieldset,
.aip_form_fieldset {
  border: none;
  min-width: 15em;
}

/* Input controls */
.aip_control_style input {
  outline: none !important;
  border: 1px solid #a0c5cf;
  border-radius: 0.7em;
  line-height: 1em;
  padding: 0px 15px;
  vertical-align: middle;
  margin: 0px 0;
  height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 18em;
}

.aip_control_style textarea {
  outline: none !important;
  border: 1px solid #a0c5cf;
  border-radius: 0.7em;
  line-height: 1em;
  padding: 0px 15px;
  vertical-align: middle;
  margin: 6px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 18em;
}

input.aip_input_main_currency_control {
  max-width: 6em;
}

input.aip_input_main_currency_control + label + input {
  max-width: 4em;
  text-align: center;
}
.aip_label_style {
  float: inherit;
}

/* Error style */
.aip_error_style {
  font-size: 17px;
  color: #ca005d;
}
.aip_error_style + .aip_label_style + .aip_control_style > input,
.aip_error_style
  + .aip_description_style
  + .aip_label_style
  + .aip_control_style
  > input {
  border: 1px solid #ca005d;
}

/* Buttons */
input#continue,
input#endPayment {
  background: url("../images/submit-arrow.png") no-repeat scroll 10px 14px
    #04476f;
  border: 0px none;
  color: #fff;
  padding: 0px 15px 0px 24px;
  width: auto;
  background-position: 16px -28px;
  padding-left: 40px;
  padding-right: 20px;
  min-height: 42px;
  line-height: 2em;
  border-radius: 1em;
  outline: medium none !important;
  cursor: pointer;
  transition: background-color 0.15s linear 0s;
  margin-left: 1.5em;
}

input#continue:hover,
input#endPayment:hover {
  background-color: #f0ab00;
  background-position: 16px -108px;
  color: #201848;
}

input#reset,
input#back,
input#addAnotherItem,
input#printReceipt,
input#print,
input.aip_delete_item,
input#payLater {
  background: url("../images/submit-arrow.png") no-repeat scroll 10px 14px
    #f0ab00;
  border: 0px none;
  color: #201848;
  padding: 0px 15px 0px 24px;
  width: auto;
  background-position: 16px -108px;
  padding-left: 40px;
  padding-right: 20px;
  min-height: 42px;
  line-height: 2em;
  border-radius: 1em;
  outline: medium none !important;
  cursor: pointer;
  /*	font-size: 1.5rem;*/
  transition: background-color 0.15s linear 0s;
  float: left;
}

input#reset:hover,
input#back:hover,
input#addAnotherItem:hover,
input#printReceipt:hover,
input#print:hover,
input.aip_delete_item:hover,
input#payLater:hover {
  color: #fff;
}

input#printReceipt,
input#print {
  margin-bottom: 0.5em;
}

input#back {
  margin-left: 0.5em;
}

input#payLater {
  margin-left: 1.8em;
}

input#reset:hover,
input#back:hover,
input#addAnotherItem:hover,
input#printReceipt:hover,
input#print:hover,
input.aip_delete_item:hover,
input#payLater:hover {
  background-color: #04476f;
  background-position: 16px -28px;
}

input.aip_delete_item_yes {
  margin-right: 1em;
}

.aip_help_button input {
  background: url("../images/submit-arrow.png") no-repeat scroll 10px 14px
    #f0ab00;
  border: 0px none;
  color: #201848;
  padding: 0px 15px 0px 24px;
  width: auto;
  background-position: 16px -108px;
  padding-left: 40px;
  padding-right: 20px;
  min-height: 42px;
  line-height: 2em;
  border-radius: 1em;
  outline: medium none !important;
  cursor: pointer;
  transition: background-color 0.15s linear 0s;
}

#aip_itemSelectionList > li.aip_hierarchy_child_link:hover {
  color: #000 !important;
}

.aip_help_button input:hover {
  background-color: #04476f;
  background-position: 16px -28px;
  color: #fff;
}

/* Item selection */
li.aip_hierarchy_child_link,
li.aip_hierarchy_link_1,
li.aip_hierarchy_link_2 {
  background: #04476f url("../images/submit-arrow.png") no-repeat scroll 16px -28px;
  border: 0 none;
  border-radius: 1em;
  color: #fff !important;
  cursor: pointer;
  line-height: 2em;
  min-height: 42px;
  outline: medium none !important;
  padding: 9px 20px 0 40px;
  transition: background-color 0.15s linear 0s;
  margin-bottom: 0.5em;
}

li.aip_hierarchy_child_link a,
li.aip_hierarchy_link_1 a,
li.aip_hierarchy_link_2 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

div.aip_cart {
  background: url("../images/submit-arrow.png") no-repeat scroll 10px 14px
    #f0ab00;
  border: 0px none;
  color: #fff;
  padding: 6px 15px 0px 24px;
  width: auto;
  background-position: 16px -108px;
  padding-left: 40px;
  padding-right: 20px;
  min-height: 42px;
  line-height: 2em;
  border-radius: 1em;
  outline: medium none !important;
  cursor: pointer;
  /*	font-size: 1.5rem;*/
  transition: background-color 0.15s linear 0s;
}

div.aip_cart:hover {
  background-color: #04476f;
  background-position: 16px -28px;
}

div.aip_cart a {
  color: #fff;
  text-decoration: none;
  display: block;
}

li.aip_hierarchy_child_link:hover,
li.aip_hierarchy_child_link:active,
li.aip_hierarchy_link_1:hover,
li.aip_hierarchy_link_2:hover {
  background: #f0ab00 url("../images/submit-arrow.png") no-repeat scroll 16px -108px;
  border: 0 none;
  text-decoration: none !important;
  color: #04476f !important;
  transition: background-color 0.15s linear 0s;
}

.aip_image_hierarchy,
.aip_image_dropdown {
  display: none;
}

/* Cart table, Accepted table and Receipt table */
.aip_table,
.aip_pa_table,
.aip_receipt_table {
  border: solid;
  border-width: 2px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 2em;
}

.aip_table th,
.aip_pa_table th,
.aip_receipt_table th {
  background-color: #f0ab00;
  border: solid;
  border-width: 1px;
  padding: 0.2em;
  font-weight: bold;
}

.aip_pa_total_label,
.aip_pa_total_value,
.aip_receipt_total_label,
.aip_receipt_total_value {
  background-color: #04476f;
  color: #fff !important;
  padding: 0.2em;
}

.aip_pa_total_label,
.aip_pa_surcharge_label,
.aip_pa_subtotal_label,
.aip_receipt_total_label,
.aip_receipt_surcharge_label,
.aip_receipt_subtotal_label {
  text-align: left;
}

.aip_table th:last-child,
.aip_table > tbody > tr:last-child {
  /*, .aip_table > tbody > tr + tr, .aip_table > tbody > tr + tr + tr + tr {*/
  display: none;
}

/*.aip_table > tbody > tr + tr + tr, .aip_table > tbody > tr + tr + tr + tr + tr {
	display: table-row;
}*/

td[colspan="4"],
td[colspan="5"],
td[colspan="6"] {
  display: none;
}

.aip_cart_total,
.aip_cart_total + td {
  background-color: #04476f;
  color: #fff !important;
}

.aip_cart_separator {
  display: none;
}

.aip_edit_remove_links {
  border: none !important;
  border-right: 2px solid #fff !important;
}

.aip_pa_table th:last-child,
.aip_pa_table > tbody > tr:last-child,
.aip_pa_table > tbody > tr > td.aip_pa_value + td:last-child {
  display: none;
}

.aip_receipt_table th:last-child,
.aip_receipt_table > tbody > tr > td.aip_receipt_value + td:last-child,
.aip_receipt_table > tbody > tr:last-child {
  display: none;
}

.aip_table > tbody > tr > td,
.aip_pa_table > tbody > tr > td,
.aip_receipt_table > tbody > tr > td {
  border: solid;
  border-width: 1px;
  padding: 0.2em;
}

.aip_hr {
  display: none;
}

dl.aip_pa_payment,
dl.aip_receipt_payment {
  border: solid 1px;
}

dl.aip_pa_payment dt,
dl.aip_receipt_payment dt {
  background-color: #f0ab00;
  margin-right: 0.5em;
}

dl.aip_pa_payment dt,
dl.aip_pa_payment dd,
dl.aip_receipt_payment dt,
dl.aip_receipt_payment dd {
  border: solid 1px;
  padding: 0.2em;
}

dl.aip_pa_payment > dd,
dl.aip_receipt_payment > dd {
}

dt,
dd {
  font-size: 15px;
  color: #505253;
}

@media only screen and (min-width: 64em) {
  /* Move Help and Cancel links down slightly from the top of the page */
  nav .btn {
    margin: 34px 0.2em 0.2em;
    padding-top: 0;
  }
}

@media only screen and (min-width: 48em) {
  nav .btn {
    padding-top: 0;
    font-size: 18px;
    height: 38px;
    font-size: 1.8rem;
    line-height: 2em;
  }

  dt,
  dd {
    font-size: 21px !important;
  }

  .customerLogo {
    float: left;
    margin-right: 2em;
  }

  .aip_form {
    font-size: 21px;
  }

  li.aip_hierarchy_child_link,
  li.aip_hierarchy_link_1,
  li.aip_hierarchy_link_2 {
    width: 15em;
    padding: 0px 20px 0 40px;
  }

  div.aip_cart {
    width: 15em;
  }

  .aip_label_style {
    float: left;
  }
}
