@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Barlow');

body {
	font-family: 'Barlow', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #282828;
}

h1, h2, h3, h4, h5 {
	color: #282828;
	font-family: Barlow, serif;
}

h1 {
	font-size: 52px;
}

label {
	font-size: 16px;
}

label + input {
	margin-left: 30px;
}

.desktop-menu{
	float: right;
	margin-right: -230px !important;
}

.ttk-logo {
	height: 40px;
	margin-left: -35px;
}

#mobile-menu{
	width: 25px;
	float: right;
	position: relative;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}

#menu-img{
	position: absolute;
	z-index: 10;
	background-color: white;
}


#task-navigation li{
	display: inline-block;
	height: 50px;
	float: left;
}

.sect-bar-active{
	background: #0061AF;
}

.active-sect{
	width: 70%;
	text-align: left !important;
}

.sect-bar-done{
	background: #009F4F;
}

.sect-bar-link-disabled{
	background: #D6D6D6;
	color: #999999 !important;
}

.bar-item{
	height: 50px;
}

.task-navigation-arrow{
	height: 50px;
	width: 30px;
}

#important-select{
	padding: 10px;
}

#dim-screen {
	position:fixed;
	padding:0;
	margin:0;

	top:0;
	left:0;

	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.5);
	display: none;
}

#dim-screen-msg{
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	min-width: 320px;
	background: white;
	margin-top: 10%;
	min-height: 20%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
}

#version-info-banner{
	background: white !important;
	width: 100%;
	padding-top: 20px;
	border-top: solid 4px #003479;
	border-bottom: 1px solid #C9CDCF;
	max-height: 76px;
}

#version-info-banner div{
	max-width: 1300px;
	margin-left: auto;
	margin-right:auto;
}
.top-bar{
	width: 100%;
	height: 10px;
	float: left;
}

/*#custom-questions{*/
	/*margin: 10px;*/
/*}*/

.question-input{
	min-width: 200px;
	width: 100%;
}

.button-value{
	line-height: 0px;
	display: none;
}




/* tausta */
.bg
{
	background: #f6f6f8;
	/*background: #F2F2F2;*/
}

/* yläpalkin linkit */
.top-bar-link
{
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0061AF;
}

.top-bar-link:hover
{
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0061AF;
	text-decoration: underline;
}

/* kielivalinta */
.language-link
{
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	margin-left: 20px;
	float: right;
}

.language-link:hover
{
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0061AF;
	text-decoration: underline;
}

