/**
 * ABI.css
 * 
 * Front end specific styling
 *
 * @copyright (c) 2013
 * 
 * @author Simplisite <developer@simplisite.com.au>
 */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:12px/1.231 sans-serif; font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #fff; background: rgba(255,255,255,.25); color:#030202; text-shadow: none; }
::selection { background:#fff; background: rgba(255,255,255,.25); color:#030202; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #ffebd0; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }


/* Fonts ///  --------------------------------------------------------------------------------------------------------------------------------- */




/* Layout ///  --------------------------------------------------------------------------------------------------------------------------------- */

html {
	height:100%;
	background:#fcfcfc;
}

body {
         height:100%;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	background:#fcfcfc;
	-webkit-font-smoothing:antialiased;
}

/*Opera Fix
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
 */
 
p {
	padding-bottom:10px;
}

.alert-message p{
    color: #ffffff !important;
}

strong, b {
	font-family:BrandonGrotesqueBlack, Arial, Helvetica, sans-serif;
}

em, i {
	font-family:BrandonGrotesqueBoldItalic, Arial, Helvetica, sans-serif;
        font-style:italic;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0 0 10px;
}

h1 {
	font:700 28px/32px Arial, Helvetica, sans-serif;
}

h2 {
	font:700 22px/30px Arial, Helvetica, sans-serif;
}

h3 {
	font:700 16px/24px Arial, Helvetica, sans-serif;
}

h4 {
	font:400 14px/20px Arial, Helvetica, sans-serif;
}

.one-col a, .two-col a {
	color:#666;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
	-moz-transition:color .15s ease-out, border-color .15s ease-out;
	-webkit-transition:color .15s ease-out, border-color .15s ease-out;
	transition:color .15s ease-out, border-color .15s ease-out;
}

.one-col a:link, .one-col a:visited, .one-col a:active, .two-col a:link, .two-col a:visited, .two-col a:active {
	color: #666;
	text-decoration:none;
}

.one-col a:hover, .one-col a:focus, .two-col a:hover, .two-col a:focus {
	color:#888;
	text-decoration:none;
}

.copy .one-col a:link, .copy .one-col a:visited, .copy .one-col a:active, .copy .two-col a:link, .copy .two-col a:visited, .copy .two-col a:active {
	border-bottom:1px dotted #666;
}

.copy .one-col a:hover, .copy .one-col a:focus, .copy .two-col a:hover, .copy .two-col a:focus {
	border-bottom:1px solid #888;
}

.copy .one-col a:active, .copy .two-col a:active {
	-moz-transform:translateY(1px);
	-webkit-transform:translateY(1px);
	-ms-transform:translateY(1px);
	transform:translateY(1px);
}

ul, ol, dl {
	margin:0;
	padding:0;
}

ul li, ol li, dl dt, dl dd {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:16px; /* override bootstrap */
}

ul li {
	list-style-type:none;
}

.copy ul, .copy ol, .copy dl {
	margin:0 0 0 16px;
	padding:0;
}

.copy li, .copy dt, .copy dd {
	margin:0;
	padding:0 0 5px;
}

.copy ul li {
	list-style-type:disc;
}

img.right {
	float:right;
	margin:0 0 10px 20px;
	padding:0;
}

img.left {
	float:left;
	margin:0 20px 10px 0;
	padding:0;
}

img.centre {
	display:block;
	padding:0;
	margin:10px auto;
}

blockquote {
	display:block;
	margin:15px 0;
	font-style:italic;
	font-size:1.2em;
	line-height:1.6em;
}

hr {
	border-color:#ddd;
}

form {
}

	.row {
		display:block;
		margin-bottom:10px;
	}
	
	.field {
		display:block;
	}
	
	form input, form textarea {
		font:Arial, Helvetica, sans-serif;
		-webkit-font-smoothing:antialiased;
	}

/* IE ALERT ------------------------------------------------------------------------------------------------------------------------------- */

#upgrade {
	position:absolute;
	width:100%;
	height:33px;
	color:#000;
	background:#fff;
	z-index:1000;
}

	#upgrade p {
		margin:0;
		padding:0;
		font-size:14px;
		line-height:32px;
		color:#555;
		text-align:center;
	}
	
	#upgrade p a, .upgrade p a:link, #upgrade p a:visited, #upgrade p a:active {
		color: #555;
		text-decoration:underline;
	}
	
	#upgrade p a:hover, #upgrade p a:focus {
		color:#888;
		text-decoration:none;
	}
	
	#upgrade-close-btn {
		display:block;
		position: absolute;
		top: 2px;
		right: 3px;
		display: block;
		width: 28px;
		height: 28px;
		text-align:center;
		text-decoration:none;
		font:700 24px Helvetica, Arial, sans-serif;
	}
	
	#upgrade-close-btn:link, #upgrade-close-btn:visited, #upgrade-close-btn:active {
		color: #aaa;
		text-decoration:none;
		background:transparent;
	}
	
	#upgrade-close-btn:hover, #upgrade-close-btn:focus {
		color:#444;
		text-decoration:none;
		background:#eee;
	}


