/* CSS support for Activity registration */

.cached {
  display: none;
}

input.registration-edit-button.edit_disabled {
  display: none;
}

.registration.title,
.registration .title {
  border-bottom: none;
}

.registration.title {
  margin-left: 25px;
}

.page-content.registration {
  margin-left: 20px;
  width: 66%;
}

.page-content.registration .container {
  border: 1px solid;
  color: #666666;
  background-color: #d5d1cd;
  font-size: 1.3em;
}

.page-content.registration .title {
  background-color: #333333;
  color: #ffffff;
  font-size: 1em;
}

.page-content.registration .details {
  padding: 0.5em;
}

.page-content.registration .active {
  background-color: #ffffff;
  color: #333333;
}

.section-header {
  font-weight: bold;
}

.section-details {
  margin-left: 0.5em;
}

.page-content.registration .active a {
  color: blue;
  text-decoration: none;
}

.page-content.registration .active a:hover {
  text-decoration: underline;
}

#registration-details {
  /*max-height:350px;
	overflow-y:auto;*/
}

.payment-plan-reg-info {
  margin: 5px;
  margin-left: 27px;
  padding: 5px;
  background-color: #f7f7f7;
  width: 300px;
  border: 1px solid #ddd;
}

.payment-plan-reg-info div {
  padding: 1px;
}

.payment-plan-reg-info .deposit-amount {
  margin-bottom: 5px;
}

.registration .item-actions {
  float: right;
  padding-top: 1em;
}

.registration .item-actions input.btnhov,
.cart .item-actions input.btnhov {
  text-decoration: underline;
}

.registration .item-actions input,
.cart .item-actions input {
  border: none;
  color: #4d5d8a;
  /* nice blue */
  background-color: transparent;
  display: block;
  /*need display block so text-decoration works in FF */
  padding: 0em;
  text-decoration: none;
  font-size: 0.9em;
}

.registration .item-actions a,
.cart .item-actions a {
  color: #4d5d8a;
  margin-left: 0.3em;
  text-decoration: none;
}

.registration .item-actions .btnhov,
.cart .item-actions .btnhov {
  text-decoration: underline;
}

.registration .item-actions a:hover,
.cart .item-actions a:hover {
  text-decoration: underline;
}

.participant-roster-field {
  /* border: 1px solid #cccccc;
  padding: 5px;
  font-size: 11px;
  background-color: #eeeeee; */
}

#registration-details-form .payment_schedule {
  padding-left: 30px;
}

/* Cart Styling */
.full-cart-container {
  min-height: 290px;
  text-align: left;
}

.empty-cart {
  font-size: 1.5em;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}

.page-content.cart {
  width: 75%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 0em;
}

.page-content.cart .title {
  border: none;
  padding: 0.5em;
}

.cart-item {
  padding: 0.5em;
  background-color: #f3f3f3;
}

.cart-item.shadow {
  background-color: #d5d1cd;
}

.cart-item.item-canceled {
  background-color: #fee77a;
}

.cart-item.item-canceled .canceled-text {
  color: red;
  text-align: right;
}

.pay-now {
  border: none;
  /*	margin-left:75%; */
}

.pay-now-container {
  min-height: 24px;
  line-height: 20px;
  text-align: right;
  padding: 1em;
}

.outstanding-balance-container {
  float: right;
  font-size: 10px;
  height: 20px;
}

.continue-shopping-container {
  height: 40px;
  text-align: left;
  font-size: 8px;
  margin-top: -10px;
  margin-left: 6px;
  height: 49px;
}

.continue-shopping-container a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}

.continue-shopping-container a.cart-button:hover {
  text-decoration: none;
}

.cart table.cart {
  width: 100%;
  font-size: 1.2em;
  border-collapse: collapse;
}

.cart table.cart tr {
  padding-bottom: 3px;
}

.cart table.cart th {
  background-color: #7f7573;
  color: #ffffff;
  padding: 5px;
  padding-left: 10px;
}

.cart table.cart td {
  padding: 10px;
  font-size: 11px;
  vertical-align: top;
  /*background-color:#ffffff;*/
  border-bottom: 1px solid #7f7573;
}

.cart .product-name {
  font-weight: bold;
  font-size: 15px;
  min-width: 200px;
}

