body {
	background-color: #F9F9F9;
}
header a, header a:hover, header a:active {
	color: #EE524F;
}

header {
	height: 10vh;
}

.content {
	min-height: 90vh;
	box-sizing: border-box; 
}

.progress-nav {
	position: relative;
	height: 10vh;
	width: 100%;
}
.progress-nav-line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 2px;
	background-color: #DFDFDF;
	overflow: visible;
}

.progress-nav-inline {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background-color: #EE524F;
}

.progress-nav-step {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #F9F9F9;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 1.4em;
    font-weight: bold;
    color: #DFDFDF;
    border: 3px solid #DFDFDF;
    text-align: center;
}
.progress-nav-step.current {
	color: #EE524F;
	border: 3px solid #EE524F;
}
.progress-nav-step.done {
	color: #EE524F;
	border: 3px solid #EE524F;
	background: #F9F9F9 url('images/ic_check_red.png') no-repeat center center
}
.progress-nav-step-number {
	display: block;
	line-height: 34px;
    font-weight: 500;
}
.progress-nav-step-legend {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: .6em;
    font-weight: 500;
}

form {
	background-color: #fff;
	/*border: 1px solid #BCBCBC;*/
	border: 1px solid #F9F9F9; /* Hardly visible design */
	padding: 2em;
	border-radius: 10px;
	margin-top: 2em;
}
.form-title {
	display: block;
	font-size: 2em;
	text-align: center;
	color: #606060;
	margin-bottom: .5em;
	line-height: 1.5em;
	font-weight: 300;
}
.form-title > .subtitle {
	font-size: .45em;
	line-height: 1.2em;
	display: block;
	color: #BCBCBC;
}
.form-subtitle {
	display: block;
	margin-bottom: 1em;
	color: #EE524F;
	font-size: 1.1em;
}
.form-field {
	margin-bottom: 1em;
}
.form-field-label {
	display: block;
	color: #EE524F;
}
.form-field-sub-label {
    color: #999;
    /*color: #DFDFDF //Hardly visible design */
    font-weight: normal;
}
.form-input-sub-label {
	margin-bottom: .2rem;
}
.form-field-legend {
	display: block;
	color: #BCBCBC;
	font-weight: 300;
	font-size: .9em;
}

.form-group {
	margin-bottom: 5px;
}

.form-footer-message {
	display: block;
	text-align: center;
	margin-top: 1em;
	color: #BCBCBC;
	font-weight: 300;
}
.form-footer-message a, .form-footer-message a:hover, .form-footer-message a:active {
	color: #EE524F;
	text-decoration: none;
	font-weight: 300;
}

.step-actions {
	display: inline-block;
	margin: 2.5rem auto 4rem;
	width: 100%;
	text-align:center;
}
.btn-step-1 {
	display: block;
	margin: 0 auto;
}
.btn-step-2:first-child {
	margin-left: 36%;
}
.btn-step-2 {
	margin-right: 2rem;
}

.chk-profile-gender
, .chk-profile-language
, .chk-profile-bloodType
, .chk-profile-recognized
, .chk-profile-study
, .chk-profile-experience 
, .chk-profile-reference {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 0 15% 1em 0;
    cursor: pointer;
}
	.chk-profile-gender span
	, .chk-profile-language span
	, .chk-profile-bloodType span
	, .chk-profile-recognized span
	, .chk-profile-study span 
	, .chk-profile-experience span
	, .chk-profile-reference span{
        position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 105px;
	    padding-left: 145%;
	    font-weight: 300;
	}
	.chk-profile-gender.checked
	, .chk-profile-language.checked
	, .chk-profile-bloodType.checked
	, .chk-profile-recognized.checked 
	, .chk-profile-study.checked 
	, .chk-profile-experience.checked
	, .chk-profile-reference.checked {
	    background-color: #EE524F;
	}
	
.chk-proile-in-course {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 1em 30% 1em 0;
    cursor: pointer;
}
	.chk-proile-in-course span {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 200px;
	    padding-left: 140%;
	    font-weight: 300;
	}
	.chk-proile-in-course.checked {
	    background-color: #EE524F;
	}

.chk-proile-preference-type {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 0 30% 1em 0;
    cursor: pointer;
}
	.chk-proile-preference-type span {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 70px;
	    padding-left: 140%;
	    font-weight: 300;
	}
	.chk-proile-preference-type.checked {
	    background-color: #EE524F;
	}
	
.chk-proile-not_reference {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 0 30% 1em 0;
    cursor: pointer;
}
	.chk-proile-not_reference span {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 130px;
	    padding-left: 140%;
	    font-weight: 300;
	}
	.chk-proile-not_reference.checked {
	    background-color: #EE524F;
	}
	
.chk-profile-type-people {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 0 40% 1em 0;
    cursor: pointer;
}
	.chk-profile-type-people span.field {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 300px;
	    padding-left: 140%;
	}
	.chk-profile-type-people span.legend {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    width: 300px;
	    padding-left: 140%;
	    font-size: .8em;
	    color: #BCBCBC;
	}
	.chk-profile-type-people.checked {
	    background-color: #EE524F;
	}
	