/* PAGE ------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
	/*min-height:100%;*/
}

	#account-nav {
		margin:0 auto;
		padding:10px 0;
		width:880px;
	}
	
		#account-nav ul {
			margin:0;
			padding:0;
		}
		
			#account-nav ul li {
				display:inline-block;
				margin:0;
				padding:0 0 0 25px;
				float:right;
			}
			
				#account-nav ul li a {
					display:inline-block;
					padding-left:29px;
					color:#bbb;
					font-weight:700;
					line-height:18px;
					background:url(../images/ui-icons.png) left top no-repeat;
					opacity:.75;
  					filter: alpha(opacity = 75);
					text-shadow:0 1px 0 rgba(255,2555,255,.65);
				}
				
				#account-nav ul li a:hover, #account-nav ul li a:focus {
					color:#999;
					opacity:1;
  					filter: alpha(opacity = 100);
				}
				
				#account-nav ul li.my-account-link a {
					background-position:0 -3px;
				}
				
				#account-nav ul li.help-link a {
					background-position:0 -33px;
				}
				
				#account-nav ul li.logout-link a {
					background-position:0 -63px;
				}
				
				
				/* White nav */
				
				.white-nav #account-nav ul li a {
					color:#fff;
					background:url(../images/ui-icons.png) left top no-repeat;
					text-shadow:0 1px 0 rgba(0,0,0,.25);
				}
				
				.white-nav #account-nav ul li.my-account-link a {
					background-position:0 -93px;
				}
				
				.white-nav #account-nav ul li.help-link a {
					background-position:0 -123px;
				}
				
				.white-nav #account-nav ul li.logout-link a {
					background-position:0 -153px;
				}
				
				/* Black nav */
				
				.black-nav #account-nav ul li a {
					color:#000;
					background:url(../images/ui-icons.png) left top no-repeat;
					text-shadow:0 1px 0 rgba(255,2555,255,.5);
				}
				
				.black-nav #account-nav ul li.my-account-link a {
					background-position:0 -183px;
				}
				
				.black-nav #account-nav ul li.help-link a {
					background-position:0 -213px;
				}
				
				.black-nav #account-nav ul li.logout-link a {
					background-position:0 -243px;
				}
				

	#main {
		margin:0 auto;
		background: #fff;
		width:880px;
		border:1px solid #ddd;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-o-border-radius:6px;
		-khtml-border-radius:6px;
		border-radius:6px;
		-moz-background-clip:padding-box;
		-moz-background-clip:padding;
		-webkit-background-clip:padding;
		background-clip:padding;
		-moz-box-shadow:0 2px 8px rgba(0,0,0,.25);
		-webkit-box-shadow:0 2px 8px rgba(0,0,0,.25);
		-ms-box-shadow:0 2px 8px rgba(0,0,0,.25);
		box-shadow:0 2px 8px rgba(0,0,0,.25);
		overflow:hidden;
	}
	
	#header {
		padding:20px;
	}
	
		#header .logo {
			margin:0 20px 0 0;
			width:120px;
			height:120px;
			float:left;
		}
		
		#main h1 {
			padding-bottom:5px;
		}
		
			#main h1 span {
				color:#aaa;
			}
		
		#main p {
			color:#999;
		}

		.header .logo {
			margin-top: 10px;
			float: left;
		}

		.headertitle
		{
			text-align: center;
			margin-top: 50px;
		}

		#content_container {
			padding: 20px;
		}
		
		a.button {
			display:inline-block;
			margin:0;
			padding:8px 15px;
			height:16px;
			line-height:16px;
			font-size:14px;
			color:#bbb;
			font-weight:700;
			text-shadow:0 1px 0 rgba(255,255,255,.5);
			background-color:#eee;
			border:none;
			-webkit-background-clip: padding-box;
			-moz-background-clip: padding;
			-moz-background-clip: padding-box;
			-ms-background-clip: padding-box;
			background-clip: padding-box;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			-o-border-radius:4px;
			-khtml-border-radius:4px;
			border-radius:4px;
		}
		
		a.button:hover, a.button:focus {
			color:#999;
		}
		
		a.button:active {
			margin-top:1px;
		}
		
		a.button.arrow-right {
			padding-right:34px;
			background:#eee url(../images/ui-icons-2.png) right -76px no-repeat;
			border:none;
		}
		
		#content a.button.arrow-right {
			background:#eee url(../images/ui-icons-2.png) right -116px no-repeat;
			border:none;
		}
		
		a.button.arrow-left {
			padding-left:34px;
			background:#eee url(../images/ui-icons-2.png) left -156px no-repeat;
			border:none;
		}
		
		#content a.button.arrow-left {
			background:#eee url(../images/ui-icons-2.png) left -196px no-repeat;
			border:none;
		}
	
	#content {
		background:#fbfbfb;
		border-top:1px solid #ddd;
	}
	
	.section {
		clear:both;
	}
	
	#pill-nav {
		margin-top:-15px;
	}
	
		#pill-nav ul {
			margin:0;
			padding:0;
			text-align:center;
		}
		
		#pill-nav ul li {
			display:inline-block;
			margin:0 0 0 -5px;
			padding:0;
		}
		
		#pill-nav ul li:first-child {
			margin-left:0;
		}
		
			#pill-nav ul li a {
				display:inline-block;
				margin:0;
				padding:5px 15px;
				font-size:14px;
				background:#fff;
				border:1px solid #ddd;
				-moz-box-shadow:0 1px 0 rgba(255,255,255,.9); 
				-webkit-box-shadow:0 1px 0 rgba(255,255,255,.9);  
				-ms-box-shadow:0 1px 0 rgba(255,255,255,.9); 
				box-shadow:0 1px 0 rgba(255,255,255,.9); 
			}
			
			#pill-nav ul li:first-child a {
				-moz-border-radius:4px 0 0 4px;
				-webkit-border-radius:4px 0 0 4px;
				-o-border-radius:4px 0 0 4px;
				-khtml-border-radius:4px 0 0 4px;
				border-radius:4px 0 0 4px;
			}
			
			#pill-nav ul li:last-child a {
				-moz-border-radius:0 4px 4px 0;
				-webkit-border-radius:0 4px 4px 0;
				-o-border-radius:0 4px 4px 0;
				-khtml-border-radius:0 4px 4px 0;
				border-radius:0 4px 4px 0;
			}
		
			#pill-nav ul li.current a {
				font-weight:700;
				background:#fcfcfc;
				-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.9); 
				-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.9);  
				-ms-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.9); 
				box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.9); 
			}
           
			
	.section dl {
		margin-bottom:20px;
	}
	
		.section dl dt {
			padding-bottom:5px;
			/*width:100px;*/
			float:left;
			font-weight:700;
		}
		
		.section dl dd {
			padding:0 0  5px 110px;
		}
		
	#content #your-details a.button.edit-btn {
		display:block;
		padding:3px 0 3px 24px;
		float:right;
		font-size:12px;
		font-weight:400;
		width:1px;
		background:transparent url(../images/ui-icons-2.png) 0 -240px no-repeat;
		border:none;
		-moz-transition:width .15s ease-out, padding .15s ease-out;
		-webkit-transition:width .15s ease-out, padding .15s ease-out;
		-ms-transition:width .15s ease-out, padding .15s ease-out;
		transition:width .15s ease-out, padding .15s ease-out;
		overflow:hidden;
	}
	
	#content #your-details a.button.edit-btn:hover, #content #your-details a.button.edit-btn:focus {
		padding:3px 10px 3px 30px;
		width:20px;
		color:#999;
		background-position:0 -270px;
		background-color:#eee;
	}
	
	.section h3 {
		padding:0 0 3px;
		margin:0 0 12px;
		border-bottom:1px solid #ddd;
	}
			
	#step-nav {
	}
	
		#step-nav ol {
			margin:0;
			padding:0;
			text-align:center;
		}
		
		#step-nav ol li {
			position:relative;
			display:inline-block;
			margin:0 0 0 -5px;
			padding:0;
		}
		
		#step-nav ol li:first-child {
			margin-left:0;
		}
		
			#step-nav ol li a {
				position:relative;
				display:inline-block;
				margin:0;
				padding:5px 20px;
				font-size:14px;
				background:#fff;
				border:1px solid #ddd;
				-moz-box-shadow:0 1px 0 rgba(255,255,255,.9); 
				-webkit-box-shadow:0 1px 0 rgba(255,255,255,.9); 
				-ms-box-shadow:0 1px 0 rgba(255,255,255,.9); 
				box-shadow:0 1px 0 rgba(255,255,255,.9); 
			}
			
			#step-nav ol li a:after {
				display:block;
				position:absolute;
				top:0;
				right:-10px;
				width:18px;
				height:26px;
				content:'';
				background:url(../images/step-nav-indicator.png) 0 -2px no-repeat;
			}
			
			#step-nav ol li:hover a:after {
				background-position:0 -32px;
			}
			
			#step-nav ol li.current a:after {
				background-position:0 -62px;
			}
			
		#step-nav ol > li:first-child {
			z-index:10;
		}
		
		#step-nav ol > li:first-child + li {
			z-index:9;
		}
		
		#step-nav ol > li:first-child + li + li {
			z-index:8;
		}
		
		#step-nav ol > li:first-child + li + li + li {
			z-index:7;
		}
		
		#step-nav ol > li:first-child + li + li + li + li {
			z-index:6;
		}
		
		#step-nav ol > li:first-child + li + li + li + li + li {
			z-index:5;
		}
		
			#step-nav ol li:first-child a {
				-moz-border-radius:4px 0 0 4px;
				-webkit-border-radius:4px 0 0 4px;
				-o-border-radius:4px 0 0 4px;
				-khtml-border-radius:4px 0 0 4px;
				border-radius:4px 0 0 4px;
			}
			
			#step-nav ol li:last-child a {
				-moz-border-radius:0 4px 4px 0;
				-webkit-border-radius:0 4px 4px 0;
				-o-border-radius:0 4px 4px 0;
				-khtml-border-radius:0 4px 4px 0;
				border-radius:0 4px 4px 0;
			}
		
			#step-nav ol li:last-child a:after {
				display:none;
			}
		
			#step-nav ol li.current a {
				font-weight:700;
				background-color:#fcfcfc;
				-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.9); 
				-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.9);  
				-ms-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.9); 
				box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.9); 
			}
			
		#steps .arrow-right {
			margin-top:20px;
			float:right;
		}
		
		.section .hgroup {
			margin-bottom:10px;
		}
		
		.hgroup h2 {
			display:inline;
		}
		
		.hgroup h2 + h3 {
			display:inline;
			padding-left:10px;
			color:#888;
			border:none;
		}
			
		.one-col {
			padding:20px;
		}
		
		.two-col {
			padding:20px;
			float:left;
			width:400px;
		}






