﻿body 
{
	font-family: agenda, 'Open Sans', sans-serif;	
	font-size:14px;
	color:#494B4C;
	margin:0px;
	background-color: #f78642;
    /*background-image: url(../Images/ehaatbackground.jpg);*/
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    min-width: 1px;
    
}

body.test {
    /*background-image: url("../Images/watermark.png");*/
}

body.testReg {
    /*background-image: url("../Images/watermarkReg.png");*/
}

.inputFormRow
{
    margin-top: 5px;
    width: 100%;
    float: left;
    clear: both
}

h1
{
	font-family:Arial;
	font-size:22px;
	color:#000000;
	font-weight:bold;
}

#Content
{
	margin: 0px auto;
	min-height:200px;
    position: absolute;
    z-index: 1;
}

.contentInner
{
	float:left;
	background-color:#ffffff;	
	padding-bottom:20px;
    width: 100%;
}

#Header
{
	width:100%;
	
	background-repeat:repeat-x;

	margin-bottom:10px;
}

.Address
{
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
	color:#444444;
	font-weight:normal;
	margin-right:10px;
	
}

.Contact
{	
	float:left;
	margin-top:10px;	
	width:100%;
	text-align:left;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:#ACACAC;
	border-bottom-width:2px;
	margin-bottom:10px;
}

.Contact .logo {
    width: 100%;
    height: auto;
}

.DDLOGO
{
	float:left;
	width:854px;
	padding-top:10px;
	padding-left:3px;
	padding-right:3px;
    background-color:#000000;
	color:#ffffff;
	font-size:15px;
	background-position:right;
	background-image:url("../Images/DirectDebitLogoWhite.jpg");
	background-repeat:no-repeat;
	height:30px;
}

a
{
	color:#f78642;
}

a.no-decoration {
    text-decoration: none;
}

.PaymentInfo
{
	font-size:1.2em;
}

.PreviewBox
{
	z-index: 2;
	position: absolute;
	width:100%;
	height:100%;
	margin-left:0px;
	margin-Top:0px;
	top:0px;
	left:0px;
	background-image:url("../Images/60.png");
	background-repeat:repeat;
}

.previewImageDivOuter
{
	position: absolute;
	z-index: 3;
	width:560px;
	height:560px;
	margin-left:0px;
	margin-Top:0px;
	top:0px;
	left:50%;
	text-align:center;
}

.previewImageDiv
{
	position: absolute;
	text-align:left;
	z-index: 3;
	background-color:#ffffff;
	width:560px;
	height:auto;
	top:200px;
	left:-280px;
	margin-left:auto;
	margin-right:auto;
}

#RightCol
{
	float:Right;
	width:560px;
	
}

table 
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: rgb(73, 126, 22) rgb(73, 126, 22) rgb(73, 126, 22) rgb(73, 126, 22);
	border-collapse: separate;
	background-color: #EAE8E9;
}

table th 
{
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: rgb(73, 126, 22) rgb(73, 126, 22) rgb(73, 126, 22) rgb(73, 126, 22);
	-moz-border-radius: 0px 0px 0px 0px;
}

table td {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: none;
    border-color: rgb(73, 126, 22) rgb(73, 126, 22) rgb(73, 126, 22) rgb(73, 126, 22);
    -moz-border-radius: 0px 0px 0px 0px;
}

.XSmall
{
	font-size:11px;
	font-weight:bold;
}

.Orange
{
	font-size:18px;
	font-weight:bold;
	color:#FD7801;
	text-align:center;
	background-color:#F6F4F5;
}

.Section
{
	width:100%;
	background-color:#fff;
	background-repeat:repeat-x;

}

.ehaat
{

 font-size:20px;
	color:#f78642;
}
.SectionHead
{
	width:100%;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:1px;
	margin-top:1px;
	padding:10px;
	font-size:20px;
	color:#ffffff;
    background-color:#f78642;
}

.SectionHeadOff
{
	width:100%;
	font-family: 'Montserrat', sans-serif;
	background-color:#EAECEC;
	/*height:20px;*/
	padding:10px;
	font-size:18px;
	color:#f78642;
}

.AddrList
{
	float:left;
	width:500px;
	height:250px;
	background-color:#ffffff;
	border-width:1px;
	overflow:auto;
}

.AddrListInner table
{
	border-style:none;
}

.AddrListInner table tr
{
	border-style:none;
}

.AddrListInner table td
{
	border-style:none;
}

.AddrListInner
{
	float:left;
	width:480px;
	overflow:hidden;
}