.cart-label a {
  text-decoration: none;
  color: black;
  /*	color: #4D5D8A;*/
}

.cart-label a:hover {
  color: #4d5d8a;
  text-decoration: underline;
}

.registration-details .cart-label {
  /* text-align: right; */
}

.cart table.cart td table.registration-details td {
  padding: 0px;
  padding-bottom: 2px;
  border-bottom: none;
}

/*** Team registration form details ****/
.team-registration-details .custom_field_container td {
  padding: 5px 0px;
}

/***** ****/
table.registration-details td {
  vertical-align: top;
}

table.registration-details th {
  text-align: right;
}

#total-container {
  margin-top: 5px;
  /*margin-left:60%;*/
}

.page-content.manage-account .page-content {
  font-size: 10px;
}

#organization-container {
  color: #7a7573;
  font-size: 1.6em;
  margin-top: 10px;
}

#order-details {
  background-color: #eeeeee;
  margin: 10px 0px;
  width: 40%;
}

#order-details table {
  padding-left: 0.5em;
}

#order-details table th {
  text-align: right;
  background-color: #eeeeee;
  color: #333333;
}

#total-container .title,
#order-details .title {
  background-color: #b1aba5;
  font-size: 1.2em;
  color: #fff;
}

.cart table.cart td table.registration-details td.currency {
  text-align: right;
  padding-left: 10px;
  /*** added for deposits **/
  width: 52px;
}

td.currency {
  text-align: right;
}

.cart-product {
  width: 225px;
}

.registration-product-info-container {
  float: right;
  width: 270px;
  border: 1px solid #999999;
  margin: 10px 20px 0px 0px;
  background-color: #f3f3f3;
}

.registration-product-info-container .title {
  background-color: #b1aba5;
  color: #ffffff;
  font-size: 1.2em;
  border: none;
  padding: 10px;
}

.registration-product-info {
  padding: 10px;
  /*width:250px;*/
  font-size: 16px;
  margin: auto;
  /* color: #666666; */
}

.registration-product-info div {
  /*float:right;*/
  /*margin-right: 20%;*/
}

.registration-requirements div {
  padding-left: 5px;
  /*color:#999;*/
  padding-bottom: 0.3em;
}

.registration-product-info .product-name {
  padding-right: 5px;
  margin-bottom: 5px;
}

.registration-product-info table {}

#registration-product-dialog .page-details-container {
  /* max-height: 425px; */
  /* overflow: auto; */
  /*margin-bottom:-10px;*/
}

#registration-product-dialog .action-buttons {
  /* margin-top: 0px;
  margin-left: 0px; */
}

#registration-product-details table {
  width: 100%;
  font-size: 11px;
}

.clear-padding {
  padding: 0em !important;
}

/******** Order management styling ********/
.order .title {
  border-bottom: none;
  padding-bottom: 0.5em;
}

.order table {
  border-collapse: collapse;
  width: 99%;
  margin: auto;
}

.expiration-date table {
  width: 100%;
}

.order table th {
  background-color: #7f7573;
  color: #ffffff;
  padding: 5px;
  text-align: left;
}

.order table th a {
  color: white;
}

.order table td {
  padding: 5px;
}

.order #order_summary tr {
  border: 1px solid #ffffff;
}

.order #order_summary tr.shade,
#order_details_index tr.shade {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

.order #order_summary tr.shade.highlight,
.order .highlight,
#order_details_index tr.shade.highlight {
  background-color: #ffffaa;
  border: none;
  cursor: hand;
  border: none;
}

.order.detail {
  margin: 5px auto;
}

.order.detail .details {
  padding-left: 1em;
  line-height: 1.5em;
}

.order.detail .details td {
  padding: 0.2em;
}

.order.detail .details td.cart-label {
  width: 100px;
}

#order_summary th {
  font-size: 1.2em;
}

#purchase-details.cart table.cart {
  width: 99%;
}

.order-summary {
  width: 40%;
  vertical-align: top;
  background-color: #eeeeee;
}

td.order-summary {
  padding: 0px !important;
  margin-right: 5px;
}

.order-summary td {
  border: none;
}

.order-summary .title {
  background-color: #b1aba5;
  color: #ffffff;
  font-size: 1.2em;
}

