﻿@font-face {
  font-family: 'NBS-Medium';
  src: url("font/nbs-medium-webfont.woff");
  src: url("font/nbs-medium-webfont.eot?#iefix") format("embedded-opentype"), url("font/nbs-medium-webfont.woff") format("woff"), url("font/nbs-medium-webfont.ttf") format("truetype"), url("font/nbs-medium-webfont.svg#boton_bqmedium") format("svg"); }

html {
    padding:0;
    margin:0; 
    border:0px none; 
    font-size:14px;
    font-family: NBS-Medium, Verdana, Arial, Helvetica, sans-serif;
}

form, body{
	margin: 0;
	padding: 0;
}
body
{
    color: #616161;
	/*font-family: NBS-Medium, Verdana, Arial, Helvetica, sans-serif;*/
    font-family: NBS-Light, "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	background: white;
    background-size: cover;
    background-image: url("/Images/Background-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

body.whitebackground
{
	background: white;
}

h1, h2, h3, h4, h5, h6, p, ul{margin: 0;}
h1, h2, h3, h4, h5, h6 { color: Black;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: NBS-Medium, "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #222222; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.71875rem; }

h4, .h4 {
  font-size: 1.5625rem; }

h5, .h5 {
  font-size: 1.375rem; }

h6, .h6 {
  font-size: 1.25rem; }

/* Required for top menu items in Safari etc */
ul{
	padding: 0;
	list-style: none;
}

ol
{
	margin: 0;
}

ul.errormessages, ul.messages, ul.warningmessages
{
	margin-left: 3px;
}

ul.messages li,  ul.errormessages li
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/Images/bullet.gif) no-repeat scroll 0 5px;
	margin:0;
	padding:0 0 4px 15px;
}

ul.warningmessages li
{
    -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/Images/action.png) no-repeat scroll 0 2px;
	margin:0;
	padding:0 0 4px 22px;
	color: Black;
	font-weight:bold;
}

div.warningmessage
{
    -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/Images/action.png) no-repeat scroll 0 2px;
	margin:0;
	padding:0 0 4px 22px;
	color: Black;
	font-weight:bold;
}

ol.messages
{
	margin-left: 25px;
}

a
{
    color: #72213D;
    text-decoration: none;
}

.borderdiv
{
	background-color: White;
	margin-left: 15px;
	margin-right: 15px;
}

.borderdivn
{
	background-color: White;
	border-left: 15px;
	border-right: 15px;
	border-top: 5px;
	border-bottom: 5px;
}

a:hover
{
    color: #37101d;
    text-decoration: none;
}

.main-container{
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}

.tooltip {
	height: 13px;
	width: 13px;
	background: transparent url('/Images/info.png') no-repeat;
}

.qtip-content {
    font-size: 14px;
}

.main
{
	min-height: 100%;
	height: 100%;
}

/*header start*/
.header{
	width: 100%;
	overflow: hidden;
	padding: 0 0  11px;
	color: #ed7700;
	font-size: 0.8em;
	
}
/*logo start*/
.logo{
    width: 280px;
	height: 62px;
	float: left;
    background: url('/Images/logo.svg') no-repeat;
	padding: 0;
	display: block;
    margin-top: 10px;
}

/*logo end*/
.header #topnav
{
	clear: left;
	float: left;
	text-align:right;
	width:100%;
}

.header p.notice
{
	float: right;
	font-size: 1.6em;
	color:black;
	font-weight:bold;
	padding: 30px 0 8px 0;
}

.header #topnav .header_links{
	float: left;
	clear: left;
	overflow: hidden;
	width: 100%;
}

.header .header_links li
{
    font-size: 1.2em;
	color:#ed7700; 
	float: left;
	display: block; 
	margin-left:11px; 
	margin-right:0; 
	margin-top:0;
	margin-bottom:0; 
	padding-left:11px; 
	padding-top:0; 
	padding-bottom:0
}

.header .header_links li.first
{
	margin-left: 0px !important;
	padding-left: 0px !important;
}


.header .header_links li.selected{
	color:#ed7700;
	padding-left:8px;
	padding-right:0;
	padding-top:0; 
	padding-bottom:0;
	text-decoration: none;
	font-weight: bold;
}

.header .header_links li.linkselected
{
    color:#ed7700;
	padding-left:8px;
	padding-right:8px;
	padding-top:0; 
	padding-bottom:0;
	text-decoration: none;
	font-weight: bold;	
}

.header .header_links li.linkselected a:link
{
	color:#72213D;
	text-decoration: none;
}

.header_links li.seperator
{
	border-right: 1px solid white;
}

