@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500);.fade, .fade-in {
  /* The starting CSS styles for the enter animation */ }
  .fade.ng-enter, .fade-in.ng-enter {
    transition: 0.25s linear all;
    opacity: 0;
    /* The finishing CSS styles for the enter animation */ }
    .fade.ng-enter.ng-enter-active, .fade-in.ng-enter.ng-enter-active {
      opacity: 1; }

.fade.ng-leave, .fade-out.ng-leave {
  transition: 0.25s linear all;
  opacity: 1; }
  .fade.ng-leave.ng-leave-active, .fade-out.ng-leave.ng-leave-active {
    opacity: 0; }

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #50514F; }

h2 {
  margin: 20px 0; }

h3 {
  margin: 15px 0; }

p {
  margin: 6px 0; }

.md-headline {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300; }

.md-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase; }

.md-subhead {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-transform: capitalize; }

.md-body-1,
.md-body-2 {
  font-size: 12px;
  line-height: 15px; }

.md-caption {
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  opacity: .5; }

md-input-container label {
  font-size: 16px;
  line-height: 17px; }

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  font-size: 12px;
  line-height: 17px; }

md-input-container md-select,
md-input-container .md-input {
  font-size: 16px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  color: #50514F; }

.md-success {
  color: #58B957; }

.md-warn {
  color: #D95E5E; }

.progress-good {
  color: #90F780; }

.progress-fair {
  color: #FFD57D; }

.progress-bad {
  color: #F16F8E; }

.md-content.md-default-theme, md-content {
  background-color: inherit; }

.bg-gradient {
  background-size: 100% 125px;
  background-image: linear-gradient(-180deg, #D4D4D4 0%, #F9F9F9 100%);
  background-repeat: no-repeat; }

md-select-menu.md-default-theme md-content md-option,
md-select-menu md-content md-option {
  color: #50514F; }

md-list .md-subheader {
  background-color: #FAFAFA; }

md-icon.md-default-theme, md-icon {
  color: inherit; }

md-tabs .md-tab {
  font-size: 11px;
  line-height: 16px; }

md-tabs.icon-tabs md-pagination-wrapper, md-tabs.icon-tabs md-tabs-canvas {
  height: 75px; }

md-tabs.icon-tabs md-tab-item md-icon {
  color: inherit;
  font-size: 40px;
  height: 40px;
  width: 40px; }

.md-nav-bar {
  height: 36px;
  border-width: 0; }
  .md-nav-bar .md-button._md-nav-button {
    min-height: 36px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0; }

md-tabs md-ink-bar,
md-nav-ink-bar .md-nav-bar {
  height: 3px; }

.md-button {
  min-width: 0;
  cursor: pointer;
  font-size: 11px;
  border-radius: 0;
  margin: 0 3px;
  min-height: 46px;
  line-height: 46px;
  padding: 0 12px; }
  .md-button.small {
    min-height: 30px;
    line-height: 30px; }
  .md-button.wide {
    min-width: 300px;
    max-width: 100%; }
  .md-button.md-raised {
    box-shadow: none; }
    .md-button.md-raised:not([disabled]) {
      box-shadow: none; }

.md-badge {
  border-radius: 15px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: bold;
  background-color: #58B957;
  color: #fff;
  position: relative;
  top: -9px; }
  .md-badge.md-warn {
    background-color: #D95E5E; }

md-table-container table.md-table {
  margin-top: 15px; }
  md-table-container table.md-table th.md-column {
    text-transform: capitalize; }
  md-table-container table.md-table td.md-cell.align-right,
  md-table-container table.md-table th.md-column.align-right {
    text-align: right; }
  md-table-container table.md-table td.md-cell:first-of-type,
  md-table-container table.md-table th.md-column:first-of-type {
    padding-left: 0 !important; }
  md-table-container table.md-table td.md-cell:last-of-type,
  md-table-container table.md-table th.md-column:last-of-type {
    padding-right: 0 !important; }
  md-table-container table.md-table tbody.md-body td.md-cell > .pad {
    padding: 5px 0; }
  md-table-container table.md-table tbody.md-body > tr.md-row {
    height: 40px; }

.md-table-pagination {
  margin-bottom: 25px; }
  .md-table-pagination > * {
    height: 40px; }

.flash-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 100; }
  .flash-container .md-toasts.md-toast-animating {
    width: 100%;
    height: 300px; }

md-toast {
  pointer-events: auto; }
  md-toast .md-toast-content {
    max-height: inherit;
    color: #FFF; }
    md-toast .md-toast-content .md-toast-text {
      padding-top: 12px;
      padding-bottom: 12px; }
  md-toast.md-primary .md-toast-content {
    background-color: #9ACEEC; }
  md-toast.md-success .md-toast-content, md-toast.md-accent .md-toast-content {
    background-color: #58B957; }
  md-toast.md-warn .md-toast-content {
    background-color: #D95E5E; }

.dp-loader {
  color: #DDDDDD;
  box-shadow: none;
  background-color: transparent; }
  .dp-loader > div {
    margin: 15px; }

html,
body {
  background-color: #F9F9F9; }

.wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }
.md-dialog-container {
  background-color: rgba(250, 250, 250, 0.9);
  display: block; }

md-dialog {
  box-shadow: none;
  background-color: transparent;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  /* Typography */ }
  md-dialog md-dialog-content {
    padding-top: 30px;
    padding-bottom: 200px; }
    md-dialog md-dialog-content > div {
      width: 800px;
      max-width: 100%;
      margin: 0 auto; }
    md-dialog md-dialog-content > .wide {
      width: 1200px;
      max-width: 90%;
      margin: 0 auto; }
  md-dialog .close-button {
    position: absolute;
    top: 30px;
    right: 30px; }
    md-dialog .close-button .md-icon-button {
      width: 50px !important;
      height: 50px !important;
      padding: 0; }
      md-dialog .close-button .md-icon-button md-icon {
        font-size: 50px;
        width: 50px;
        height: 50px;
        min-height: 50px;
        min-width: 50px; }
  md-dialog .md-headline {
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; }
  md-dialog .md-body-1,
  md-dialog .md-body-2,
  md-dialog p {
    font-size: 15px;
    line-height: 22px; }
  md-dialog p {
    margin: 7px 0; }
  md-dialog .md-caption {
    font-size: 12px;
    line-height: 17px; }
.hint {
  font-size: 12px;
  line-height: 14px;
  color: grey; }

ul.hosting-specs-resp, ul.ded-specs-resp {
  margin: 10px auto 20px;
  padding: 0;
  width: 100%; }
  ul.hosting-specs-resp p, ul.ded-specs-resp p {
    margin: 10px 0 0 50px;
    font-size: 11px;
    line-height: 12px; }
  ul.hosting-specs-resp li, ul.ded-specs-resp li {
    border-bottom: 1px solid #D7D7D7;
    display: inline-table;
    text-transform: uppercase;
    height: 40px;
    list-style: none outside none;
    padding: 3px 0;
    text-transform: uppercase;
    margin-top: 10px;
    background-position: left center; }

ul.hosting-specs-resp li, ul.ded-specs-resp li {
  margin-right: 0;
  width: 49%; }

ul.hosting-specs-resp li, ul.ded-specs-resp li {
  margin: 0 auto 10px;
  width: 49%; }
md-tooltip.enhanced-tooltip {
  font-family: Roboto, 'Helvetica Neue', sans-serif;
  padding: 5px;
  margin-top: -5px; }
  md-tooltip.enhanced-tooltip .md-content {
    height: auto;
    background-color: #FFF;
    padding: 0;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }
    md-tooltip.enhanced-tooltip .md-content.md-show {
      opacity: 1; }
    md-tooltip.enhanced-tooltip .md-content md-list {
      padding-top: 0; }
      md-tooltip.enhanced-tooltip .md-content md-list .md-subheader {
        color: #2075DD;
        font-family: 'Conv_gravurcondensed-regular', 'Open Sans', sans-serif;
        text-transform: uppercase; }
      md-tooltip.enhanced-tooltip .md-content md-list md-list-item {
        min-height: 0px !important; }
        md-tooltip.enhanced-tooltip .md-content md-list md-list-item::before {
          min-height: 25px !important; }
.billing-cycle-input {
  padding: 15px; }
  .billing-cycle-input md-icon {
    font-size: 52px !important;
    color: #444; }
  @media (max-width: 599px) {
    .billing-cycle-input span {
      font-weight: bold;
      font-size: 12px;
      color: #666;
      margin: 10px 0; } }
  @media (min-width: 600px) {
    .billing-cycle-input span {
      font-weight: bold;
      font-size: 12px;
      color: #666;
      margin: -10px 0; } }

.stickied .billing-cycle-input {
  padding: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }
  .stickied .billing-cycle-input md-icon {
    font-size: 32px !important; }
.billing-cycle-dropdown md-input-container {
  margin: -5px -2px -3px; }

.billing-cycle-dropdown .md-select-value {
  min-height: 20px;
  line-height: 20px;
  font-size: 12px; }
  .billing-cycle-dropdown .md-select-value span {
    order: 1;
    text-align: right; }
  .billing-cycle-dropdown .md-select-value .md-select-icon {
    width: auto;
    order: 0;
    margin-left: 0; }
info-metadata .md-button.md-icon-button, help-metadata .md-button.md-icon-button, error-metadata .md-button.md-icon-button {
  margin: 0;
  padding: 0 2px;
  width: 24px;
  height: 20px;
  min-height: 20px; }
  info-metadata .md-button.md-icon-button md-icon, help-metadata .md-button.md-icon-button md-icon, error-metadata .md-button.md-icon-button md-icon {
    font-size: 20px; }
product-cart-summary {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }
  product-cart-summary .price-display {
    color: white; }

.product-config .product-action {
  font-size: 30px; }

.product-config .hint.multiline-hint {
  top: 37px;
  bottom: auto; }
  .product-config .hint.multiline-hint.error {
    color: #d84a38; }

.product-config .config-option-group .config-option-icon {
  padding-top: 15px; }

.product-config .config-option-group .md-title {
  color: #2075dd;
  margin: 10px 0px; }

.product-config .config-option-group .config-option {
  margin-bottom: 25px;
  min-height: 100px; }
  .product-config .config-option-group .config-option:last-child {
    margin-bottom: 0; }

.product-config .custom-field-inputs.config-option-group .config-option {
  min-height: initial; }

/**
 * Workaround for cross-browser inconsistencies
 * related to flex items.
 *
 * Set flex-shrink to 0 and flex-basis
 * to auto. This will force the flex
 * item to be at least as big as its
 * width or height (if declared), or
 * its default content size.
 *
 * See following link for more:
 * https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored
 */
@media (max-width: 599px) {
  .flexItem {
    flex-basis: auto !important;
    flex-shrink: 0 !important; } }
.upsell-items > div {
  margin-bottom: 10px; }

.upsell-items > div:last-child {
  margin-bottom: 0; }

.upsell-items .loader {
  min-height: 100px; }

.upsell-items .upsell-item {
  background-color: #FAFAFA;
  outline: 1px solid #CCC;
  cursor: pointer; }
  .upsell-items .upsell-item .md-title {
    color: #2075dd;
    margin: 10px 0px; }
  .upsell-items .upsell-item .icon {
    text-align: center;
    margin-right: 20px;
    min-width: 80px; }
    .upsell-items .upsell-item .icon.compact {
      margin-right: 0px; }
  .upsell-items .upsell-item .upsell-cta {
    min-width: 170px; }
  .upsell-items .upsell-item .action {
    text-transform: uppercase;
    font-weight: bold;
    color: #777;
    text-align: center;
    line-height: 16px;
    margin-left: 30px; }
  .upsell-items .upsell-item .arrow md-icon {
    color: #777;
    font-size: 40px; }
  .upsell-items .upsell-item:hover {
    background-color: #FDFDFD; }
  .upsell-items .upsell-item:focus {
    background-color: #FFF;
    outline: 1px solid #1c67c2; }
    .upsell-items .upsell-item:focus .action,
    .upsell-items .upsell-item:focus .arrow md-icon {
      color: #1c67c2; }
.product-card {
  margin-bottom: 25px; }
  .product-card .md-title {
    color: #2075dd; }
  .product-card .product-description h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px !important;
    margin-top: 10px;
    text-transform: initial;
    font-weight: 500; }
  .product-card .product-description .ssl-feature-column img {
    width: 250px; }
.product-selector .product-group-thumbnail {
  padding: 1px; }

.product-selector .selected {
  opacity: 0.6; }

.product-group-icon {
  padding-top: 15px;
  padding-bottom: 15px; }
.digital-pacific .md-headline {
  color: #FFE066; }

.digital-pacific .md-title {
  color: #16546E; }

.digital-pacific .md-subhead {
  color: #247BA0; }

.digital-pacific md-input-container.md-input-focused:not(.md-input-invalid) label:not(.md-no-float), .digital-pacific md-input-container.md-input-has-placeholder:not(.md-input-invalid) label:not(.md-no-float), .digital-pacific md-input-container.md-input-has-value:not(.md-input-invalid) label:not(.md-no-float) {
  color: #247BA0; }

.digital-pacific md-dialog .md-headline {
  color: #3CAFE0; }

.digital-pacific md-dialog .md-subhead {
  color: #3CAFE0; }

.digital-pacific md-dialog md-tabs .md-tab.md-active {
  color: #70C1B3; }
  .digital-pacific md-dialog md-tabs .md-tab.md-active md-icon {
    color: #70C1B3; }

.digital-pacific md-dialog md-tabs md-ink-bar {
  color: #70C1B3;
  background-color: #70C1B3; }

.digital-pacific md-card .md-headline {
  color: #16546E; }

.digital-pacific .sidebar-item.active {
  background-image: linear-gradient(-180deg, #3A7BD5 0%, #00D2FF 100%); }

.digital-pacific .dashboard-card .summary .stat {
  color: #9ACEEC; }

.digital-pacific .dashboard-card .action .md-body-2 {
  color: #70C1B3; }

.digital-pacific .dashboard-card .action md-icon {
  color: #70C1B3; }
.product-selector {
  margin: 0 20px;
  width: 300px;
  max-width: 100%; }
  .product-selector .md-button.icon {
    padding: 0 3px;
    min-width: 0; }
.product-selector-dropdown {
  width: 300px;
  background-color: #fff; }
  .product-selector-dropdown md-content {
    max-height: 500px; }
  .product-selector-dropdown .title {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .product-selector-dropdown md-list {
    padding: 0; }
    .product-selector-dropdown md-list md-list-item md-icon {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      font-size: 14px;
      width: 14px !important;
      height: 14px !important;
      min-width: 14px !important;
      min-height: 14px !important;
      line-height: 17.5px !important;
      margin-right: 14px !important; }
.detail {
  padding: 3px 0; }
.ccTypeDisplay {
  height: 32px;
  width: 51px;
  background-repeat: no-repeat;
  display: inline-block; }

.bpayImg {
  height: 32px;
  padding-bottom: 15px; }
.domain-summary .section {
  margin-bottom: 20px; }

.domain-summary .name {
  text-transform: lowercase; }

.domain-summary .info-line {
  min-height: 40px; }
.domain-nameservers .nameservers-wrap {
  max-width: 450px;
  width: 100%; }

.domain-nameservers md-radio-group {
  margin-bottom: 30px; }
.contact-edit-from .update-contact-submit {
  width: 100%;
  max-width: 300px; }
.abn-lookup md-autocomplete {
  height: 30px;
  background-color: initial; }
  .abn-lookup md-autocomplete md-autocomplete-wrap {
    height: 30px;
    box-shadow: none;
    position: relative; }
    .abn-lookup md-autocomplete md-autocomplete-wrap input {
      height: 30px;
      padding-left: 0px;
      padding-right: 30px;
      border-bottom: 1px solid #CCC;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
      .abn-lookup md-autocomplete md-autocomplete-wrap input:focus {
        box-shadow: none;
        border-width: 2px;
        border-color: #2075dd; }
    .abn-lookup md-autocomplete md-autocomplete-wrap button {
      position: absolute;
      right: -10px;
      top: 0px; }
.epp-input {
  position: relative; }
  .epp-input md-input-container {
    margin-bottom: 0;
    margin-top: 0; }
    .epp-input md-input-container input {
      margin-bottom: 0; }
    .epp-input md-input-container .md-errors-spacer {
      display: none; }
  .epp-input .validFlag {
    position: absolute;
    right: 0px; }
domain-check .md-button.md-icon-button.validFlag {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-top: 3px; }
  domain-check .md-button.md-icon-button.validFlag md-icon {
    margin-right: 0px; }
.whois-icon {
  max-width: 95px; }

.privacy-help .md-toolbar-tools h2 {
  color: #FFF; }
.cart-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #1b69c7; }
  .cart-bar .md-toolbar-tools {
    padding: 10px; }
    .cart-bar .md-toolbar-tools .md-button {
      margin-right: 0px; }
  .cart-bar .dp-icon {
    margin-left: 0px;
    margin-right: 10px !important;
    padding: 2px;
    min-width: auto; }
    .cart-bar .dp-icon img {
      margin: 0px;
      max-height: 40px; }

.cart-sidebar {
  display: block;
  position: relative; }
  .cart-sidebar .footer {
    margin-top: 0; }
  .cart-sidebar.expanded > .header {
    position: absolute;
    top: 0;
    width: 100%; }
  .cart-sidebar.expanded > .content {
    overflow-y: scroll; }
  .cart-sidebar.expanded > .footer {
    position: absolute;
    bottom: 0;
    width: 100%; }

.cartWidgetWrapper {
  margin: auto 0; }
  .cartWidgetWrapper .md-button.md-icon-button {
    margin: 0;
    padding: 0;
    width: auto; }
    .cartWidgetWrapper .md-button.md-icon-button > md-icon {
      font-size: 24px;
      margin: 0 1px; }

.cartShareDialog md-input-container {
  margin: 0; }
  .cartShareDialog md-input-container .md-errors-spacer {
    min-height: 0; }

.cart-products > * > div {
  border-top: 1px dashed #cccccc !important;
  padding: 5px 0; }

.cart-products > *:first-child > div {
  border-top: 0px hidden #ffffff !important; }

.cart-products .header {
  margin-bottom: 5px; }
  .cart-products .header .product-name {
    font-weight: bold;
    color: #2075dd; }
  .cart-products .header .product-action {
    font-size: 30px;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer; }
    .cart-products .header .product-action:focus {
      outline: 0; }

.cart-products .config-options-list {
  margin-bottom: -10px; }
  .cart-products .config-options-list > div {
    border-bottom: 1px dashed #eeeeee; }
    .cart-products .config-options-list > div:last-child {
      border-bottom: none; }
    .cart-products .config-options-list > div > * > div {
      border-bottom: 1px dashed #eeeeee; }
    .cart-products .config-options-list > div > *:last-child > div {
      border-bottom: none; }

.cart-product-option {
  font-size: 13px;
  color: #555;
  padding: 5px 0;
  font-weight: 400; }
  .cart-product-option b {
    color: #333;
    font-weight: 600; }
  .cart-product-option .option-arrow {
    color: #99d007;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    margin: 0; }

.order-summary > div {
  margin-bottom: 30px; }

.order-summary .md-title, .order-summary .md-headline {
  color: #2075DD;
  padding-bottom: 2px;
  /* DIGITAL PACIFIC TYPEFACE
    font-family: 'Conv_gravurcondensed-regular', 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    */ }

.order-summary md-divider {
  margin: 2px 0; }

.order-summary .cart-product-option {
  border-bottom: 1px dashed #eee;
  padding: 3px 0; }

.order-summary .summary-action {
  color: #444;
  background-color: #F9F9F9;
  margin: 8px 1px 4px;
  padding: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }
  .order-summary .summary-action > div {
    margin-left: 10px; }

.reverse {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  direction: rtl; }

.cart-padding {
  margin: 5px 10px; }

.total-widget {
  padding-top: 0.01em; }

.capitalize {
  text-transform: capitalize; }

.price-display {
  color: #333;
  font-weight: 600; }

.cartShareDialog md-pagination-wrapper {
  width: auto !important; }

.cartShareDialog .hint.multiline-hint {
  top: 37px;
  bottom: auto; }
.promocode-input md-input-container {
  margin: 0; }
  .promocode-input md-input-container .md-errors-spacer {
    display: none; }

.promocode-input md-icon.md-warn {
  color: #D95E5E; }
.shop-item .md-icon-button.md-delete {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  min-height: initial; }
  .shop-item .md-icon-button.md-delete md-icon {
    margin: 0; }

.shop-item .info-row {
  margin: 3px 0; }

.shop-item .domain-name {
  text-transform: lowercase; }
.payment-details .cards img {
  height: 30px; }
.security-question-update-form md-input-container md-select {
  padding-bottom: 28px; }
.qantas-points .points-card {
  margin: 40px 0 0;
  padding: 20px;
  text-align: right; }
  .qantas-points .points-card md-icon {
    font-size: 80px;
    height: 80px;
    width: 80px;
    color: rgba(0, 0, 0, 0.6); }
  .qantas-points .points-card .md-display-2 {
    color: rgba(0, 0, 0, 0.6); }
  .qantas-points .points-card .md-subhead {
    margin: 0;
    color: rgba(0, 0, 0, 0.6); }
  .qantas-points .points-card.pending {
    background-color: #FFD57D; }
  .qantas-points .points-card.approved {
    background-color: #58B957; }
.contact-list .table-header {
  min-height: 50px;
  font-size: 14px;
  font-weight: 400; }
.invoice-header .invoice-name .md-subhead {
  margin-top: 0; }

.invoice-header .actions .md-button {
  min-width: 150px; }
.invoice-list .overdue {
  color: #D95E5E; }

.invoice-list .paid {
  color: #35aa47; }
.invoice-items table.md-table tr.md-row td.md-cell {
  padding: 10px 0; }
  .invoice-items table.md-table tr.md-row td.md-cell:last-child {
    width: 130px; }

.invoice-items .summary-labels {
  margin-right: 10px; }

.invoice-items .amount {
  min-width: 100px; }
.invoice-payments table.md-table tr.md-row td.md-cell {
  padding: 10px 0; }
  .invoice-payments table.md-table tr.md-row td.md-cell:last-child {
    width: 130px; }

.invoice-payments .summary-labels {
  text-align: right; }

.invoice-payments .amount {
  min-width: 100px; }
.invoice-manage .invoice-view {
  margin-top: 25px; }
  .invoice-manage .invoice-view .company-logo {
    height: 30px; }
.invoice-pay .total-summary {
  border-color: rgba(255, 255, 255, 0.12);
  border-style: solid;
  border-width: 1px 0;
  padding: 15px 0;
  margin: 8px 0; }
  .invoice-pay .total-summary .md-subhead {
    margin-top: 0; }
  .invoice-pay .total-summary .total {
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
    margin-left: 5px; }

.invoice-pay .md-button[type=submit] {
  min-width: 300px; }
.profile-dropdown {
  background-color: #fff;
  min-width: 300px; }
  .profile-dropdown .name {
    color: #15546D; }
  .profile-dropdown .email {
    color: #666;
    margin-bottom: 6px; }
  .profile-dropdown .profile-picture {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    background-color: #AAA;
    color: #666;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; }
  .profile-dropdown md-list-item {
    color: #3cb1a8;
    min-height: 40px !important; }
    .profile-dropdown md-list-item::before,
    .profile-dropdown md-list-item .md-list-item-inner::before {
      min-height: 40px !important; }
    .profile-dropdown md-list-item md-icon {
      margin: 0 10px 0 0 !important; }
.profile-bar {
  padding: 10px 0; }
  .profile-bar .dropdown-trigger {
    cursor: pointer; }
  .profile-bar .name {
    margin-left: 10px; }
.payment-method-form .cards img {
  height: 25px; }

.payment-method-form .use-existing-card {
  margin: 20px 0 0;
  padding: 1px 0; }
.shop-display header {
  position: relative;
  text-align: center; }
  .shop-display header .dp-logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px; }
  .shop-display header .shop-benefits {
    max-width: 300px; }
.configure-selected section {
  max-width: 900px; }
.shop-select-product .shop-product-card {
  min-width: 282px;
  max-width: 282px; }
  .shop-select-product .shop-product-card.selected {
    background-color: #fff; }
  .shop-select-product .shop-product-card .price {
    font-weight: 900; }
.selling-point {
  margin: 5px 0; }
  .selling-point .bullet-point {
    margin-right: 10px; }
.shop-cart-display .shop-sidebar-container {
  position: fixed;
  top: 20%;
  right: 12px;
  width: 300px;
  max-height: 70%;
  z-index: 50;
  overflow: scroll; }

.shop-cart-display .shop-fab-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50; }
.location-bar {
  position: relative;
  text-align: center; }
  .location-bar .step {
    display: inline-block;
    margin: 20px; }
    .location-bar .step[disabled] {
      color: #999; }
      .location-bar .step[disabled] .icon {
        border-color: #999;
        color: #999;
        cursor: default; }
    .location-bar .step .title {
      text-transform: uppercase;
      margin-bottom: 3px; }
    .location-bar .step .icon {
      position: relative;
      z-index: 50;
      width: 25px;
      height: 25px;
      line-height: 25px;
      border-radius: 50%;
      border: 3px solid #000;
      background-color: #fff;
      cursor: pointer;
      color: #000;
      font-size: 20px; }
      .location-bar .step .icon.md-success {
        color: #58B957;
        border-color: #58B957; }
  .location-bar::before {
    content: " ";
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 61%;
    left: 0;
    z-index: 49; }
.shop-payment .panel {
  background-color: #fff;
  padding: 1px 20px 10px;
  margin: 0 10px 20px; }
.shop-sidebar {
  background-color: #eee; }
  .shop-sidebar .header {
    background-color: #ddd; }
  .shop-sidebar .content > * {
    overflow: scroll; }
    .shop-sidebar .content > *:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.5); }
  .shop-sidebar .footer {
    background-color: #ddd; }
.ssl-upsell .segment-icon {
  font-size: 60px;
  width: 60px;
  height: 60px; }

.ssl-upsell .upsell-options md-radio-button {
  margin-right: 50px; }
.hosting-domain-config .segment-icon {
  font-size: 60px;
  width: 60px;
  height: 60px; }

.hosting-domain-config md-input-container.domain-input {
  width: 500px;
  height: 35px; }

.hosting-domain-config .www {
  opacity: .9;
  font-size: 16px;
  line-height: 17px; }