.chk-profile-type-service {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 0 40% 3em 0;
    cursor: pointer;
}
	.chk-profile-type-service span.field {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 300px;
	    padding-left: 140%;
	}
	.chk-profile-type-service span.legend {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    width: 300px;
	    padding-left: 140%;
	    font-size: .8em;
	    color: #BCBCBC;
	}
	.chk-profile-type-service.checked {
	    background-color: #EE524F;
	}
	
.chk-profile-type-care {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 0 68% 1em 0;
    cursor: pointer;
}
	.chk-profile-type-care span {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 510px;
	    padding-left: 140%;
	    font-weight: 300;
	}
	.chk-profile-type-care.checked {
	    background-color: #EE524F;
	}

.chk-profile-moveup {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 0 68% 1em 0;
}
	.chk-profile-moveup span {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 510px;
	    padding-left: 140%;
	    font-weight: 300;
	}
	.chk-profile-moveup.checked {
	    background-color: #EE524F;
	}
	
.carer-skill-title {
	font-size: 1.2em;
	display: block;
	text-align: center;
	color: #EE524F;
	margin-top: 10px;
	margin-bottom: 5px;
}
.chk-profile-skill-type {
	width: 70px;
	height: 70px;
	background-color: #DFDFDF;
	border-radius: 100%;
	position: relative;
	overflow: visible;
    margin: 0 auto 3em;
    display: block;
    cursor: pointer;
}
.chk-profile-skill-type.checked {
	background-color: #EE524F;
}
.chk-profile-skill-type > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.chk-profile-skill-type > span {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%);
	width: 200%;
	text-align: center;
	font-size: .8em;
	font-weight: 300;
}