.header .header_links li.linkselected a
{
	color:#72213D;
	text-decoration: none;
}

.header .header_links li.linkselected a:hover, .header .header_links li.linkselected a:active, .header .header_links li.linkselected a:focus
{
	color: #37101d;
	text-decoration: none;
}

.header .header_links ul.floatRight
{
	float: right;
}

.header .header_links li.floatRight
{
	float: right;
}

.header .header_links ul.floatLeft
{
	float: left;
}

.header .header_links li.floatLeft
{
	float: left;
}

/* Body Styles */
#container
{
	min-height: 100%;
	height: 100%;
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
    box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.page
{
	margin: 0;
	border: 0;
	background:white;
	min-height: 100%;
	height: 100%;
}

#topbar
{
	clear: both;
	padding-bottom: 22px;
}

.toppage
{
	margin-top: 15px;
}

.breadcrumb_links {
	float: left;
	clear: left;
	overflow: hidden;
}

.breadcrumb_links li
{
	color: black;
	float: left;
	display: block; 
	padding-left:10px; 
	padding-right:10px;
	border-right: 1px solid black;
	margin-right: 2px;
	margin-left: 2px;
}

.breadcrumb_links li.first
{
	margin-left: 0px;
	padding-left: 0px;
}

.breadcrumb_links li.last
{
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0;
}

.breadcrumb_links li.selected
{
	background: url('/Images/breadcrumbs-star.png') no-repeat;
	background-position: left center;
	padding-left:18px; 
	font-weight: bold;
}

.bordermessage
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.bordermessagebelow
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

.floatrightclear
{
	float: right;
	clear: right;
}

.floatleftclear
{
	float: left;
	clear: left;
}

h3.formheadlinesmall
{
	font-weight:normal;
	font-size: 1em;
	color: White;
	height: 2em;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

input.checkbox
{
	height: 15px;
	width: 15px;
	padding: 0;
	margin: 0;
}

.button
{
    float: right;
    background-color: #F49B00;
    border-color: #F49B00;
	padding: 0.25rem 1.5rem;
    font-family: NBS-Medium, "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    border-radius: 0.4rem;
	font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	cursor: pointer;
    box-shadow: 0 0 0 0.2rem #F49B00;
    border: 1px solid transparent;
}

.button:hover, .buttonleft:hover{
    text-decoration: underline;
    color: #000;
    background-color: #F49B00;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem #000;
}

.buttonleft
{
    background-color: #F49B00;
    border-color: #F49B00;
	padding: 0.25rem 1.5rem;
    font-family: NBS-Medium, "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    border-radius: 0.4rem;
	font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	cursor: pointer;
    box-shadow: 0 0 0 0.2rem #F49B00;
    border: 1px solid transparent;
	float: left;
}

.buttondisabled
{
    background-color: #aaa;
    color: white;
}

.largebutton
{
}

.extralargebutton
{
    white-space: normal;
    width: 135px;
    height: 75px;
}

table.formblock 
{
	border-collapse: collapse;
	width: 100%;
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; /* Curved boxes, not in IE though! */
	background-image: url(/Images/leftcurve.png);
	background-repeat: no-repeat;	
	background-position: 0px 0px;		
}

div.headingrowleft
{
    font-size: 0pt;
	border:0;
	margin: 0;
	float: left;
	height: 5px;
	width: 9px;
}

div.headingrowright
{
	border:0;
	margin: 0;	
	float: right;
	width: 9px;
	font-size: 0pt;
}

div.headingrow
{
	height: 5px;
	width: 100%;	
	background-color: white;
}


table.formblock tr.headingrow
{
	padding: 0;
	margin: 0;
	background-color: white;
	width: 100%;
	border-bottom: 1px solid white;	
}

table.formblock tr.borderlessrow
{
    padding: 0;
	margin: 0;
	background-color: white;
	width: 100%;
}

table.formblock td.formheadline 
{
    padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;	
	width: 100%;
	/* IE6 only */
	*border-bottom: 1px solid white;	
	color: #ed7700;
	/*font-size: 1.3em;*/
	font-weight: bold;	
}

table.formblock td.headlinetext
{
	color: White;
	font-size: 1.3em;
	font-weight: bold;	
}

table.formblock .toproworange
{
	width:100%;
	clear:both;
	background-color: #e9e9e9;
	vertical-align: middle;
	border-top: 2px solid #ed7700;
    border-bottom: 1px solid white;
}

table.formblock .row
{
	width:100%;
	clear:both;
	background-color: #e9e9e9;
	vertical-align: middle;
	border-bottom: 1px solid white;
}

table.formblock .whiterow
{
	border: 0;
}

table.formblock .leftcolumn
{
    text-align: left;
	padding-left: 10px;
	background-color: #e9e9e9;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 60%;
    *border-bottom: 1px solid white;
}

table.formblock .rightcolumn
{
    background-color: #e9e9e9;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	/* IE6 only */
    *border-bottom: 1px solid white;	
}

div.largewhiterow
{
	width: 100%;
	display: inline-block;
	clear: both;
	background-color: white;
	margin: 0;
	padding-top: 10px;
}

div.whiterow
{
	width: 100%;
	display: inline-block;
	clear: both;
	background-color: white;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.wholerow
{
	display: inline-block;
	width: 100%;
	clear: both;
	background-color: white;
	margin: 0;	
}

.text
{
	padding: 10px;
}

label.Invisible
{
	visibility: collapse;
	visibility: hidden;
	width: 0px;
	height: 0px;
	font-size:0pt;
}

.invisibletooltip 
{
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	background: none !important;	
}

div.buttonholder
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	clear: both;
	text-align: right;
}

.loadinggifholder
{
	width: 100%;
	text-align: right;
	float: right;
	margin-bottom: 5px;
}

.buttonholderleft
{
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
}

input.sortcode
{
	width: 30px;
}

input.mortgage
{
	width: 200px;
}

input.payment
{
	width: 75px;
}

input.emailaddress
{
    width: 375px;
}

.error
{
	color: red;
}

.margin
{
	padding-left: 10px;
	padding-right: 10px;
}

.marginbottom
{
	padding-bottom: 10px;
}

.emphasis
{
	font-weight: bold;
	text-decoration: underline;
}

.disclaimer
{
	background-color: White;
	font-size: 0.8em;
	padding-bottom: 5px;
	padding-top: 5px;
}

.highlightedtext
{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.lineddisclaimer
{
	border-top: 2px solid black;
	font-size: 0.8em;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: White;
}

.highlighteddisclaimer
{
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}

/* doesn't style properly in IE7 / 8, so need to remove and add to any small pages
html, body {
	height: 68%;
	min-height: 68%;
}
*/

label 
{
	padding-right: 20px;
	padding-left: 2px;
}

.nomargin {
	float: left;
	clear: left;
	margin: 0;
}

.ajaxloading 
{
	padding-left: 20px !important;
	background-image: url(/Images/ajax-loader.gif);
	background-repeat: no-repeat;
}

.floatingtext
{
	float: left;
	clear: left;
	margin-top: 5px;
}

.textaligncenter
{
	text-align: center;
}

.textalignright
{
	text-align: right;
}

.textaligncenterbold
{
	text-align: center;
	font-weight: bold;
	clear: both;
}


.ui-dialog-content
{
	background-color: White !important;
}

.ui-dialog
{
	color: Gray !important;
	margin:0 auto; 
	background-color: White !important;	
	border: 1px solid black !important;
}

.ui-dialog div button
{
	background-color: #f4a85c !important;
	/*width: 80px !important;*/
	font-weight: bold !important;
	cursor: pointer !important;
}

.ui-dialog div
{
	border: 0;
	background-color: white;
}

div.paragraphspacer
{
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
}

div.ajaxloaderright
{
	float: right;
	display: none;
	padding-left: 20px !important;
	background-image: url(/Images/ajax-loader.gif);
	background-repeat: no-repeat;	
}

div.ajaxloaderleft
{	
	float: left;
	display: none;
	padding-left: 20px !important;
	background-image: url(/Images/ajax-loader.gif);
	background-repeat: no-repeat;	
}

/* required so that Firefox shows the text as greyed out */
input.button:disabled{ 
    background-color: #aaa;
    color: white;
    box-shadow: 0 0 0 0.2rem #aaa;
    text-decoration: none;
    border-color: #aaa;
} 

a.arrowlink
{
	padding-left:8px;
	color: #72213D;
}

a.arrowlink:hover
{
	padding-left:8px;
	color: #37101d;
}

.mt-0 {
    margin-top: 0;
}

.pt-0 {
    padding-top: 0;
}

.mt-1 {
    margin-top: 0.5rem;
}

.pt-1 {
    padding-top: 0.5rem;
}

.mt-1 {
    margin-top: 1rem;
}

.pt-1 {
    padding-top: 1rem;
}

.border-btm-none {
    border-bottom : none;
}

.border-top {
    border-top:1px solid black;
}

.px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-3 {
    padding-left: 2rem;
    padding-right: 2rem;
}