.order-summary .cart-label {
  width: 30%;
}

#purchase-details .title,
#transaction-summary .title,
#messages-comments .title {
  margin-bottom: 5px;
  margin-top: 5px;
  /*font-size:1.2em;*/
}

.pointer {
  cursor: pointer;
}

.order-comment-details {
  padding-left: 0.8em;
  font-size: 11px;
}

.order-comment-author {
  font-style: italic;
  color: #999999;
  font-weight: bold;
}

.order-comment {
  margin-bottom: 0.5em;
}

/***** REFUND STYLING *********/
.page-content.refund {
  margin: 0px;
}

.refund .cart table.cart,
.refund .order-summary {
  margin-left: 10px;
}

.refund-summary {
  margin-left: 10px;
}

.refund-summary textarea {
  height: 65px;
}

#refund-summary-table {
  width: 100%;
}

.refund-total {
  background-color: #eeeeee;
}

.refund-total .title {
  background-color: #b1aba5;
  font-size: 1.2em;
  color: white;
}

.refund-total .cart-label {
  white-space: nowrap;
  text-align: right;
}

.refund-total .action-buttons {
  background-color: white;
  text-align: right;
}

.refund-total .plain-button {
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 9px 6px 6px 6px;
  margin-left: 5px;
}

.refund-total .plain-button a {
  text-decoration: none;
  font-size: 1.3em;
}

/**** REFUND VALIDATE STYLES ********/
.refund-total.right-align table {
  width: 97%;
  border-collapse: collapse;
}

.refund-subtotal td {
  font-size: 1.2em;
  border-collapse: collapse;
  color: #555555;
}

.refund-total.right-align .title {
  text-align: right;
  padding-right: 4%;
}

.refund-total.right-align .title span {
  padding-left: 5px;
}

.refund-total.right-align .amount {
  width: 10%;
  padding: 5px;
}

/*********** New Order Styles ************/
.page-content.registration.new-order {
  margin: 0px;
  width: 85%;
}

.new-order.title {
  border-bottom: none;
  margin: 10px 0px 0px 0px;
}

.page-content.registration.new-order .container {
  width: 63%;
}

.page-content.new-order .label {
  margin-bottom: 2px;
  margin-top: 5px;
  color: #333333;
  font-weight: normal;
}

.order-label {
  margin-top: 5px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 5px;
}

.clear-both {
  clear: both;
}

.order.detail .details td.padded-cell {
  padding-left: 30px;
}

.order-notes {
  font-size: 11px;
}

/****** Team Registration ******/
#team_invites .first-name {
  /* width: 100px; */
}

#team_invites .email {
  /* width: 190px; */
}

/* 
#select_previous_roster_people_container {
  position: relative;
  width: 860px;
} */

#roster_people_source_list,
#roster_people_selected_list {
  display: inline-block;
  height: 395px;
  overflow-y: auto;
  vertical-align: top;
}

#roster_people_source_list {
  width: 585px;
  padding: 0px 5px 0px 10px;
  margin-right: 5px;
}

#roster_people_source_list td {
  border-bottom: 1px solid #aaa;
}

#roster_people_source_list tr.selected {
  background-color: lightGrey;
  background-color: #fff792;
}

#roster_people_selected_list {
  width: 240px;
}

.select-roster-buttons {
  padding: 10px 5px;
}

.select-roster-buttons span.btn {
  margin-right: 10px;
}

.page-content.registration .select-roster-buttons span.btn a:hover {
  text-decoration: none;
}

/*** Payments and Refunds Styling ***/
.price-adjustment-title {
  font-size: 1.1em;
  font-weight: bold;
}

.cart table.cart .price-adjustments th,
.price-adjustments th {
  background-color: #ccc;
  color: #363636;
}

.cart table.cart td.adjustment-table,
td.adjustment-table {
  padding-left: 50px;
  padding-right: 50px;
}

.cart table.cart .adjustment-table td,
.adjustment-table td {
  border-bottom: none;
}

td.adjustment-table tr.shade td {
  background-color: #eee;
}

.cart table.cart td {
  border-bottom: none;
}

.cart table.cart tr.cart-item>td {
  border-top: 1px solid #737373;
}