.ButtonArea
{
    clear: both;
    width:100%;
	/*height:23px;*/
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:1px;
	/*padding-left:10px;
	padding-right:10px;*/
	background-color:#fff;
	font-size:18px;
}

.Button
{
	/*background-image:linear-gradient(to top, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0) 100%);
    background-color: #f78642 !important;
    border: 2px solid #d3dee3;
    border-radius: 10px;
	color:#ffffff;
	height: 30px ;
	width: 100% ;
    margin-bottom: 1em;
	/*cursor:pointer;
    line-height: 22px;
    vertical-align: middle;*/

    background-color: #f78642 !important;
    border-color: #f78642 !important;
    width: 100%;
    margin-bottom: 1em;
}

.Button.btn-info {
    color: #fff;
    background-color: #f78642 !important;
    border-color: #f78642 !important;
}

.ButtonNoWidth {
	background-image:linear-gradient(to top, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0) 100%);
    background-color: #f78642;
    border: 2px solid #d3dee3;
    border-radius: 10px;
	color:#ffffff;
	height: 30px ;
	cursor:pointer;
    line-height: 25px;
    vertical-align: middle;
}

a.Button {
    /*font-size: 15px;*/
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    /*padding-top: 2px;*/
    /*float: left;*/
}

.SectionContent
{
	padding-top:20px;
	color:#444444;
	margin-bottom:10px;
}

.Field
{
	float:left;
	margin-right:5px;
}

.SmallButton 
{
	width:91px !important;
	height:23px !important;

}

.input, .input__options, input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {
    background-color: #fff;
    border: 1px solid #d3dee3;
    border-radius: 4px;
    /*box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0.4px 0.9px 7px rgba(0, 0, 0, 0.33) inset;*/
    width: 100%;
}

.input--select {
    position: relative;
}

.input--select a {
    display: block;
    padding: 1.4rem 5.4rem 1.4rem 2rem;
}

.input--select.input--active .input__options {
    display: block;
}

.input__option-selected::after, .input__option-selected::before {
    right: 0;
    width: 36px;
}

.input__option-selected::before {
    color: #333;
    content: "▾";
    font-size: 2rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.input__option-selected::after {
    border-left: 1px solid #d3dee3;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

.input__options {
    box-sizing: content-box;
    display: none;
    left: -1px;
    max-height: 360px;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: -1px;
}

.input__options {
    box-sizing: content-box;
    display: none;
    left: -1px;
    max-height: 360px;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: -1px;
}

/* SPACERS */
.spacer {
    clear: both;
    width: 100%;
}

.spacer.spacer-3 {
    height: 3px;
}

.spacer.spacer-6 {
    height: 6px;
}

.spacer.spacer-10 {
    height: 10px;
}

.spacer.spacer-15 {
    height: 15px;
}

.spacer.spacer-20 {
    height: 20px;
}

.modal.in {
   display:block;
}

.container {
    max-width: 900px;
} 

.form-control:focus {
  border-color: #f78642;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

ul.spaced-list li:not(:last-child) {
    margin-bottom: 20px;
}

.important-text {
    color: #ff0000;
}

.strong {
    font-weight: bold;
}

.radioButtonList label {
    display: inline;
    margin-left: 5px;
}

.disabled {
    color: #ababab;
}

/* HORIZONTAL RULES */
.hr-20 {
    margin-top: 20px;
    border-bottom-style: solid;
    border-bottom-color: #acacac;
    border-bottom-width: 2px;
}

/* MARGINS */
.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-5 {
    margin-right: 5px;
}

/* PADDING */
.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-0 {
    padding-left: 0px;
}

/* BORDERS */
.no-border {
    border-style: none;
}

.border-color-gray {
    border-color: gray;
}

/* BACKGROUNDS */
.bg-white {
    background-color: #fff;
}

/* FONT SIZES */
.fs-plus-one {
    font-size: 1.1em;
}

.fs-plus-two {
    font-size: 1.2em;
}

.clear::before {
    display: table;
    content: " ";
}

.clear {
    margin-left: 0;
    margin-right: 0;
}

.clear::after {
    display: table;
    content: " ";
    clear: both;
}

.gift-aid-image {
    width: 130px;
}

.mt-logo {
    height:200px;
    width:auto;
    padding-top:10px;
}

.topheader {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size:30px;
    margin-top:20px;
    margin-bottom:10px;
}

.topheadersmall {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size:20px;
}

/* FOR PRINTING */
@media screen {
    #printSection {
        display: none;
    }
    .print {
        display: none;
    }
    .noPrint {
        display: block;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
    .noPrint {
        display: none;
    }
    .print {
        display: block;
    }
}