.week-availability-content {
	width: 100%;
	display: block;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	border: 2px solid #BCBCBC;
	border-radius: 10px;
	/*padding: 0 10px;*/
	padding: 0;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
.week-row {
	border-top: 1px solid #BCBCBC; 
}
.week-row:FIRST-CHILD {
	border-top: 0 none;
	border-bottom: 1px solid #BCBCBC; 
}
.week-day {
	display: block;
	float: left;
	width: 12.5%;
	box-sizing: border-box;
	border-left: 1px solid #BCBCBC; 
	text-align: center;
	font-weight: bold;
}
.week-day:FIRST-CHILD {
	border-left: 0 none;
	border-right: 1px solid #BCBCBC;
}

.chk-week-availability {
	display: block;
	width: 100%;
	cursor: pointer;
}
.chk-week-availability.checked {
	background-color: #EE524F;
	border-radius: 4px;
	width: 70%;
    margin-left: 13%;
}

.chk-proile-all_week {
    width: 25px;
    height: 25px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #EE524F;
    overflow: visible;
    float: left;
    margin: 0 68% 1em 0;
}
	.chk-proile-all_week span {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 50px;
	    padding-left: 140%;
	    font-weight: 300;
	}
	.chk-proile-all_week.checked {
	    background-color: #EE524F;
	}

.welcome-message {
	margin-top: 60px;
}
.welcome-title {
	display: block;
	font-size: 2.9em;
	color: #606060;
	text-align: center;
	font-weight: bold;
	margin-bottom: 45px;
	font-weight: 300;
}
.welcome-subtitle {
	display: block;
	font-size: 1.6em;
	text-align: center;
	color: #EE524F;
	margin-bottom: 30px;
}
.welcome-note {
	display: block;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.welcome-btn {
	width: 30%;
}
.welcome-pd {
	display: block;
	font-size: .8em;
	text-align: center;
	margin-bottom: 25px;
	color: #BCBCBC;
}

.list-items-content {
	/*display: none;*/
}
.list-items {
	border-bottom: 1px solid #606060;
	padding: 0 20px 20px;
	margin: 0 0 30px;
}
.list-item {
	display: block;
	margin: 0 auto 5px;
	position: relative;
}
.list-item-title {
	font-size: 1.2em;
	color: #EE524F;
}
.list-item-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	cursor: pointer;
}
.list-item-fields {
	display: block;
	margin: 0 auto 10px;
	border: 1px solid #BCBCBC;
	border-radius: 10px;
	padding: 10px 10%;
}
.list-item-field {
	margin-bottom: 5px; 
}
.label-field:FIRST-CHILD {
	margin-top: 5px; 
}
.label-field {
	display: inline-block;
	color: #EE524F;
	margin-right: 30px;
	width: 200px;
	text-align: right;
}

.obligatory{
	color: #999999;
    font-size: 1em;
    line-height: 28px;
}

/**
Extra small devices Phones (<768px)
Small devices Tablets (≥768px)
Medium devices Desktops (≥992px)
**/
/* 0px -> 767px */
@media screen and (min-width: 320px) and (max-width: 767px){
	.progress-nav-step.current {
	    z-index: 2;
	}
	.progress-nav-step.done {
	    color: #f9a8a6;
	    border: 3px solid #EE524F;
	    background: #fff url(images/ic_check_red.png) no-repeat center center;
	    font-size:0px;
	}
	.progress-nav-step-legend {
	    position: absolute;
	    top: 120%;
	    left: 50%;
	    transform: translate(-50%, 0);
	    font-size: 0px;
	}
	.progress-nav-step.current span:last-child {
	    font-size: 0.6em !important;
	}
	
	.progress-nav-step {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    background-color: #fff;
	    border-radius: 100%;
	    width: 30px;
	    height: 30px;
	    box-sizing: border-box;
	    font-size: 1.2em;
	    font-weight: bold;
	    color: #DFDFDF;
	    border: 3px solid #DFDFDF;
	    text-align: center;
	}
	.progress-nav-step-number {
	    display: block;
	    line-height: 26px;
	}
	.form-title {
	    display: block;
	    font-size: 1.5em;
	    text-align: center;
	    color: #606060;
	    margin-bottom: .5em;
	    line-height: 1.5em;
	}
	.chk-profile-gender, 
	.chk-profile-language, 
	.chk-profile-owncar,
	.chk-profile-allow_work, 
	.chk-profile-self_employed, 
	.chk-profile-recognized{
	    width: 25px;
	    height: 25px;
	    position: relative;
	    box-sizing: border-box;
	    border-radius: 5px;
	    border: 2px solid #EE524F;
	    overflow: visible;
	    float: left;
	    margin: 2px 10% 2em 20%;
	    cursor: pointer;
	}
	
	.chk-profile-gender span, 
	.chk-profile-language span {
	    position: absolute;
	    top: 70%;
	    transform: translate(0, 40%);
	    left: -8px;
	    width: 56px;
	    padding-left: 0%;
	    font-weight: 300;
	}
	.chk-profile-owncar span, 
	.chk-profile-allow_work span,
	.chk-profile-self_employed span, 
	.chk-profile-recognized span, 
	.chk-profile-owncar span {
		 position: absolute;
	    top: 70%;
	    transform: translate(0, 40%);
	    left: 3px;
	    width: 56px;
	    padding-left: 0%;
	}
	.label-field {
	    display: inline-block;
	    color: #EE524F;
	    margin-right: 30px;
	    width: 200px;
	    text-align: left;
	}
	
	.form-control {
	    display: block;
	    width: 100%;
	    height: 30px;
	    padding: 6px 7px;
	    font-size: 0.8em;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}

	.btn-step-2:first-child {
	    width: 90%;
	    padding: 0 20px;
	    font-size: 12px;
	    margin: 0;
	    max-width: 180px;
	}
	.step-actions > div {
		padding: 0 !important;
	}
	.chk-profile-type-service {
	    width: 25px;
	    height: 25px;
	    position: relative;
	    box-sizing: border-box;
	    border-radius: 5px;
	    border: 2px solid #EE524F;
	    overflow: visible;
	    float: left;
	    margin: 0 30% 5em 45%;
	    cursor: pointer;
	    word-wrap: break-word;
	}
	.chk-profile-type-service span.field {
	    position: absolute;
	    top: 90%;
	    transform: translate(0, 10%);
	    left: -55px;
	    width: 270px;
	    padding-left: 0;
	    word-break: break-word;
	}
	.chk-profile-type-service span.legend {
	    position: absolute;
	    top: 179%;
	    left: -123px;
	    width: 270px;
	    padding-left: 0;
	    font-size: .8em;
	    color: #BCBCBC;
	    word-wrap: break-word;
	}
	.chk-profile-moveup span,
	.chk-profile-type-care span {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 251px;
	    padding-left: 140%;
	    word-wrap: break-word;
	    height: auto;
	    font-size: 0.8em;
	    font-weight: 300;
	}
	.week-day {
	    display: block;
	    float: left;
	    width: 12.5%;
	    box-sizing: border-box;
	    border-left: 1px solid #BCBCBC;
	    text-align: center;
	    font-weight: bold;
	    font-size: 0.6em;
	}
	.welcome-btn {
	    width: 50%;
	}
}
/* 768px -> 991 */
@media screen and (min-width: 768px) and (max-width: 991px){
	.form-title {
	    display: block;
	    font-size: 2em;
	    text-align: center;
	    color: #606060;
	    margin-bottom: .5em;
	    line-height: 1.5em;
	}
	.chk-profile-type-service span.legend {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    width: 185px;
	    padding-left: 140%;
	    font-size: .8em;
	    color: #BCBCBC;
	    height: auto;
	    word-wrap: break-word;
	}
	.chk-profile-type-service {
	    width: 25px;
	    height: 25px;
	    position: relative;
	    box-sizing: border-box;
	    border-radius: 5px;
	    border: 2px solid #EE524F;
	    overflow: visible;
	    float: left;
	    margin: 0 40% 6em 0;
	    cursor: pointer;
	}
	
	.chk-profile-moveup span,
	.chk-profile-type-care span {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    left: 0;
	    width: 447px;
	    padding-left: 140%;
	    height: auto;
	    word-break: break-word;
	    font-size: 0.9em;
	}
	.welcome-btn {
	    width: 40%;
	}
}