.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  /*@page { margin: 0.5cm; } IE7 doesn't like this */
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

.panel-toolbar
{
    background-color:#d2d2d2;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height:40px;
    position:relative;
    border:1px solid #C5C5C5;
    border-bottom:none;
}

.form-panel .pre-form-summary {
padding: 10px 0px 0px 145px;
}

.big-modal{
width:960px;
margin-left:-480px;
margin-top:-350px;
}


/*restore bootstrap look and feel */

ul.tabs, ul.pills {
    list-style: none outside none !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

ul.tabs li
{
    list-style-type: none !important;
    padding:0px !important;
}

.tabs li
{
    color: #808080;
    line-height: 18px !important;
    margin-bottom: -1px !important;
    position: relative !important;
}

.tabs > li > a {
    border: 1px solid transparent !important;
    border-color: #DDDDDD #DDDDDD !important;
    border-radius: 4px 4px 0 0;
    line-height: 28px;
    margin-right: 2px;
    padding: 0 15px;
    background-color:#efefef;
    font-size: 10px;
    font-weight:bold;
    white-space: nowrap;
}

.tabs .active > a, .tabs .active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FBFBFB !important;
    border-color: #DDDDDD #DDDDDD transparent !important;
    border-style: solid !important;
    border-width: 1px;
    color: #808080 !important;
    cursor: default;
}

