@import 'bootstrap.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,300,600");
body, .page {
  font-family: Helvetica, Arial, Tahoma, Verdana;
  color: #4b5155;
  background-color: #dcdcdc;
}

body .content, body .cards {
  background-color: white;
}
body .content .mb-5 {
  text-align: center;
  font-weight: bold;
  margin: 2rem 0;
}

.hero img {
  width: 100%;
}

a, a:hover {
  color: #000000;
  text-decoration: underline;
}

.container {
  max-width: 960px !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-decoration: none !important;
  color: #000000 !important;
  line-height: 1.4em;
  font-weight: 400;
  display: block;
  margin: 0 0 10px;
  word-spacing: 0.05em;
}

.strapline {
  background-color: #7796a8;
  color: white;
}
.strapline strong {
  text-align: center;
  display: block;
}

header {
  background-color: white;
}
header img {
  height: 40px;
  margin: 1.25rem 0;
}

.footer-top {
  background-color: #e8e9eb;
  height: 1px;
}

footer {
  background-color: black;
  color: white;
  font-size: 0.8rem;
}
footer a, footer a:hover {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  color: #ff00b4;
}

th {
  background-color: #f6f6f6;
}

.cards img {
  width: 200px;
}

.btn {
  border-radius: 0;
}

.donations th:first-child {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.btn-primary {
  background-image: none !important;
  border-radius: 5px 5px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #fff !important;
  background-color: #01e2c2 !important;
  font-size: 26px !important;
  border: 0;
  width: auto !important;
  min-width: 50% !important;
  max-width: 100%;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:active {
  background-color: rgba(247, 1, 181, 0.9882352941) !important;
}

.btn-amount {
  background-image: none !important;
  border-radius: 5px 5px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #fff !important;
  background-color: #01e2c2 !important;
  font-size: 1.5rem !important;
  border: 0;
  text-decoration: none;
  width: auto !important;
  max-width: 100%;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.btn-amount:hover, .btn-amount:active, .btn-amount.active {
  background-color: rgba(247, 1, 181, 0.9882352941) !important;
}

[readonly] {
  background-color: transparent !important;
  border-color: transparent;
}

.giftaid div {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #f5b22c;
  background-color: rgba(245, 178, 44, 0.056);
}

.logos > div {
  width: 24%;
  display: inline-block;
  padding: 1rem;
}
@media (max-width: 768px) {
  .logos > div {
    width: 49%;
  }
}

.logos img {
  width: 100%;
  margin: 2% 0 !important;
  padding: 1rem !important;
}

#invoices_total, .amount {
  max-width: 8rem;
  line-height: 2.3rem;
  margin-right: 0.5rem;
}

#invoices_total, .amount-2 {
  max-width: 8rem;
}

.confirm-block {
  background-color: #e9eff1;
  padding: 1rem;
  text-align: center;
  border: 1px solid #abc3c9;
  margin: 2rem 0;
}

.btn-info {
  background-color: #000000 !important;
  border: 0;
}
.btn-info:hover, .btn-info:active {
  background-color: rgba(247, 1, 181, 0.9882352941) !important;
}

.table.table-bordered tr th {
  background-color: #005087;
  color: white;
}

#address_list {
  height: 200px;
  overflow: auto;
  border: 1px solid #ddd;
  margin: 10px 10px 10px 0;
  padding: 5px;
}

#address_list a {
  display: block;
  width: 500px;
  padding: 5px 5px 5px 25px;
  text-decoration: none;
  background: url(/VinePay/images/bullet_go.gif) no-repeat 5px 0.5em;
}

#address_list a:hover {
  background-color: #F1F1F1;
}

#lookup_addresses_close {
  display: none;
  position: absolute;
  right: 10px;
  top: -20px;
}

#lookup_addresses {
  display: none;
  clear: both;
  margin-left: 250px;
  width: 550px;
}

#lookup-postcode {
  padding-left: 10px;
}

#address_list .odd {
  background-color: #EEE;
}

input.postcode-lookup {
  position: absolute;
}

#address_list a {
  width: auto !important;
}

/*# sourceMappingURL=combined.css.map */
