@charset "utf-8";
/* CSS Document */
 
/*body {
	background: #f1ead8 url("../images/bg-main.jpg") repeat scroll 0 0;
    color: #616161;
    font-family: "PT Sans",sans-serif;
    font-size:14px;
	margin:0;
	padding:0;
}
a {
	outline:none;
	color:#3498db;
}
a:focus {
	outline:none;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	text-shadow: none;
	background: #060426;
	color:#fff;
}
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
::selection {
	text-shadow: none;
	background: #060426;
	color:#fff;
}*/
/*a:hover, a:focus {
	color: #333;
	text-decoration: none;
}*/
/*.tanForm {
    margin: 0 auto;
    width: 570px;
}*/
.tool {
	background: #fbfdff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
	color: #616161;
	margin-bottom: 20px;
	margin-right: 4px;
	padding: 15px;
	position: relative;
}
.tool ol.progress {
	color: #c4c3c4;
	display: table;
	font-size: 1.07em;
	font-weight: normal;
	left: 0;
	list-style: outside none none;
	margin: 0 0 30px;
	width: 100%;
	padding:0;
}
.tool ol.progress li.current {
	background-color: #f07517;
	color: #f9e2d1;
}
.tool ol.progress li:first-of-type {
	border-radius: 5px 0 0 5px;
}
.tanForm .content li {
	margin-bottom: 10px;
}
.tool ol.progress li {
	background-color: #9f9c9c;
	background-image: url("../images/progress01.png");
	background-position: right center;
	background-repeat: no-repeat;
	display: table-cell;
	vertical-align: middle;
}
.tool ol.progress li:first-of-type span {
	background-image: none;
}
.tool ol.progress li span {
	background-image: url("../images/progress02.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 30px;
}
.tool ol.progress li.inactive {
	background-color: #cecece;
	color: #f5f7f8;
}
.tool ol.progress li:first-of-type span {
	background-image: none;
}
.tool ol.progress li:last-of-type {
	background-image: none;
	border-radius: 0 3px 3px 0;
}
form {
	margin-bottom: 25px;
}
.tool h2 {
	background: rgba(0, 0, 0, 0) url("../images/title-fadeline.png") no-repeat scroll left bottom;
	font-size: 1.47em;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 13px;
	color: #21939b;
}
.validation {
	border-bottom: 1px solid #f07517;
	border-top: 1px solid #f07517;
	color: #f07517;
	display: none;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 0;
	text-transform: uppercase;
}
.tool-cols {
	margin-left: -3%;
	overflow: hidden;
}
.tool-cols .tool-col {
	float: left;
	margin-left: 3%;
	width: 47%;
}
.tool .step01 .image {
	background-image: url("../images/step01.png");
	height: 390px;
	width: 240px;
}
.tool .image {
	background-position: 0 0;
	background-repeat: no-repeat;
}
.step01 .step01gender {
	padding-bottom: 0;
}
.tool .form-item {
	border-bottom: 1px dashed #d4cdd4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.form-item, .check-item, .check-item2, .check-item3 {
	clear: both;
	margin-bottom: 25px;
}
.form-item, .form-actions {
	margin-bottom: 1em;
	margin-top: 1em;
}
fieldset, img {
	border: 0 none;
}
.tool .form-item label, .tool fieldset legend {
	display: inline-block;
}
.tool fieldset legend {
	color: #34678a;
	font-size: 1.07em;
	padding-bottom: 15px;
}
.tool .form-item .check-item, .tool .form-item .check-item2, .tool .form-item .check-item3 {
	margin-bottom: 20px;
}
.check-item, .check-item2, .check-item3 {
	position: relative;
}
:root input[type="radio"] {
	left: -1000em;
	position: absolute;
}
.check-item input, .check-item2 input, .check-item3 input {
	left: 0;
	position: absolute;
	top: 5px;
}
:root .tool input[type="radio"] + label::before, *:root .tool input[type="checkbox"] + label::before {
 display: block;
 left: 0;
 position: absolute;
 top: 0;
}
:root input[type="radio"] + label::before {
 background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 -451px;
 bottom: 2px;
 content: "";
 display: inline-block;
 height: 21px;
 margin-right: 10px;
 position: relative;
 vertical-align: bottom;
 width: 22px;
}
.tool .check-item label, .tool .check-item2 label, .tool .check-item3 label {
	display: block;
	padding-left: 30px;
	position: relative;
}
.tool .form-item label, .tool fieldset legend {
	display: inline-block;
}
.tool .check-item label, .tool .check-item2 label, .tool .check-item3 label {
	color: #616161;
	font-size: 1em;
}
.check-item label, .check-item2 label, .check-item3 label {
	display: inline;
}
label {
	color: #34678a;
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
}
.tool div.fixedWidth {
	width: 100%;
}
div.fixedWidth {
	width: 760px;
}
div.selector, div.selector * {
	margin: 0;
	padding: 0;
}
div.selector {
	background-position: 0 -205px;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	padding: 0 0 0 10px;
	position: relative;
}
div.selector {
	display: inline-block;
	vertical-align: middle;
}
div.selector, div.selector span {
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
}
.tool div.selector span {
	padding-right: 45px;
	width: 100%;
}
div.selector span {
	color: #5d4f49;
	font-size: 1.29em;
}
div.selector span {
	width: 750px;
}
div.selector span {
	background-position: right 0;
	cursor: pointer;
	display: block;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.selector select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	height: 38px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 110%;
}
select {
	border: 1px solid #cdcac4;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1.13em;
	padding: 10px;
	width: 100%;
}
:root input[type="radio"]:checked + label::before {
 background-position: -96px -451px;
}
.selected input[type="radio"] + label::before {
 background-position: -96px -451px;
}
.tool .buttons {
	text-align: right;
}
.tool a.button {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4aa39c 0%, #43948e 100%) repeat scroll 0 0;
	border-radius: 5px;
	color: #cbebea;
	display: inline-block;
	font-size: 0.95em;
	font-weight: normal;
	padding: 10px 0 10px 15px;
	text-transform: uppercase;
}
.tool a.button span {
	background: rgba(0, 0, 0, 0) url("../images/next-arrow.png") no-repeat scroll right center;
	display: block;
	margin-right: 15px;
	padding-right: 17px;
}
.tool a.button:hover, .tool a.button:focus {
	color: #ffffff;
}
.tool ol.progress li.complete {
	background-color: #9f9c9c;
	color: #c4c3c4;
}
.tool .step02 .image, .tool .step02-02 .image {
	background-image: url("../images/step02.png");
	height: 267px;
	width: 245px;
}
.tool a.btn-back {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e5e3e3 0%, #d0cfcf 100%) repeat scroll 0 0;
	color: #868b8b;
	margin-right: 10px;
}
.tool a.btn-back span {
	background: rgba(0, 0, 0, 0) url("../images/back-arrow.png") no-repeat scroll left center;
	margin-right: 0;
	padding-left: 17px;
}
.tool a.btn-back:hover, .tool a.btn-back:focus {
	color: #555555;
}
.tool .step02-03 .image {
	background-image: url("../images/step02-03.png");
	height: 267px;
	width: 245px;
}
.tool .check-inline {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 25px;
}
.tool .step02-04 .image {
	background-image: url("../images/step02-04.png");
	height: 295px;
	width: 245px;
}
.step02-05 .form-item .check-item, .step02-05 .form-item .check-item2, .step02-05 .form-item .check-item3 {
	clear: none;
	float: left;
	margin-left: 0;
	position: relative;
	width: 100%;
}
.step02-checkboxes .form-item .check-item .icon, .step02-checkboxes .form-item .check-item2 .icon, .step02-checkboxes .form-item .check-item3 .icon {
	background-image: url("../images/step02-check.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 84px;
	left: 50%;
	margin-left: -42px;
	position: absolute;
	top: 0;
	width: 85px;
	z-index: 0;
}
.step02-checkboxes .form-item .check-item input, .step02-checkboxes .form-item .check-item2 input, .step02-checkboxes .form-item .check-item3 input {
	display: none;
}
:root input[type="checkbox"] {
	left: -1000em;
	position: absolute;
}
.step02-checkboxes .form-item .check-item label, .step02-checkboxes .form-item .check-item2 label, .step02-checkboxes .form-item .check-item3 label {
	cursor: pointer;
	display: block;
	font-size: 0.93em;
	font-weight: bold;
	padding-left: 0;
	padding-top: 95px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
}
.step02-checkboxes .form-item .selected .icon {
	background-position: -85px 0;
}
.step02-06 .form-item .check-item, .step02-06 .form-item .check-item2, .step02-06 .form-item .check-item3 {
	clear: none;
	float: left;
	margin-left: 0;
	position: relative;
	width: 100%;
}
.tool .step02-07 .image {
	background-image: url("../images/step02-07.png");
	height: 230px;
	width: 245px;
}
.tool .step03 .image {
	background-image: url("../images/step03.png");
	height: 271px;
	width: 245px;
}
/*.tool .result h3 {
	color: #34678a;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: none;
}*/
.tool .intro.result-content {
	display: none;
}
.tool .result ul.recommendations {
	left: 0;
	list-style: outside none none;
	margin: 0;
	width: 100%;
	padding:0;
}
.tool .result ul.recommendations li {
	margin-bottom: 10px;
}
.tool .result ul.recommendations .title {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%) repeat scroll 0 0;
	border: 1px solid #cdcac4;
	color: #616161;
	display: block;
}
.tool .result ul.recommendations .title a {
	background: rgba(0, 0, 0, 0) url("../images/recommendation-open.png") no-repeat scroll right center;
	color: #616161;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
	padding: 13px;
	text-transform: uppercase;
}
.tool .result ul.recommendations .travelling .recommendation-info {
	background-image: url("../images/recommendation-travelling.png");
}
.tool .result ul.recommendations .type .recommendation-info {
	background-image: url("../images/recommendation-type.png");
}
.tool .result ul.recommendations .toilet-access .recommendation-info {
	background-image: url("../images/recommendation-toilet-access.png");
}
.tool .result ul.recommendations .toilet-breaks .recommendation-info {
	background-image: url("../images/recommendation-toilet-breaks.png");
}
.tool .result ul.recommendations .eating .recommendation-info {
	background-image: url("../images/recommendation-eating.png");
}
.tool .result ul.recommendations .hours .recommendation-info {
	background-image: url("../images/recommendation-hours.png");
}
.tool .result ul.recommendations .colleagues .recommendation-info {
	background-image: url("../images/recommendation-colleagues.png");
}
.tool .result ul.recommendations .health .recommendation-info {
	background-image: url("../images/recommendation-health.png");
}
.tool .result ul.recommendations .recommendation-info {
	background-color: #f4f4f4;
	background-position: 25px 25px;
	background-repeat: no-repeat;
	box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.1) inset;
	color: #616161;
	display: none;
	padding: 25px 25px 1px 130px;
	min-height:130px;
}
.tool .result ul.recommendations li .title.open {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fbd6b9 0%, #e5c3a9 100%) repeat scroll 0 0;
}
.tool .result ul.recommendations li .title.open a {
	background: rgba(0, 0, 0, 0) url("../images/recommendation-close.png") no-repeat scroll right center;
	font-weight: bold;
}
.tool .result .download {
	background: rgba(0, 0, 0, 0) url("../images/download.png") no-repeat scroll left top;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 35px 0 20px 95px;
	width: 100%;
}
.tool .result .overflow {
	margin-top: 20px;
	overflow: hidden;
}
.overflow {
	overflow: visible;
}
.tool .step02 .image, .tool .step02-02 .image {
	background-image: url("../images/step02.png");
	height: 248px;
	width: 231px;
}
.tool .step03 .image, .tool .step03-02 .image, .tool .step03-03 .image, .tool .step03-04 .image {
	background-image: url("../images/step03.png");
	height: 328px;
	width: 242px;
}
:root input[type="checkbox"]:checked + label::before {
	background-position: -96px -419px;
}
:root input[type="checkbox"] + label::before {
	 background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 -419px;
	 bottom: 2px;
	 content: "";
	 display: inline-block;
	 height: 21px;
	 margin-right: 10px;
	 position: relative;
	 vertical-align: bottom;
	 width: 22px;
}
.check-item2.selected input[type="checkbox"] + label::before {
	background-position: -96px -419px;
}
.intro {
	font-size: 1.1em;
}
.tool .result ul.recommendations .medication .recommendation-info {
	background-image: url("../images/recommendation-medication.png");
}
.tool .result ul.recommendations .exercise .recommendation-info {
	background-image: url("../images/recommendation-exercise.png");
}
.tool .result ul.recommendations .alcohol .recommendation-info {
	background-image: url("../images/recommendation-alcohol.png");
}
.tool .result ul.recommendations .stress .recommendation-info {
	background-image: url("../images/recommendation-stress.png");
}
.tool .result ul.recommendations .smoking .recommendation-info {
	background-image: url("../images/recommendation-smoking.png");
}
.tool .result ul.recommendations .eating .recommendation-info {
	background-image: url("../images/recommendation-eating.png");
}
.tool .result ul.recommendations .vitamins .recommendation-info {
	background-image: url("../images/recommendation-vitamins.png");
}
.tool .result ul.recommendations .communication .recommendation-info {
	background-image: url("../images/recommendation-communication.png");
}
.tool .dialog {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-radius: 5px;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
}
.tool .dialog-box {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	margin: 100px auto;
	padding: 15px;
	width: 50%;
}
.tool .dialog-box p {
	margin-bottom: 20px;
}
.tool .dialog-box p.exit-link {
	margin: 0;
	text-align: right;
}
.tool .dialog-box p.exit-link a {
	font-weight:bold;
}
.tool h3 {
	color: #2b2741;
	font-size: 1.47em;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.tool .result-seek-attention .image {
	background-image: url("../images/result-seek-attention.png");
	height: 219px;
	margin: 40px auto 30px;
	width: 219px;
}
.tool .survey {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) inset;
    margin-top: 30px;
    padding: 15px;
}
.tool .survey p {
    margin-bottom: 20px;
}
.tool .survey .form-item {
    border-bottom: medium none;
    border-top: 1px dashed #d4cdd4;
    margin-top: 20px;
    padding-top: 20px;
}
.tool .survey .form-item label {
    color: #616161;
    font-weight: bold;
}
.tool .exit .image {
    background-image: url("../images/result-healthcare-professional.png");
    height: 229px;
    margin: 40px auto 30px;
    width: 229px;
}

