.section h3.situation-title-reminder
{
    border:1px solid #CCC;
    font-weight:bold;
    font-size: 12px;
    padding:5px 5px;
    margin:0px 0px 16px 0px;
    background-color:#efefef;
    text-align:center;
}

.section .policy-multi-sitch-advise
{
    font-style: italic;
    color:#666;
    padding:5px;
    margin-bottom:10px;
}

.one-col p.pdf-link
{
    font-weight:bold;
    padding:30px 40px;
    font-size:16px;
    background-repeat: no-repeat;
    background-image: url(/abi/images/pdficon_large.png);
    background-position: 0px 20px;
}

.one-col p.pdf-link a
{
    font-weight:bold;
}

.DropDownFieldFullWidth
{
    width: 100% !important;
}

.franchisee-payment-form .error li
{
    color: #FFFFFF !important;
}

#TotemAppForm_PaymentForm_error
{
    margin-bottom: 10px;
}

.insurance-coverage-field-wide
{
    width: 80% !important;
}

.required-question 
{
    color: red;
    content: "*"
}

.repayment-summary h4
{
    font-weight:bold;
}

.repayment-summary p
{
    font-weight:bold;
}

.repayment-summary p span
{
    padding:0px 0px 0px 10px;
    width:120px;
    font-weight:normal;
}

