/* ---- 20141007-488-04 FI Online Payment customisation start ---- */
/* ---- TIO---- */

.alert-danger {
    background-color: #fff4e7;
    border-color: #ebccd1;
    color: red;
}

/* ---  increase header height so image sits in the strip and allow for george green line be displayed ---*/
.header-strip {
    height: 95px; 
    border-bottom: 6px solid #0066B3;
 }

/* ---  space between green line and wizardbar --- */
 .wizardbar .wizardbar-desktop {
    margin: 10px 0 5px 0;
}

 .quote-form .form-asterisk {
  color: #DA0000;
}

.btn-action {
    background-color: #ED1B2F;
    background-image: linear-gradient(to bottom, #ED1B2F 0%, #ED1B2F 100%);
    background-repeat: repeat-x;
    border-color: #ED1B2F;
    color: #fff;
	text-shadow: none;
 }

 
.btn-action:hover,
.btn-action:focus {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #0066B3 0%, #0066B3 100%);
  background-image:         linear-gradient(to bottom, #0066B3 0%, #0066B3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066B3, endColorstr='#0066B3, GradientType=0);
  background-repeat: repeat-x;
}
.quote-form h3 {
    color: #0066B3;
}	

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #0066B3;
}

li.footer-termsofuse {
	display: none
}

li.footer-privacy {
	display: none
}

li.footer-security {
	display: none
}

li.footer-disclaimer {
	display: none
}

/* ---- 20141007-488-04 FI Online Payment customisation end ---- */