span.other-payment-amount input {
  width: 100px;
}

.cart table.cart td.make-payment {
  padding: 0px;
}

div.make-payment-container,
.registration-item-message {
  background-color: #edd4d8;
  padding: 10px;
  margin-top: 8px;
}

div.make-payment-container.warning {}

.cart table.cart td table.registration-details .cart-label,
div.registration-details .cart-label,
.order-payment-detail .cart-label {
  min-width: 75px;
}

.cart table.cart td table.registration-details .currency {
  min-width: 50px;
}

div.registration-details .cart-label,
div.registration-details .currency,
.order-payment-detail .cart-label,
.order-payment-detail .currency {
  /* display:inline-block; */
  /* margin-left:2px; */
}

div.registration-details .currency,
.order-payment-detail .currency {
  padding-left: 10px;
  min-width: 46px;
  text-align: right;
}

/*** custom fields ****/
table.custom_field_container .multi-select {
  margin: 5px;
}

table.custom_field_container input.text-field {
  width: 250px;
}

.page-content.registration table.custom_field_container textarea.text-area {
  width: 350px;
  height: 4em;
}

.custom-fields {
  /*padding:10px;*/
  padding-top: 0px;
  font-size: 14px;
}

#custom_field_settings_list textarea {
  width: 200px;
  height: 40px;
}

#team_custom_field_settings_list textarea {
  width: 200px;
  height: 40px;
}

li.custom_registration_field {
  padding: 10px 0px;
  border-bottom: 1px solid #aaa;
}

li.custom_registration_field span {
  vertical-align: top;
}

.custom_field_settings .cf-heading {
  width: 350px;
  display: inline-block;
}

.custom_field_settings .cf-heading.type,
.custom_registration_field .type {
  width: 150px;
}

.custom_field_settings .cf-heading.name,
.custom_registration_field .name {
  width: 165px;
}

.custom_field_settings .cf-heading.required,
.custom_registration_field .required {
  width: 30px;
}

.custom_field_settings .header {
  padding: 5px 5px 5px 45px;
  background-color: #737373;
  color: white;
  font-weight: bold;
}

.custom_registration_field span {
  display: inline-block;
}

.custom_registration_field table {
  width: 400px;
}

.activity-details .custom_field_settings .cf-heading.values {
  width: 200px;
}

.activity-details .custom_field_settings .cf-heading {
  vertical-align: top;
}

/**** END CUSTOM FIELDS) ****/
.order-payment-detail {
  white-space: nowrap;
  text-align: right;
}

.order-payment-detail span {
  display: inline-block;
  padding: 2px;
}

.cart-item .registration-pricing-details {
  margin-left: 0px;
}

.cart-item-price {
  text-align: center;
}

#total-container .payment-amount {
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
  padding-right: 10px;
}

.order-total-amount {
  display: inline-block;
  width: 50px;
}

.cart-item table.registration-details {
  width: 100%;
}

.price-adjustments tr.unsuccessful {
  text-decoration: line-through;
}

.price-adjustments tr.pending {
  color: #ff7f00;
}

/**** Order Management - Lightbox Internal Styles ****/
.lightbox.order-action table.standard td {
  vertical-align: top;
  padding: 5px;
}

.lightbox.order-action table.standard input.dollar-amount {
  width: 58px;
}

.order-action .payment-method {
  padding: 0px 0px 10px 0px;
}

.lightbox.order-action table.standard table.payment-pricing-details td {
  padding: 2px;
}

.order-action .summary-item {
  padding: 2px;
}

.order-action .payment-amount-entry {
  background-color: #deffd2;
  margin-top: 2px;
  border: 1px solid green;
}

.order-action textarea {
  height: 3.5em;
  width: 66%;
}

.online_payment_details {
  padding-top: 5px;
}

.payment-adjustment-total {
  float: right;
  font-weight: bold;
  margin-right: 50px;
}

.order-action .flash-message {
  margin-top: 0px;
}

.order-action .action-buttons {
  background-color: #f3f3f3;
}

.balance-due {
  color: red;
}

.overpayment {
  color: #ff7f00;
}

.partial_payment_selector .partial_payment_available,
.partial_payment_selector.offline_only.offline .partial_payment_available {
  display: inline;
}

