﻿/*!
Notes from the god aweful PSD se3nt by the agents and other general musings

background: #e6e5e4

Fonts: Source Sans Pro, Source Sans Pro Bold

header
height: 111px
border-bottom: 2px solid #b7b6b8
pagging-top: 10px;

arrow thingy at bottom - this woulf be better served as a vector
width: 30px
height: 20px


logo - yellow with tag line
width: 22px
height: 72px

Form:
background: #fff

legend:
height: 47px;
font: Source Serif Pro
size: 25pt;
color: #fff;
background: #3f2c59
background (inactive): #c7c2cf

Input fields
height: 39px;
border: 1px solid #fafafa

Labels
color: #2f342e
weight: bold 
size: 14pt

buttons:
height: 41px;
size: 18pt

reqruied *
color: #e73e2b
<sup> not space form last word

*/

@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro|Source+Sans+Pro);

body{
   font-family: "Source Sans Pro", sans-serif;
}

header#PageHeader {
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 0px 15px 0px 15px;
  background:#402B55;
  z-index:99;
  max-height:100%
}
.global-header
{
    width:auto;
    max-width:1265px;
    margin:0 auto
}
.global-footer
{
    width:auto;
    max-width:1265px;
    margin:0 auto;
    padding-top:50px;
    padding-bottom:50px;
}
.global-footer p
{
    margin:auto auto 1.5rem;
}
header#PageHeader img {
    width:160px;
    margin:1.6rem .4rem 1.4rem;
}
header#PageHeader img.pointer {
  margin-bottom: -2px;
}

.mastercard-img {
    width:60px;
}

footer{
  background-color: #34224B;
  color: #fff;
  font:400 96%/1.25 Source Serif Pro,serif
}
footer a 
{
    color:#fff;
    text-decoration:underline;
}
footer a:hover 
{
    color:#fff;
    text-decoration:none;
}
footer .container {
  padding: 30px;
}
.date-select > .date-part {
  display: inline-block !important;
  width: auto;
  padding-right: 13px;
}
@media screen and (min-width: 375px) {
  #AddressList {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    background-image: url('../Images/drop-icon.png');
    padding-right: 53px;
    background-repeat: no-repeat;
    background-position-x: right;
  }
  .date-select > .date-part {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    background-image: url('../Images/drop-icon.png');
    padding-right: 53px;
    background-repeat: no-repeat;
    background-position-x: right;
  }
}
.text-grey {
  color: #b7b6b8;
}
.postcode,
#AccountNumber,
#CardName {
  text-transform: uppercase;
}
.lookup {
  width: 100%;
}
.has-feedback .form-control-feedback {
  right: 15px;
  top: 38px !important;
}
.has-feedback .postcode ~ .form-control-feedback,
.has-feedback .postcode #SecurityCode ~ .form-control-feedback {
  top: 13px !important;
}
.has-feedback .postcode .radio ~ .form-control-feedback,
.has-feedback .postcode .date-select ~ .form-control-feedback,
.has-feedback .postcode #IssueNumber ~ .form-control-feedback,
.has-feedback .postcode #AddressList ~ .form-control-feedback {
  display: none !important;
}
label {
  font-weight: 600;
}
.panel {
  border: none;
}
.panel .panel-title {
  font-size: 25px;
  font-weight: lighter;
}
.panel .panel-footer {
  background-image: none;
  color: #fff;
}
.panel .panel-heading {
  background-image: none;
}
.panel .panel-heading.faded {
  background: #c7c2cf;
}
.btn {
  background-image: none;
  height: 41px;
}
.form-control {
  height: 41px;
}
input[type=text],
input[type=email] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.success-title {
  font-size: 18px;
}
.exit-buttons .btn {
  width: 100%;
}
#busy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000001;
  text-align: center;
  padding-top: 20%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
}
.card-error {
  margin-top: 0;
  color: #a94442;
}
.card-name {
  font-size: 10px;
}
.transaction-fail li {
  font-size: 13px;
}
.no-error,
.form-control:focus {
  border-color: #b7b6b8 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.input-group-addon-no-error {
  color: #818d88 !important;
  background-color: #ffffff !important;
  border-color: #b7b6b8 !important;
}
/*# sourceMappingURL=style.css.map */