/* osiovalinta */
.sect-bar-link
{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	/*font-style: Bold;*/
	font-weight: bold;
	color: #FFFFFF;

	padding-top: 13px;
	min-width: 50px;
	text-align: center;
}
.sect-bar-hover
{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.sect-bar-done:hover{
	text-decoration: underline;
	cursor: pointer;
}

.sect-bar-disabled
{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

/* osio */
.sect-bg {
	padding: 20px 0;
	background: #FFF;
	border: 1px solid #C9CDCF;
}

/* jakaja */
hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #F2F2F2;
    margin: 30px 60px;
    padding: 0;
}

hr.page {
	margin: 0px 0px;
}

.split{
	border-width: 7px 0px 11px 2px;
	border-style: solid; border-color: #F2F2F2;
}

td .split{
	border-width: 16px 0px 33px 2px;
	border-style: solid; border-color: #F2F2F2;
}

table {
	border-collapse: inherit;
}

/* kysymysteksti */
.question
{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-style: medium;
	color: #4D4D4D;
	margin : 30px 0;
}

.question span{
	padding: 0px 20px 0px 25px;
}

/* vastausteksti */
.answer
{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	color: #4D4D4D;
	font-weight: 100;
}

/* vastauspainike */
.round-button {
	float: left;
	/*cursor: pointer;*/
	width: calc(20% - 20px);
	display: block;
	margin-right: 20px;
}

.button-text{
	/*position: relative;*/
	color: black;
	display: block;
	margin-top: -24px;
	cursor: pointer;
}

.round-button a {
	display: block;
	width: 100%;
	height: 40px;

	text-align:center;
	color: #0061AF;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.round-button-circle {
	width: 100%;
	cursor: pointer;
	height: 10px;
	background: #d4e1f2;
}

.option-eos:hover .round-button-circle,
.round-button-circle:hover {
	border: 2px solid #2f6ebb;
}

.option-eos:hover{
	color: #009F4F;
}


.round-button-circle-hover {
	border: 2px solid #009F4F;
	color: #009F4F;
}

.round-button-selected a {
	background: #2f6ebb;
}

/*
.ui-dialog-buttonset {
	border: #79b451 solid 1px;
	background: #a8c94b !important;
	color: #2a2a2a;
}
*/

button.ui-button {
	border: #79b451 solid 1px;
	background: #a8c94b !important;
	margin-right: 10px !important;
	color: #2a2a2a;
}

/* edellinen/seuraava */
.btn-section {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Barlow', sans-serif;
	color: #2a2a2a;
	/*font-weight: bolder;*/
	line-height: 20px;
	font-size: 15px;
	border: #79b451 solid 1px;
	background: #a8c94b;
	padding: 10px 14px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

.btn-section:hover {
	text-decoration: none;
	cursor: pointer;
	background: #cad954;
}

.btn-section-cancel {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Barlow', sans-serif;
	color: #2a2a2a;
	/*font-weight: bolder;*/
	line-height: 20px;
	font-size: 15px;
	border: #f18121 solid 1px;
	background: #f9a728;
	padding: 10px 14px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

.btn-section-cancel:hover {
	color: #2a2a2a;
	background: #fcd116;
	text-decoration: none;
	cursor: pointer;
}

.toLowerText {
	text-transform: lowercase;
}

.close-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Barlow', sans-serif;
	color: #2a2a2a;
	border: #f18121 solid 1px;
	font-size: 12px;
	background: #f9a728;
	padding: 10px 14px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	cursor: pointer;
}

.close-btn:hover {
	color: #2a2a2a;
	background: #fcd116;
	text-decoration: none;
	cursor: pointer;
}

.next-arrow{
	background: url("/resources/img/next-white.png") right center no-repeat;
}

.prev-arrow{
	background: url("/resources/img/prev-white.png") right center no-repeat;
}

.disabled-btn .next-arrow{
	background: url("/resources/img/next-gray.png") right center no-repeat;
}

.disabled-btn .prev-arrow{
	background: url("/resources/img/prev-gray.png") right center no-repeat;
}

.disabled-btn {
  color: white;
  background: #a5acb0;
  text-decoration: none;
}

.disabled-btn:hover {
	color: white;
	background: #a5acb0;
	text-decoration: none;
	cursor: default;
}

.questionnaire-preview-sect > div{
	border: 1px solid #C9CDCF;
}

#prev-section-btn.disabled-btn {
	background: #a5acb0 !important;
	color: white !important;
}

.start-btn:hover,
#prev-section-btn:not(.disabled-btn):hover,
#next-section-btn:not(.disabled-btn):hover{
	/*color: white;*/
}


.secondary-btn:not(.disabled-btn){
	background: white;
	border: #2f6ebb solid 1px;
	color: #2f6ebb;
}

.secondary-btn:not(.disabled-btn):hover{
	background: #f6f5f8;
	border: #2f6ebb solid 1px;
	color: #2f6ebb;
}

.secondary-btn.disabled-btn{
	background: #f6f6f7 !important;
	border: #c9cdcf solid 1px !important;
	color: #c9cdcf !important;
}

.footer-nav-buttons {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 0 30px 30px;
}

.option-descriptions {
	display: none;
}

#task-navigation{
	min-width: 435px;
	padding: 0px;
}

#footer-logo{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.sect-bar-blue{
	background-color: #0061AF;
	cursor: pointer;
}
.sect-bar-blue:hover{
	text-decoration: underline;
}

.active-sect{
	display: block; !important;
}

.options{
	margin-left: 20px;
	padding-right: 30px;
}