.funding-terms
{
    
}

.funding-terms-scroll-panel
{
    width:100%;
    color:#000;
    font-size:14px;
    line-height:18px;
    margin:0px 0px 0px 0px;
    border:1px solid #CCC;
    overflow:auto;
    height:250px;
}

.funding-terms-scroll-panel ol
{
    color:#000;
    margin-left:50px;
    margin-top:-5px;
}

.funding-terms-scroll-panel ol li
{
    color:#000;
}

.auto-funding-cb .checkbox-input
{
    padding:0px 20px;
}

.auto-funding-cb .checkbox-input label.checkbox-label
{
    width:auto;
    text-align:left;
    font-weight:normal;
    float:none;
}

.auto-funding-warning
{
    padding:10px 0px 5px 0px;
}

.auto-funding-warning p
{
    padding:0px 20px 0px 20px;
    font-weight:bold;
    margin:0px;
}

.af-form-row
{
    padding:20px 20px 0px 20px;
}

#funding-iframe
{
    width: 100%;
    height: 620px;
}

.pad-button
{
    margin-bottom:10px !important;
}

.history-table .winbeat-endorsement-row {
    background-color: #7A7A7A;
    color: #FFFFFF;
}

.history-table .winbeat-endorsement-row td{
    text-align: center;
}

.history-table .winbeat-endorsement-row.winbeat-endorsement-error {
    background-color: #7A5A5A;
}

/*
    Document   : obsolete_browser_warning
    Created on : Feb 21, 2012, 6:53:34 PM
    Author     : cam
    Description:
        Part of the KNOBS module for Silverstripe. Check _config.php for more details
        NOTE: This is the source file, the .min.css version is the one actually used.
*/

#obsolete-upgrade {
	position:absolute;
	width:100%;
	height:33px;
	color:#000;
	background:#fff;
	z-index:1000;
	left:0px;
	top:0px;
}

#obsolete-upgrade p {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:32px;
	color:#555;
	text-align:center;
	font-size:10px;
}

#obsolete-upgrade p strong
{
	font-size:13px;
	color:#a00f0f;
	line-height:21px;
	position:relative;
	padding:0px 10px 0px 28px;
}

#obsolete-upgrade p a, #obsolete-upgrade p a:link, #obsolete-upgrade p a:visited, #obsolete-upgrade p a:active {
	color: #555;
	text-decoration:underline;
}

#obsolete-upgrade p a:hover, #obsolete-upgrade p a:focus {
	color:#888;
	text-decoration:none;
}

#obsolete-upgrade-close-btn {
	display:block;
	position: absolute;
	top: 2px;
	right: 3px;
	display: block;
	width: 28px;
	height: 28px;
	text-align:center;
	text-decoration:none;
	font:700 24px Helvetica, Arial, sans-serif;
}