.partial_payment_selector .partial_payment_unavailable,
.partial_payment_selector.offline_only.offline .partial_payment_unavailable {
  display: none;
}

.partial_payment_selector.offline_only .partial_payment_available {
  display: none;
}

.partial_payment_selector.offline_only .partial_payment_unavailable {
  display: inline;
}

/**** Order administration ****/
div#order_payment_status_message {
  font-size: 12px;
  margin-left: 5px;
}

div#order_payment_status_message.new {
  background-color: #f1cece;
  border: 1px solid red;
  padding: 10px;
  margin: 0px 5px 10px 5px;
}

div.form-area {
  margin-bottom: 10px;
}

.no-prior-teams {
  margin: 20px;
  padding: 20px;
  font-size: 13px;
  background-color: #bfbfea;
}

.edit_pending_wailist {
  font-size: 14px;
}

#edit-pending-waitlist-show .headline {
  font-size: 15px;
}

.pending-activity-select {
  margin-top: 8px;
  margin-bottom: 8px;
}

#pending_waitlist_index {
  margin-left: 5px;
}

.pending-filter-bar {
  padding-right: 5px !important;
}

#pending_individual table,
#pending_teams table {
  width: 83.5%;
  margin: inherit;
}

.user-results {
  margin-bottom: 10px;
}

#select_registration,
#select_product {
  margin-top: 15px;
}

#new-order-options {
  width: 350px;
  margin-left: 0px;
}

#new-order-options img {
  width: 100px;
  float: left;
  padding-right: 10px;
}

.no-product-selected {
  padding: 5px;
  font-size: 12px;
  color: red;
}

#user-auto-completed,
#product-auto-completed {
  padding: 3px 0px 5px 0px;
  ont-size: 13px;
}

.process-order {
  margin: 10px;
}

#user-not-auto-completed,
#product-not-auto-completed {
  font-size: 0.8em;
}

/**** Styling to hide duplicate add to card action buttons in add item dialog ****/
.lightbox.order-action .action-buttons.add-to-order {
  display: none !important;
}

.lightbox.order-action .product-details-content .product-details-options {
  min-height: 165px;
}

/**** Registrration management search changes ******/
.registration-management .filter-bar.activities {
  margin-left: 2px;
}

.registration-management .pages.order {
  margin-left: 212px;
}

.filter-bar.registrations .filters .age {
  width: 30px;
}

.filter-bar.activities.registrations {
  margin-right: 5px;
}

/**** Styling for WePay integration *****/
.credit-card-info-container {
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
  text-align: center;
  background-color: #e7e7e7;
  /* padding: 10px; */
  /* display: inline-block;
  min-width: 310px; */
}

.credit-card-info-container .pay-message {
  font-size: 13px;
  margin-bottom: 10px;
  color: black;
}

.canceled-card-btn,
.add-card-button,
.place-order-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 12px 48px;
  background-color: #00aeef;
  border-radius: 8px;
  color: #fff !important;
  margin: 4px 0px;
  cursor: pointer;
  border: none !important;
}

.d-block {
  display: block !important;
}

.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: white !important;
}

.btn-success {
  color: #fff !important;
  background-color: #198754 !important;
  border-color: #198754 !important;
}

.credit-card-info-container input {
  margin: auto;
}

.credit-card-details {
  border: 1px solid #dddddd;
  display: inline-block;
  margin-right: 5px;
  padding: 8px;
  border-radius: 8px;
  background-color: #eeeeee59;
  margin-bottom: 10px;
  vertical-align: top;
  width: fit-content;
  min-width: 200px;
}

.credit-card-details .indent {
  padding-left: 15px;
  padding-top: 3px;
}

.my-credit-cards table td {
  vertical-align: top;
}

.new-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

#creditcardarea.ajaxable {
  margin-bottom: 0px;
}

.my-credit-cards {
  margin-bottom: 10px;
}

.my-credit-cards table {
  border-collapse: collapse;
}

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.no-decoration a:hover {
  text-decoration: none !important;
}

#creditcardarea th,
#creditcardarea td {
  text-align: left;
}

.team-content-wrapper.payments-page .credit-card-info-container {
  margin-bottom: 0px;
  width: 310px;
  display: block;
}