.options-label{
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

.options-labe-mobile{
	display: none;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

.option-eos{
	margin-left: 10px;
}

.option-eos:hover{
	cursor: pointer;
}

.eos-label:hover{
	color: #009F4F;
}

.green-border{
	border: 2px solid #009F4F;
}

.mobile-only {
	display: none;
}

@media screen and (max-width: 1200px) {
	.active-sect {
		width: 63%;
	}
}

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

	.mobile-only {
		display: block;
	}

	.round-button {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	.round-button .round-button-circle{
		width: 30px;
		height: 30px;
		border: solid 1px #D6D6D6;
		border-radius: 15px;
		background: white;
	}

	.button-text {
		margin: 3px 0 0 40px;
		position: absolute;
		text-align: left;
	}

	.round-button-selected .round-button-circle{
		border: solid 1px #0061AF;
		background: white;
	}

	.round-button-selected .round-button-circle:before{
		content: '\2022';
		color: #0061AF;
		font-size: 60px;
		line-height: 20px;
	}

	.btn-group.question-input{
		margin-top: 10px;
	}

	.split {
		display: none;
	}

	.sect-bar-active {
		overflow: hidden;
		line-height: 35px;
		padding-top: 9px;
	}

	.active-sect{
		width: 80%;
		display: block !important;
	}

	.sect-bar-blue:not(.active-sect),
	.sect-bar-done:not(.active-sect),
	.sect-bar-link-disabled:not(.active-sect) {
		display: none !important;
	}

	.group-label-nav {
		display: none !important;
	}

	.custom-question {
		max-width: 100%;
	}

	.options-label {
		display: none;
	}

	.eos-label{
		display: block;
		width: 250px;
		top: 20px;
		position: relative;
		padding-left: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.option-descriptions {
		display: block;
		width: 280px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 15px;
	}

	.option-eos {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		text-align: left;
		padding-left: 50px;
		top: -23px;
		position: relative;
	}

	#footer-logo {
		margin-top: 30px;
		display: block !important;
	}

	.answer {
		font-size: 14px;
	}
}

@media screen and (max-width: 745px){.active-sect{width: 78%;}}
@media screen and (max-width: 680px){.active-sect{width: 77%;}}
@media screen and (max-width: 650px){.active-sect{width: 76%;}}
@media screen and (max-width: 625px){.active-sect{width: 74%;}}
@media screen and (max-width: 590px){.active-sect{width: 72%;}}
@media screen and (max-width: 555px){.active-sect{width: 70%;}}
@media screen and (max-width: 520px){.active-sect{width: 67%;}}
@media screen and (max-width: 500px){.active-sect{width: 63%;}}
@media screen and (max-width: 450px){.active-sect{width: 57%;}}
@media screen and (max-width: 400px){.active-sect{width: 50%;}}


@media screen and (max-width: 500px) {
	.option-eos{
		padding-left: 25%;
	}

	#footer-logo{
		margin-top: 30px!important;
	}

}

@media print {
	.bg {
		background: #fff;
	}
}




/* * * * * tulos-sivu * * * * */

.section-heading
{
	font-family: 'Barlow', sans-serif;
	font-size: 21px;
	/*font-style: medium;*/
	font-weight: bold;
	color: #333333;
}

.bread
{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #4D4D4D;
}
.bread-link
{
	color: #0061AF;
}
.bread-hover
{
	text-decoration: underline;
}

/* päätaso */
.main-level-heading
{
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	/*font-style: bold;*/
	font-weight: bold;
	color: #0061AF;
	text-transform: uppercase;
	text-align: center;
}

.main-level-ingress
{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	color: #0061AF;

	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.expand
{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	/*font-style: bold;*/
	font-weight: bold;
	color: #0061AF;
}

.expand:hover {
	color: #007F3C;
	cursor: pointer;
}

/* painopisteet */
.sub-level-link
{
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	color: #0061AF;
	text-transform: uppercase;
}
.sub-level-hover
{
	color: #007F3C;
}
.sub-level-heading-link
{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	color: #0061AF;
}
.sub-level-heading-hover
{
	color: #007F3C;
}

/* ikonipainike */
.icon-button {
	width: 140px;

	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.icon-button a {
	display: block;
	/*float: center;*/
	width: 100%;
	/*padding-top: 50%;*/
	/*padding-bottom: 50%;*/
	line-height: 1em;
	/*margin-top: -0.5em;*/
	margin-top: 0em;
}
.icon-button-circle {
	width: 100%;
	height: 0;
	padding-bottom: 93%;
	border-radius: 50%;
	border: 5px solid #D6D6D6;
	overflow: hidden;
	background: #F2F2F2;
}
.icon-button-circle:hover {
	border: 5px solid #009F4F;
}

.icon-button-circle.hover {
	border: 5px solid #009F4F;
}

.active .sub-level-link,
.active .sub-level-heading-link,
.icon-button:hover .sub-level-link,
.icon-button:hover .sub-level-heading-link{
	color: #009F4F;
}


/* vastaukset */
.answer-average-value
{
	font-family: 'Barlow', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #009F4F;
	text-align: center;
	padding: 0 10px;
}

.answer-maximum-value
{
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B3B3B3;
}

.answer-number
{
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B3B3B3;
	margin-right: 10px;
}

.answer-quantity
{
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009f4f;
}

#toggle-important{
	padding: 0px;
	margin: 0px;
	background: url("/resources/img/expand-01.svg") no-repeat right;
}

#toggle-important.active{
	background: url("/resources/img/collapse-01.svg") no-repeat right;
}



.path{
	width: 16px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.icon-info{
	position: absolute;
	width: 300px;
	margin-left: 150px;
	margin-top: -120px;
}

.icon-info-right{
	margin-left: -340px;
	text-align: right;
}

.sect-answers {
	padding-left: 120px;
	background: white url("/resources/img/path_green.svg") repeat-y 50px;
	background-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.answer-row > td {
	padding-bottom: 4em;
	vertical-align: top;
}

.custom-answers{
	padding: 30px 20px 20px 45px;
}

.custom-answer{
	background: url("/resources/img/question_dot_custom-01.svg") no-repeat;
	background-size: 20px;
	padding-left: 30px;
	margin-bottom: 30px;
}

.important{
	margin-left: -74px;
	position: absolute;
	width: 22px;
}

.derailed {
	margin-left: -54px;
	margin-top: -49px;
	position: absolute;
	width: 22px;
}

.question-dot{
	position: absolute;
	width: 22px;
	margin-left: -73px;
}


.icon-button-main {
	margin-top: 35px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.icon-button-main a {
	display: block;
	width: 100%;
	line-height: 1em;
	margin-top: 0em;
}

.icon-button-circle-main {
	width: 100%;
	height: 0;
	padding-bottom: 95%;
	border-radius: 50%;
	border: 5px solid #0061AF;
	overflow: hidden;
	background: #F2F2F2;
}

.last-group{
	display: none;
}

.active .icon-button-circle {
	border: 5px solid #009F4F;
}

.group-nav-item{
	padding-left: 10px;
}

.active-sect .group-nav-item{
	padding-left: 25px;
}

.group-name-nav{
	padding-left: 10px;
}

.important-label{
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background: #f7c800;
	font-size: 10px;
	color: white;
	border-radius: 3px;
	padding: 4px 6px;
}


.new-questionnaire:hover{
	color: white;
}

.new-questionnaire-sect{
	padding: 20px 0 20px 20px;
	border-bottom: 0px;
}

.result-bar-header{
	float: right;
	margin-right: 22px;
}

.result-bar-container{
	position: relative;
	display: inline-block;
	margin-right: 12px;
}

.result-bar{
	margin-top: 10px;
	background: #E6E6E6;
	height: 30px;
	width: 4px;
	position: relative;
	display: inline-block;
	margin-left: 2px;
}

.result-bar div{
	background: #009f4f;
	width: 4px;
	bottom: 0;
	position: absolute;
}

.result-bar-container{
	margin: 0px;
	width: 25px;
	text-align: center;
}

.result-bar-container-last .result-bar div{
	background: #B3B3B3;
}

.result-bar-header .answer-number {
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	margin-right: 0px;
	width: 21px;
	display: inline-block;
	text-align: center;
}

.result-bar-header .answer-number-eos {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B3B3B3;
	margin-right: 0px;
	display: inline-block;
	width: 33px;
}

.result-bar-container .answer-quantity {
	font-family: 'Barlow', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009f4f;
}

.answer-quantity-eos {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B3B3B3;
}

@media screen and (max-width: 1200px){
	.result-bar-header {
		margin-right: 9px;
	}

	.result-bar-container {
		width: 20px;
	}
}

.toggle-open {
	float: right;
	padding-right: 30px;
}

.toggle-close {
	float: right;
	padding-right: 30px;
}

p.expand span.toggle-close {
	display: none;
}

p.expand.active span.toggle-open {
	display: none;
}
p.expand.active span.toggle-close {
	display: block;
}

span.group-arrow span.toggle-open {
	float: none;
	font-size: 12pt;
	padding-right: 0px;
}

span.group-arrow span.toggle-close {
	float: none;
	padding-right: 0px;
	font-size: 12pt;
	display: none;
}

span.group-arrow.toggle span.toggle-open {
	display: none;
}

span.group-arrow.toggle span.toggle-close {
	float: none;
	padding-right: 8px;
	display: inline;
}

span.group-arrow {
	height: 70px;
}

#create-questionnaire{
	margin-left: 30px;
}

.where-help-header {
	color: #0061af;
	font-size: 16px;
	font-weight: bold;
}

.answer-info{
	line-height: 0px;
}

div.icon-explanation img {
	width: 70px;
}

.icon-explanation div{
	display: inline-block;
	vertical-align: middle;
}

#explanation-container{
	float: left;
	position: absolute;
}

.language-selection-container{
	display: block;
	margin-left: 30px !important;
	margin-right: 20px !important;
	float: right;
}

.language-selection{
	background: #f6f6f8;
	border: 1px solid #A5ACB0;
	color: #282828;
	font-size: 14px !important;
	height: 30px;
	padding: 0 0 0 6px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 44px;
	line-height: 0;
}

i.arrow-down{
	border: solid;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: 5px;
	margin-bottom: 3px;
}

i.arrow-left{
	border: solid #2A6EBB;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-left: 5px;
	margin-bottom: 3px;
}

.disabled-btn i.arrow-left {
	border: solid white;
	border-width: 0 2px 2px 0;
}

i.arrow-right{
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 5px;
	margin-bottom: 3px;
}


.dropdown-content{
	margin-left: -101px !important;
	margin-top: 7px;
	background: #fff;
	border: 1px solid #A5ACB0;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
	border-radius: 2px;
	right: 0;
	top: 40px;
}

.dropdown-content::before{
	bottom: 100%;
	right: 20px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdown-content::after {
	border-bottom-color: #fff;
	border-width: 7px;
	margin-right: -7px;

}

.languages {
	z-index: 111;
	padding-top: 10px;
	padding-bottom: 10px;
}

.language {
	padding-left: 20px;
	width: 143px;
	display: block;
	border-left: 6px solid white;
	color: black;
}

.language-selected {
	border-left: 6px solid #f9a728;
	color: #333333;
	font-weight: bolder;
}

.language:hover{
	border-left: 6px solid #f18121;
	text-decoration: none;
	color: black;
}

i.arrow-up{
	border: solid #A5ACB0;
	background: white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin: -15px 0 3px 117px;
}

.userName{
	font-weight: bolder;
	top: 0;
	display: inline-block;
}





/*progress bar*/
.progress-bar-container{
	margin-top: 20px;
	/*width: 90%;*/
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}

#progress-bar { font-size:15px;font-family: Barlow,"Helvetica Neue",Arial,helvetica,sans-serif,clean; height: 30px; list-style-type: none; padding:0; margin: 5px 0 30px 0; clear:both; display: -ms-flexbox; display: -webkit-flex; display:flex; width:100%;}

#progress-bar button, #progress-bar li, #progress-bar li a {font-family: Barlow,"Helvetica Neue",Arial,helvetica,sans-serif,clean;font-size: 15px; height: 30px;line-height: 30px;display: block;}
#progress-bar li{background:url(/resources/images/sprite_wizardnav.svg) right -2px no-repeat #e9f0f8;overflow:hidden;color:#282828;padding:0;position:relative;flex:1 auto;-webkit-box-sizing:border-box; }
#progress-bar li.disabled{color:#bbb}
#progress-bar button,#progress-bar li a{background-color:transparent;border-radius:0;box-shadow:none;padding:0 0 0 10px;text-align:center;color:#282828;text-decoration:none; border:0;}
#progress-bar button:active{box-shadow:none}
#progress-bar button:hover{cursor: default;}
#progress-bar button:focus{box-shadow:0 0 1px 1px #2A6EBB inset}
#progress-bar li span{padding:0 0 0 10px;text-align:left;display:block;height:30px;line-height:30px; }
#progress-bar li a span,#progress-bar li button span{display:block;padding:0}
#progress-bar li:last-child{background:url(/resources/images/sprite_wizardnav.svg) right -42px no-repeat #e9f0f8}
#progress-bar li.active a,#progress-bar li.active button{color:#fff}
#progress-bar li span.number{display:none}

#progress-bar li.active{background:url(/resources/images/sprite_wizardnav.svg) right -82px no-repeat #2a6ebb;color:#3f3f41;margin-left:-8px}
#progress-bar li.active~li{font-family:Barlow,"Helvetica Neue",Arial,helvetica,sans-serif,clean}
#progress-bar li.active a,#progress-bar li.active button{background:url(/resources/images/sprite_wizardnav.svg) left -122px no-repeat;padding-left:18px}
#progress-bar li.active:first-child{margin-left:0}
#progress-bar li.active:first-child a,#progress-bar li.active:first-child button{background:0 0;padding-left:10px}
#progress-bar li.active:last-child{background:url(/resources/images/sprite_wizardnav.svg) right -160px no-repeat #2a6ebb}



@media all and (max-width: 991px) {
	#progress-bar button, #progress-bar li, #progress-bar li a {font-size:14px;}
	#progress-bar li span.number {display:block;}
	#progress-bar li span.progress-bar-pagename {display:none;}

}

.test-title {
	padding-left: 30px;
	padding-top: 30px;
}

.initial-test-title {
	padding-left: 60px;
}

.results-header {
	max-width: 400px;
}

.feedback-link {
	display: block;
	position: relative;
	float: right;
	font-weight: bold;
	color: #337ab7;
	bottom: -40px;
}