#obsolete-upgrade-close-btn:link, #obsolete-upgrade-close-btn:visited, #obsolete-upgrade-close-btn:active {
	color: #aaa;
	text-decoration:none;
	background:transparent;
}

#obsolete-upgrade-close-btn:hover, #obsolete-upgrade-close-btn:focus {
	color:#444;
	text-decoration:none;
	background:#eee;
}

.ignore-bold{
	font:15px arial, sans-serif !important;
}

#cog-upgrade {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAABblBMVEWgDw+YDg6eDw/+/PyADAyNDQ2EDAyWDg6ODQ2HDAymGhptCgqjEhJvCgqaDg52IyOTDg6tYmLiuLiRDQ2HDQ11CwuJDQ2QDQ2KDQ2XXV1sExPv4uJxICCpNjaBDAzJq6txGhrk1tbLqanEpaXm2dm0Pz/z4+O1bW3y4OD79vbEnZ1xGBjx3d2rTEzu19e7j4/DenrZqqq0i4vera3ara3KiIjKrq7MsbHbyMj26+v15eWjOzvy6+t9DAy4Skr7+fno19eEODifGRlwCgqkGhp2CwuPPDzi1NS/nZ15Cwu4jo67lJS9l5elFxfMkJCxeHjo3Ny3hobz7u6tLi6zgICbPz+ga2uZDg7lwcF+DAykFxeGOzuUDg66UFDBl5d5Dg6vdXX59va1cHCVDg6VNDTKkJC8j4/38/OmLS2fHByhFxevNDSueHjFhYWXDg6mIyP47u6FDAzOk5NvFhaSRESfDw+cDg6hDw+iDw////8d+1NhAAABEklEQVQYlW2Q1XLDMBBFZceO7TjMZWZmbsrMzMxMklZ/33VG7jST7JPmzOzRvUtEoSF/r/mFigK0yD4vyaEbg0JcFmvhWyFGa1xaW2r/dBzPxsjj1cv39LqkAwErlfTqDOiJ9Wm2uYa5GFGZygEIY/TApXdpFQC2j5CDzyNpZtLLoK5RiC+FAu/K0qq9yoSu+ludpYhBQLnZRNptaynGn7M5qy388i2NdHkxTAFmHJ1YGVMA+LvjnXidQt0awq2QFoTTqMzQcI26SPNSKGGq/mE32U4cdUb8sNxkfHVI0vsWTIYN9oMUE3dK2h/Qqc9pgB04PHik4WIkKnqxwXj9R19Ze859dw3ek3/1s+RTUz79P7+6/p/Q379w4QAAAABJRU5ErkJggg==);
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	top: -2px;
	left: 0px;
}


.meter {
	width: 100%;
	height: 20px;  /* Can be anything */
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	display: block;
	height: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: rgb(0,100,205);
	background-image: linear-gradient(center bottom,rgb(255,255,255) 80%,rgb(0,16,235) 69%);
	box-shadow:  inset 0 2px 9px  rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}

.meter > span:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: linear-gradient(
			-45deg,
			rgba(255, 255, 255, .2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, .2) 50%,
			rgba(255, 255, 255, .2) 75%,
			transparent 75%,
			transparent
	);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 2s linear infinite;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: linear-gradient(
			-45deg,
			rgba(255, 255, 255, .2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, .2) 50%,
			rgba(255, 255, 255, .2) 75%,
			transparent 75%,
			transparent
	);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 2s linear infinite;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}
.animate > span:after {
	display: none;
}
@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
.meter > span:after, .animate > span > span {
	animation: move 2s linear infinite;
}

.progress-bar{
	display : none;
	margin-top:30px;
}

.old-progress-bar{
	background-image:url(/abi/images/progress-bar.gif);
	height:20px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

/* loading mask*/
div#mask {
    position: fixed;
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

/* Animation keyframes - you need to add prefixes */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Loading animation container */
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
}

/* Spinning circle (inner circle) */
.loading .maskedCircle {
    width: 36px;
    height: 35px;
    border-radius: 200px;
    border: 3px solid black;
}

/* Spinning circle mask */
.loading .mask {
    width: 240px;
    height: 240px;
    overflow: hidden;
}

/* Spinner */
.loading .spinner {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 126px;
    height: 126px;
    animation: spin 0.6s infinite linear;
}

/* loading mask end */