.team-payment-options-wrapper {
  /* background-color: #f5f5f5; */
  /* border: 1px solid #dddddd; */
  /* padding: 10px; */
  margin-top: 10px;
  margin-bottom: 10px;
}

.team-payment-options-wrapper .team-payment-amount,
.team-payment-options-wrapper .payment-instructions {
  display: inline-block;
  background-color: #e7e7e763;
  border: 1px solid #d7d7d7;
  padding: 16px;
  vertical-align: top;
  margin-right: 10px;
  border-radius: 8px;
}

.team-payment-options-wrapper .payments-button {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#fancybox-outer {
  background: #fff url("/assets/ajax-loader.gif") no-repeat 50% 50% !important;
}

.cart-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  background: #2194f3;
  border-radius: 5px;
  text-decoration: none;
  font: bold 1.5em "Trebuchet MS", Arial, Helvetica;
  /*Change the em value to scale the button*/
  display: inline-block;
  text-align: center;
  color: #fff;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);

  box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
}

.cart-button,
.cart-button span {
  /* -moz-border-radius: 0.3em;
  border-radius: 0.3em; */
}

.cart-button {
  border-top: 1px solid #fff;
  /* Fallback style */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0.5em 2.5em;

  /* The background pattern */

  background-image: -webkit-gradient(linear,
      0 0,
      100% 100%,
      color-stop(0.25, rgba(0, 0, 0, 0.05)),
      color-stop(0.25, transparent),
      to(transparent)),
    -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(0, 0, 0, 0.05)), color-stop(0.25, transparent), to(transparent)),
    -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, rgba(0, 0, 0, 0.05)));
  background-image: -moz-linear-gradient(45deg,
      rgba(0, 0, 0, 0.05) 25%,
      transparent 25%,
      transparent),
    -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
    -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
    -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

  /* Pattern settings */

  -moz-background-size: 3px 3px;
  -webkit-background-size: 3px 3px;
  background-size: 3px 3px;
}

.cart-button:hover {
  box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4);
}

.cart-button:active {
  /* When pressed, move it down 1px */
  position: relative;
  /* top: 1px; */
}

.cart-button.inline-block {
  display: inline-block;
}

.button-blue {
  background: #2194f3;
  background-color: #2194f3 !important;
  color: white !important;
}

.button-green {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#c8dd95),
      to(#428739));
  background: -moz-linear-gradient(-90deg, #c8dd95, #428739) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#C8DD95', endColorstr='#428739');
}

.button-red {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e84b6e),
      to(#d82741));
  background: -moz-linear-gradient(-90deg, #e84b6e, #d82741) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#E84B6E', endColorstr='#D82741');
}

.button-black {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#656565),
      to(#141414));
  background: -moz-linear-gradient(-90deg, #656565, #141414) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#656565', endColorstr='#141414');
}

.button-orange {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f8c939),
      to(#f09c15));
  background: -moz-linear-gradient(-90deg, #f8c939, #f09c15) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#F8C939', endColorstr='#F09C15');
}

.button-blue:hover {
  background: #2194f3;
  opacity: 0.9;
}

.button-green:hover {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#428739),
      to(#c8dd95));
  background: -moz-linear-gradient(-90deg, #428739, #c8dd95);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#428739', endColorstr='#C8DD95');
}

.button-red:hover {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#d82741),
      to(#e84b6e));
  background: -moz-linear-gradient(-90deg, #d82741, #e84b6e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D82741', endColorstr='#E84B6E');
}

.button-black:hover {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#141414),
      to(#656565));
  background: -moz-linear-gradient(-90deg, #141414, #656565);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#141414', endColorstr='#656565');
}

.button-orange:hover {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f09c15),
      to(#f8c939));
  background: -moz-linear-gradient(-90deg, #f09c15, #f8c939);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#F09C15', endColorstr='#F8C939');
}

/* .button-blue:active {
  background: #4477a1;
} */
.button-green:active {
  background: none repeat scroll 0 0 #428739;
}

.button-red:active {
  background: none repeat scroll 0 0 #d82741;
}

.button-black:active {
  background: none repeat scroll 0 0 #141414;
}

.button-orange:active {
  background: none repeat scroll 0 0 #f09c15;
}
