
body.cboui { background-color: #f9f9f9; color: #505050; min-width: 930px; margin: 0; }

/* Generic */
.cboui .disabled { background-color: #bfbfbf; }

.cboui .Tright { text-align: right; }

.cboui .Tleft { text-align: left; }

.cboui .Tcenter { text-align: center; }

.cboui .right { float: right; }

.cboui .left { float: left; }

.cboui .CLboth { clear: both; }

.cboui .hide { display: none; }

.cboui .show { display: block; }

.cboui .emph { font-weight: bold; }

.cboui div.mirror { transform: rotate(180deg); }

.cboui label { color: #323233; }

/* Common */
.cboui input {
	height: 24px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	margin-top: 12px;
	padding: 12px 0 12px 18px;
	
	color: #505050;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

.cboui input::-ms-clear { display: none; }

.cboui input.lg { width: 232px; }

.cboui input.sm { width: 52px; }

.cboui button {
	font-weight: bold;
	height: 48px;
	width: 125.9px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border: 0px;
	
	background-color: #006a4d;
	color: #fff;
	margin-left: 20px;
	transition: 0.02s;
}

.cboui button.lg { width: 138px; }

.cboui button:hover { transform: scale(1, 1); cursor: hand; }

.cboui button span[class^="icon-"] { position: relative; top: 2px; right: -4px; }

.cboui button.disabled { background-color: #eaeaea; color: #adadad; transition: none; transform: none; }

.cboui button.invert { background-color: transparent; color: #006a4d; border: 2px solid #006a4d; transition: 0.04s; }

.cboui button.link { background-color: #eaeaea; color: #006a4d; transition: 0.04s; }

.cboui button.link.lg { width: inherit; padding: 12px 12px; }

/*.cboui button.invert:hover { background-color: #006a4d; color: #fff; }*/

.cboui input[type="password"] { font-size: 12px; }

.cboui input.state-icon	{ padding-right: 50px; }

.cboui .invalid input 	{ border: 1px solid #dc2a4d; }
.cboui .valid input 	{ border: 1px solid #55a51c; }

.cboui span.state-icon.invalid span	{ color: #dc2a4d; }
.cboui span.state-icon.valid span	{ color: #55a51c; }

.cboui span.state-icon	span		{ position: relative; margin-left: -19px; }
.cboui span.state-icon span .bg 	{ left: -5px; font-size: 40px; top: 11px; }
.cboui span.state-icon span .bg2	{ left: -5px; font-size: 40px; top: 15px; }
.cboui span.state-icon span .fg	{ left: -13px; font-size: 14px; color: #fff; }
.cboui span.state-icon span .fg2	{ left: -13px; font-size: 14px; top: 3px; color: #fff; }
.cboui div.err-msg	{ padding: 0; margin: 6px 0 -2px; color: #dc2a4d; }

.cboui #header, .cboui #clientarea, .cboui #footer  { position: absolute; left: 0; width: 100%; }

.cboui div.formSubmitError { display: none; }

/* Header */
.cboui #header {
	height: 84px;
	width: 100%;
	
	margin: 0;
	min-width: 750px;
	display: table;
	background-color: #006a4d;
	
	top: 0;
}

.cboui #header img { padding: 0 40px; }

/* ClientArea */
.cboui #clientarea { top: 85px; bottom: 26px; overflow-x: auto; overflow-y: auto; }

/* Main */
.cboui .main { margin: auto; width: 930px; }

.cboui .main h1 { margin: 46px 0 8px; }

.cboui .main ul, .cboui .main ol { font-size: 18px; padding: 0; margin-left: 12px; line-height: 24px; }
.cboui .main ul { list-style: none; }

.cboui .main ul li, .cboui .main ol li { line-height: 32px; margin-left: 15px; }
.cboui .main ul li:before { content: "•"; /*padding-right: 10px;*/ }

.cboui .main .text {
	width: 795px;
	
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

.cboui .main fieldset { border: 0; margin: 0 0 33px; padding: 0; }

.cboui .main fieldset label {
	height: 24px;
	width: 87px;
	
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.cboui .main fieldset label:after { display: block; content: "\A"; }

.cboui .main .help a {
	height: 15px;
	width: 300px;
	color: #006A4D;
	
	font-size: 18px;
	font-weight: 300;
	line-height: 15px;
}

.cboui .main .global-msg { color: #dc2a4d; font-size: 20px; line-height: 24px; margin: 11px 0 27px 0; padding: 0; }

.cboui .main .link-btn { padding-top: 13px; }

.cboui .main .link-btn, .cboui .main .link-btn a { color: #006A4D; font-weight: bold; }

.cboui .main .link-btn a {
	height: 15px;
	width: 300px;
	
	font-size: 18px;
	line-height: 15px;
	text-decoration: none;
	vertical-align: -1px;
	margin-left: 5px;
}

.cboui .main .line {
	box-sizing: border-box;
	height: 1px;
	width: 100%;
	border: 1px solid #bfbfbf;
	border-width: 1px 0 0;
	margin: 32px 0;
}

/* Footer */
.cboui #footer {
	height: 26px;
	width: 100%;
	margin: 50px auto auto;
	background-image: linear-gradient(#00553e,#00553e 25%,#00553e);
	
	bottom: 0;
}

.cboui #footer ul { float: right; margin: 0 27px 0 0; }

.cboui #footer ul li { list-style: none; padding: 0; margin: 0; float: left; margin-left: 16px; }

.cboui #footer ul li a { color: #fff; text-decoration: none; font-size: .75rem; font-family: "Lloyds Bank Jack Web",Arial; line-height: 1.125rem; }

.cboui #footer ul li a:hover { text-decoration: underline; }
.mainNavigation{min-height: 1px;}

.fun_username { height: 80px; padding-left: 20px; margin-bottom: 13px; width: 98%; background: #e2efd3; z-index: 100;}
.fun_usernametext {  margin-top: 8px;}
.fun_usernamevalue { margin-top: 8px;}
.fun_line { margin-top: -23px; !important}
.fun_gobtn { margin-right: 36px; margin-top: -6px;}
.fun_gobtn button { border: 2px solid #19795f; background-color: #fff; color: #19795f;}
input.fun_usernamevalue { background-color: #e2efd3;}
 

