html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	
	font-family: "Open Sans", sans-serif;
	/*font-size: 13px;*/
	line-height: 1.5;
	color: #555;
	
	background-image: url("../img/default-bg.jpg");
	background-position: center 36px;
	background-repeat: no-repeat;
}

.main-wrap
{
	position: relative;

	width: 100%;
	height: 100%;

	overflow-x: hidden;
	overflow-y: scroll;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak 
{
  display: none !important;
}

h1, h2, h3, h4, h5, h6 
{
    font-family: "Vegur", sans-serif;
    color: #007f64;
	margin-bottom: 10px;
}

h5, h6
{
	font-family: "Open Sans", sans-serif;
	line-height: 1.42857;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child
{
	margin-top: 0;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 18px;
	margin-bottom: 8px;
}

p
{
	margin-bottom: 18px;
}
p:last-child
{
	margin-bottom: 0px;
}

a, button, label
{
	-webkit-transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
	-moz-transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
	-o-transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
	transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;	
}

ul
{
	margin-top: -5px;
	margin-bottom: 15px;
}
ul:last-child
{
	margin-bottom: 0px;
}

a:hover, a:focus
{
	text-decoration: none;
}

.large
{
	font-size: 120%;
}

.phone
{
	white-space: nowrap;
}

.page-width
{
	max-width: 992px; /*768px*/
	width: 100%;
	margin: 0px auto;
	padding: 30px 30px 100px;
	/*padding: 15px 15px 95px; /*50 for bottom + 45*/
	
	overflow: hidden;
}

@media(max-width:767px)
{
	.page-width
	{
		padding: 30px 20px 100px;
	}
}

.page-container
{
	position: relative;
	/*width: 400%;*/
	height: 100%;
	padding-top: 54px; /*30 title header + 24 progress bar*/
	
	-webkit-transition: left 200ms ease;
	-moz-transition: left 200ms ease;
	-o-transition: left 200ms ease;
	transition: left 200ms ease;
}

.page
{
	float: left;
	/*height: 100%;
	
	overflow-y: scroll;*/
	height: 100%;
	overflow: hidden;
}

.current-page
{
	height: auto;
}

.riskfactor-container
{
	position: relative;
	height: 100%;
	
	-webkit-transition: left 200ms ease;
	-moz-transition: left 200ms ease;
	-o-transition: left 200ms ease;
	transition: left 200ms ease;
}

.progress-btn
{
	float: left;
	width: 100%;
	padding-top: 25px;
	border-top: 1px solid #eee;
}

.progress-btn .btn
{
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 16px;
	padding: 15px 20px;
	
	font-weight: 700;
}

.page-title
{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}


/*.page:before, .riskfactor:before
{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-color: #585858;
	background-image: url("../img/default-bg.jpg");
	background-attachment: fixed;
	background-position: center 36px;
}
#question-ctrl:before
{
	display: none;
}*/
/*.page, .riskfactor
{
	padding-top: 50px;
}*/
#question-ctrl
{
	padding-top: 0px;
}

/*Static page*/
.page-container.page-static .page
{
	width: 100%;
}

/*Home screen*/
.home-btn
{
	text-align: center;
}


/*Risk Factor screen*/
.risk-factor-head
{
	padding: 0 0 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.risk-factor-block
{
	float: left;
	width: 100%;
	padding: 15px 0px 25px;
	/*border-top: 1px solid #eee;*/
}

.rf-select input[type=radio]
{
	display: none;
}

.rf-select label
{
	cursor: pointer;
	float: left;
	width: 50%;
	padding: 8px 0px;
	margin: 0px;
	border: 1px solid #ddd;
	
	text-align: center;
	background-color: #eee;
	color: #555;
	font-weight: 400;
}
.rf-select label:hover, 
.rf-select label:focus
{
	background-color: #ddd;
	border-color: #ccc;
}

.rf-select input[type=radio]:checked + label
{
	background-color: #428bca; /*5cb85c*/
	border-color: #2e6da4;
	color: #fff;
}

.rf-select input:first-child + label
{
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
.rf-select label:last-child
{
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}


/*Question screen*/
#question-ctrl
{
	padding: 0;
	
	/*overflow-x: hidden;
	overflow-y: hidden;*/
}

.riskfactor
{
	float: left;
	/*height: 100%;
	
	overflow-y: scroll;*/
	height: 100%;
	overflow: hidden;
}

.current-rf
{
	height: auto;
}

.question-block
{
	float: left;
	width: 100%;
	padding: 15px 0px 25px;
	/*border-top: 1px solid #eee;*/
}

/*.page-title + .question-block
{
	padding-top: 0px;
	border-top: none;
}*/

.q-select input[type=radio]
{
	display: none;
}

.q-select label
{
	cursor: pointer;
	float: left;
	width: 33.33333%;
	padding: 8px 0px;
	margin: 0px;
	border: 1px solid #ddd;
	
	text-align: center;
	background-color: #eee;
	color: #555;
	font-weight: 400;
}
.q-select label:hover, 
.q-select label:focus
{
	background-color: #ddd;
	border-color: #ccc;
}

.q-select input[type=radio]:checked + label
{
	background-color: #428bca; /*5cb85c*/
	border-color: #2e6da4;
	color: #fff;
}

.q-select input:first-child + label
{
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
.q-select label:last-child
{
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}


/*Feedback*/
.feedback-primary
{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 20px;
}
.feedback-primary-n
{
	color: #337ab7;
}
.feedback-primary-u
{
	color: #f82;
}
.feedback-primary-y
{
	color: #e21;
}

.feedback
{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 15px 15px 0px;
	/*margin-top: -15px;*/
	overflow: hidden;
	display: none;
}

.feedback-btn
{
	/*margin-bottom: 15px;*/
	margin-bottom: -1px;
	/*margin-top: 25px;*/
}

.feedback-btn .btn
{
	width: 100%;
	padding: 10px 15px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.feedback-btn .btn-default
{
	background-color: #f8f8f8;
	border-color: #ddd;
	color: #286090;
}
.feedback-btn .btn-default:hover, .feedback-btn .btn-default:focus
{
	background-color: #e8e8e8;
	border-color: #ccc;
	/*color: #286090;*/
}

.feedback-text
{
	margin-bottom: 15px;
}

.recommend-block
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.print-block
{
	margin-bottom: 25px;
}

.more-info-block
{
	margin-bottom: 25px;
}

.feedback-y, 
.feedback-u, 
.feedback-n
{
	margin-bottom: 25px;
}

.feedback-y > h4, 
.feedback-u > h4, 
.feedback-n > h4
{
	margin-bottom: 10px;
	
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: inherit;
	line-height: 1.42857;
}
.feedback-y > h4 strong, .feedback-u > h4 strong
{
	/*color: #fff;
	padding: 1px 5px;
	border-radius: 5px;
	white-space: nowrap;*/
	text-decoration: underline;
}
.feedback-y > h4 strong
{
	/*background-color: #e21;*/
	color: #e21;
}
.feedback-u > h4 strong
{
	/*background-color: #f82;*/
	color: #f82;
}

.q-feedback
{
	display: list-item;
	list-style: disc;
	
	margin: 0px 0px 10px 30px;
	
	/*padding: 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	background-color: #f8f8f8;
	color: #fff;*/
}
.feedback-y .q-feedback
{
	/*background-color: #f42;
	border: 1px solid #d20;*/
}
.feedback-u .q-feedback
{
	/*background-color: #f82;
	border: 1px solid #d60;*/
}

.q-feedback h5
{
	margin-bottom: 5px;
}

/*.q-feedback .q-text
{
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
}

.q-feedback .q-fbtext
{
	padding: 10px 10px;
	background-color: #eee;
	border: 1px solid #ddd;
	margin: 0px -11px -11px;
	color: #333;
}*/


/*Title header*/
.title-header
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
	background-color: #007f64;
	padding: 0px 7px;
	
	z-index: 1020;
	
	background-image: url(../img/header-bg-green.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
	/*-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);*/
}

h1.title-text
{
	float: left;
	height: 30px;
	padding-right: 42px;
	font-family: "Vegur", sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	
	background-image: url(../img/HepatitisSA-inv-line.png);
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

h1.title-text a.title-logo
{
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-right: 4px;
	
	color: #fff;
	text-decoration: none;
}

h1.title-text a.title-logo > span
{
	opacity: 0.75;
}


/*Progress bar*/
.prog-container
{
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	height: 24px;
	/*border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	
	z-index: 1010;
}

.prog-bar
{
	position: relative;
	height: 100%;
	margin: 0 auto;
	
	background-color: #484848;
	
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.prog-fill
{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	
	background-color: #428bca;
	border: 1px solid #54afff;
	
	border-left: none;
	box-sizing: content-box;
	height: 22px;
	margin-left: -1px;
		
	-webkit-transition: width 200ms ease;
	-moz-transition: width 200ms ease;
	-o-transition: width 200ms ease;
	transition: width 200ms ease;
}

.prog-fill > span
{
	display: block;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
	line-height: 20px;
	margin-left: 8px;
}


/**/
.progress-btn .btn-finish
{
	font-size: 18px;
	padding: 15px 30px;	
}
.progress-btn .btn-default
{
	width: 100%;
	margin-top: 5px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
}
.progress-btn .btn-default
{
	background-color: #f8f8f8;
	border-color: #ddd;
	color: #286090;
}
.progress-btn .btn-default:hover, .progress-btn .btn-default:focus
{
	background-color: #e8e8e8;
	border-color: #ccc;
	/*color: #286090;*/
}

.progress-btn .btn-primary:not([disabled]):before /*.btn-finish:before*/
{
	content: "";
	height: 200px;
	width: 200px;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.1);
  
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);  
  
	animation-name: pulse;
	animation-duration: 3s; 
	animation-timing-function: linear; 
	animation-delay: 0;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes pulse 
{
	0% { height: 0px; width: 0px; opacity: 1; }
	100% { height: 600px; width: 600px; opacity: 0; }
}


/*Bottom*/
.hepcheck-bottom
{
	min-height: 50px;
	position: relative;
	float: left;
	width: 100%;
	margin-top: -50px;
	padding: 15px;
	
	background-color: #4c4c4c;
	
	color: #ddd;
	font-size: 13px;
	text-align: center;
	
	z-index: 1005;
}

.hepcheck-bottom strong
{
	color: #fff;	
}

/*Footer*/
.hepcheck-footer
{
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 15px;
	
	background-color: #2c2c2c;
	
	color: #ccc;
	font-size: 12px;
	text-align: center;
	
	z-index: 1005;
}

.hepcheck-footer p,
.hepcheck-footer hr
{
	margin-left: auto;
	margin-right: auto;
}

.hepcheck-footer hr
{
	border-color: #383838;
}

.hepcheck-footer ul.footer-menu
{
	padding: 0px;
	margin: 0px -2.5px 20px;
	overflow: hidden;
}

.hepcheck-footer .copy a
{
	display: inline-block;
	width: 125px;
	height: 58px;
	margin: -2px 0 0 4px;
	overflow: hidden;
	vertical-align: middle;
	text-indent: -999em;
	background-image: url(../img/HepatitisSA-inv.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.hepcheck-footer .copy a:hover,
.hepcheck-footer .copy a:focus
{
	opacity: 0.8;
}

.hepcheck-footer p.ack
{
	color: #aaa;
	font-style: italic;
	max-width: 890px;
	text-align: center;
}

.hepcheck-footer ul.footer-menu li
{
	list-style: none;
	display: inline-block;
}

.hepcheck-footer ul.footer-menu li a
{
	display: block;
	/*background-color: #16594b;*/
	background-color: #3c3c3c;
	color: #eee;
	line-height: 34px;
	padding: 0px 15px;
	margin: 0 2.5px 5px 2.5px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.hepcheck-footer ul.footer-menu li a:hover
{
	/*background-color: #12473c;*/
	background-color: #343434;
	color: #fff;
}
.hepcheck-footer ul.footer-menu li a.legal
{
	background-color: #3c3c3c;
}
.hepcheck-footer ul.footer-menu li a.legal:hover
{
	background-color: #343434;
}


/*Bootstrap Override*/
.btn.disabled, .btn[disabled], fieldset[disabled] .btn
{
	cursor: pointer;
}