/**
 * @file
 */
#gift-voucher-help-text {
  margin-bottom: 20px;
}

.bny-mobile #gift-voucher-help-text {
  width: auto;
}

.page-gift-voucher fieldset {
  border: none;
  padding: 0;
}

.page-gift-voucher #edit-payment {
  padding-bottom: 38px;
  background: url(images/credit-cards.png) 0 100% no-repeat;
}

.page-gift-voucher #footer-container {
  background: #00b4d5;
}

.page-admin-bny-gift-vouchers #page {
  background: #fff;
}

.page-gift-voucher #page {
  background: #fff url(images/be-naturally-you-gv-bg.jpg) 50% 65px no-repeat;
}

.bny-mobile.page-gift-voucher #page {
  background: #00b4d5;
}

.bny-mobile.page-gift-voucher #content {
  background: #eee;
}

.bny-mobile.page-gift-voucher #edit-type-treatments {
  width: 75%;
  height: 180px;
  -webkit-overflow-scrolling: touch;
}

.page-admin-bny-gift-vouchers table td {
  position: relative;
}

.gift-voucher-more {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee url(images/close.png) 413px 7px no-repeat;
  position: absolute;
  width: 400px;
  padding: 12px 20px;
  left: 0;
  z-index: 999;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.gift-voucher-more.open {
  display: block;
}

.gift-voucher-more p {
  margin: 0 0 3px 0;
}

.gift-voucher-more ul {
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
}

.voucher-image {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}

.page-admin-bny a.yn-0,
.page-admin-bny a.yn-1 {
  display: block;
  height: 21px;
  width: 48px;
  text-indent: -9999px;
  border-radius: 1px;
  transition: all 150ms ease-in-out;
}

.page-admin-bny a.yn-0:hover,
.page-admin-bny a.yn-1:hover {
  opacity: 0.9;
}

.page-admin-bny a.yn-0 {
  background: url(images/no.png) no-repeat;
}

.page-admin-bny a.yn-1 {
  background: url(images/yes.png) no-repeat;
}

.page-gift-voucher-confirmation p {
  max-width: 380px;
}

.page-gift-voucher-confirmation #bny-order-confirmed {
  background: url(images/bny-order-confirmed.jpg) no-repeat;
  width: 341px;
  height: 76px;
  margin: 10px 0;
}

.form-item-robot-cull {
  display: none;
}

.confirmation-number {
  font-size: 18px;
}

/* Icons from:
 * https://www.iconfinder.com/search/?q=iconset%3Aflaticons-solid
 */
a.gv-view {
  display: block;
  padding-left: 25px;
  background: url(images/view.png) 0 0 no-repeat;
  line-height: 21px;
}

#edit-type-treatments {
  background: #fff;
}

a.gv-delete,
a.gv-print,
a.gv-details,
a.gv-notes {
  display: block;
  height: 21px;
  width: 25px;
  text-indent: -9999px;
}

a.gv-print {
  background: url(images/print.png) 0 0 no-repeat;
}

a.gv-delete {
  background: url(images/trash.png) 0 0 no-repeat;
}

a.gv-details {
  background: url(images/details.png) 0 0 no-repeat;
}

a.gv-notes {
  background: url(images/note.png) 0 0 no-repeat;
}
