/* 
Project: Izziv Get In The Game
Author: Klemen Belavic
Date: Oktober 2017

string for images:
"../../../images/challenges/mindfulLiving" replacing with: "../../images/challenges/superbowl"

*/
@CHARSET "UTF-8";


#winterWellBeingHoliday .page {
	float: left;
}

#winterWellBeingHoliday .content.max900 {
	max-width: 900px;
	margin: 0 auto;
}

#winterWellBeingHoliday .later {
	float: right;
	color: #009fe3;
	cursor: pointer;
}

#winterWellBeingHoliday .later .mdi-navigation-close {
	padding-left: 6px;
	font-size: 24px;
	line-height: 13px;
	vertical-align: top;
	margin-top: 17px;
}

#winterWellBeingHoliday #bar {
	width: 318px;
	position: absolute;
	top: 21px;
	background: #fff;
	z-index: 0;
	left: 95px;
	height: initial;
	margin-bottom: initial;
	border-radius: initial;
}

#winterWellBeingHoliday #bar .bar {
	background-color: #33a1e7;
	height: 4px;
	transition: width 200ms ease-in-out;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
}

#winterWellBeingHoliday .tabs {
	border-bottom: 1px solid #e4e4e4;
}

#winterWellBeingHoliday .instructions {
	font-size: 17px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 300;
}

#winterWellBeingHoliday .instructions .mainTitle {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-top: 16px;
}

#winterWellBeingHoliday .instructions label {
	color: #333;
}

#winterWellBeingHoliday .instructions .subTitle {
	font-weight: 700;
	margin: 20px 0 4px;
}

#winterWellBeingHoliday .instructions .subText {
	font-weight: 400;
	margin: 20px 0 4px;
}

#winterWellBeingHoliday .instructions .text {
	font-size: 15px;
}

#winterWellBeingHoliday .instructions.tests ul {
	margin: 14px;
}

#winterWellBeingHoliday .instructions.tests ul li {
	line-height: 38px;
}

#winterWellBeingHoliday .instructions.tests ul li label {
	font-size: 17px;
	padding-left: 35px;
}

#winterWellBeingHoliday .instructions.tests ul li label {
	width: auto;
}

#winterWellBeingHoliday .instructions .row {
	margin-top: 40px;
}

#winterWellBeingHoliday .instructions .answers {
	margin: 20px 0;
}

#winterWellBeingHoliday .instructions [class^="mdi-"] {
	font-size: 18px;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 1px;
}

#winterWellBeingHoliday .instructions [type="radio"]+label:before, #winterWellBeingHoliday .instructions [type="radio"]+label:after {
	margin: 6px;
}

#winterWellBeingHoliday .navigationBar {
	position: fixed;
	bottom: 0;
	background-color: #ECECEC;
	border-top: 1px solid #e4e4e4;
	height: 100px;
	width: calc(100% - 320px);
	z-index: 1;
	opacity: 0.95;
	padding: 0 30px;
	left: 260px;
}

/* 
#winterWellBeingHoliday .innerContent {
	padding-bottom: 120px;
}

*/

#winterWellBeingHoliday .title {
	font-size: 50px;
	margin: 0px 16px 36px;
}

#winterWellBeingHoliday .subtitle {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	padding: 0 16px;
}

#winterWellBeingHoliday .subtitle p {
	margin-top: 16px;
}

#winterWellBeingHoliday .moreInfo {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 66px;
}

#winterWellBeingHoliday .moreInfo .raketko {
	background-image: url(../../../images/healthReserve/lecture.svg);
	width: 100%;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}

#winterWellBeingHoliday .moreInfo .question {
	font-size: 22px;
	margin-bottom: 20px;
}

#winterWellBeingHoliday .moreInfo .text {
	font-weight: 300;
	font-size: 17px;
	line-height: 1.4;
}

#winterWellBeingHoliday .oneQuestion .question {
	text-align: center;
	font-size: 28px;
	margin: 80px 20% 66px;
	line-height: 1.4;
}

#winterWellBeingHoliday .oneQuestion .question .explanation {
	margin-top: 16px;
	font-size: 20px;
	font-weight: 300;
}

#winterWellBeingHoliday .oneQuestion .answers {
	text-align: center;
}

#winterWellBeingHoliday .oneQuestion .answers label {
	font-size: 24px;
	color: #333;
	font-weight: 300;
	margin-right: 30px;
	text-transform: uppercase;
}

#winterWellBeingHoliday input[type=radio]+label {
	vertical-align: middle;
	padding-left: 0;
	/* height: auto; */
}

#winterWellBeingHoliday .data input[type=radio]+label {
	padding-left: 35px;
}

#winterWellBeingHoliday .padding-left {
	padding-left: 0;
}

#winterWellBeingHoliday .padding-bottom {
	padding: 0;
	/* text-align: right; */
	min-width: 170px;
}

#winterWellBeingHoliday .radio-item {
	margin-right: 16px;
	cursor: pointer;
}

#winterWellBeingHoliday #questionnaireContainer td {
	padding: 12px 0px;
	border-bottom: 1px solid rgba(228, 228, 228, 0.5);
}

#winterWellBeingHoliday #questionnaireContainer tr:last-of-type td {
	border-bottom: none;
}

#winterWellBeingHoliday .oneQuestion .answers label:last-of-type {
	margin-right: 0;
}

#winterWellBeingHoliday .oneQuestion .answers label:before {
	width: 18px;
	height: 18px;
}

#winterWellBeingHoliday .oneQuestion .answers label:after {
	width: 18px;
	height: 18px;
}

#winterWellBeingHoliday .middleStep .raketkoGreat {
	background-image: url(../images/raketko/great.svg);
	width: 210px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 50px auto 0;
}

#winterWellBeingHoliday .unit {
	margin-top: 30px;
}

#winterWellBeingHoliday .optional {
	font-size: 12px;
	font-weight: 300;
	text-align: right;
	margin-top: -8px;
}

#winterWellBeingHoliday .card.info .text:first-of-type {
	margin-top: 0;
}

#winterWellBeingHoliday .card.info .text {
	line-height: 1.4;
	margin-top: 16px;
}

#winterWellBeingHoliday .card.info .text b {
	margin: 8px 0 2px;
	display: block;
}

#winterWellBeingHoliday .navbar {
	margin-bottom: 0;
}

/*------------------------------------*\
    #TABS
\*------------------------------------*/
#steps .bar {
	height: 5px;
	background-color: #33a1e7;
	transition: width 200ms ease-in-out;
}

#steps ul.tabs {
	border-bottom: 1px solid #E2E2E2;
	font-size: 20px;
	position: fixed;
	width: 100%;
	z-index: 2;
	height: 90px;
}

#steps ul.tabs li {
	width: 33.33% !important;
	float: left;
	padding: 20px 30px;
	transition: all 0.3s ease-out;
	background-color: #fff;
	line-height: initial;
	text-align: left;
	height: 90px;
	text-transform: none;
	letter-spacing: initial;
	border-bottom: 1px solid #e4e4e4;
}

#steps ul.tabs li a {
	color: #333;
}

#steps ul.tabs li .step {
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

#steps ul.tabs li .stepTitle {
	font-size: 22px;
}

#steps ul.tabs li:after {
	clear: both;
	content: '';
	display: block;
}

#steps .text {
	padding: 0px 30px;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 300;
}

#steps .tab-content {
	margin-top: 110px;
}

#stepsWizard .steps {
	margin-top: 10px;
	width: calc(100% - 250px);
	display: inline-block;
}

#stepsWizard .steps:after {
	clear: both;
	content: '';
	display: block;
}

#stepsWizard .steps li {
	display: inline-block;
	text-align: center;
	width: 150px;
}

#stepsWizard .steps li.hidden {
	display: none;
}

#stepsWizard .steps li:last-child {
	margin-right: 0;
}

#stepsWizard .steps li .stepNumber {
	border-radius: 50%;
	height: 42px;
	width: 42px;
	background: #ECECEC;
	margin: 0 auto;
	position: relative;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

#stepsWizard .steps li .stepNumber span {
	height: 28px;
	width: 28px;
	line-height: 28px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	color: #333;
	font-size: 13px;
	z-index: 1;
}

#stepsWizard .steps li .stepTitle {
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 7px;
	color: #333;
	font-weight: 300;
}

#stepsWizard .steps li.active .stepNumber span {
	background-color: #33a1e7;
	color: #fff;
}

#stepsWizard .steps li.active .stepTitle {
	color: #33a1e7;
}

#stepsWizard .steps li.done .stepNumber span {
	speak: none;
	display: inline-block;
	font-family: "Material-Design-Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: transparent;
}

#stepsWizard .steps li.done .stepNumber span:before {
	content: "\e8a7";
	color: #fff;
	margin-left: 6px;
	font-size: 17px;
}

#stepsWizard .next button {
	float: right;
	text-align: center;
	letter-spacing: .5px;
	border-radius: 2px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	outline: 0;
	padding: 0 16px;
	min-width: 130px;
}

#stepsWizard .next button[disabled] {
	background: #999;
}

#stepsWizard .next a {
	color: #fff;
}

#stepsWizard .skip {
	float: right;
	opacity: 1;
	line-height: 50px;
	margin-right: 30px;
	transition: all 200ms ease-in-out;
	cursor: pointer;
}

#stepsWizard .skip:hover {
	color: #009fe3;
}

#stepsWizard .previous.disabled {
	opacity: 0;
}

#stepsWizard .pager {
	position: absolute;
	right: 30px;
	top: 0;
	margin: 25px 0px;
}

#stepsWizard .pager li>a {
	background-color: transparent;
	border-radius: initial;
	padding: initial;
	border: none;
}

#stepsWizard a:hover {
	text-decoration: none;
}

/* INTRO */
#healthReserveLession .text {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	padding: 0 16;
}

#healthReserveLession {
	text-align: center;
}

#healthReserveLession .intro1 .image {
	background: url("../../../images/healthReserve/lections/intro1.svg");
	height: 250px;
	width: 250px;
	margin: 0 auto 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

#healthReserveLession .active {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from { 
		opacity:0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from { 
		opacity:0;
	}

	to {
		opacity: 1;
	}
}

#healthReserveLession .intro2 .image {
	background: url("../../../images/healthReserve/lections/intro2.svg");
	height: 250px;
	width: 250px;
	margin: 0 auto 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

#healthReserveLession .intro3 .image {
	background: url("../../../images/healthReserve/lections/intro3.svg");
	height: 250px;
	width: 250px;
	margin: 0 auto 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

#healthReserveLession .intro4 .image {
	background: url("../../../images/healthReserve/lections/intro4.svg");
	height: 250px;
	width: 250px;
	margin: 0 auto 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

#healthReserveLession .intro5 .image {
	background: url("../../../images/healthReserve/lections/intro5.svg");
	height: 250px;
	width: 250px;
	margin: 0 auto 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* Questionaires */
#winterWellBeingHoliday .question-description {
	font-family: 'Roboto';
	line-height: 1.4;
	font-weight: 300;
    font-size: 17px;
}

#winterWellBeingHoliday .scaleAnswer label {
	padding-left: 0;
}

#winterWellBeingHoliday .scaleAnswer label span {
	display: none;
}

#winterWellBeingHoliday .heading {
	font-size: 32px;
	font-weight: 400;
	margin: 0px 0 10px;
	line-height: 1.1;
}

#winterWellBeingHoliday .table-scale .scale-row {
	height: 48px;
	font-size: 14px;
}

#winterWellBeingHoliday .tip {
	/* font-weight: 300; */
	font-size: 17px;
	margin-bottom: 16px;
}

#winterWellBeingHoliday .greetings {
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 12px;
	line-height: 1.2;
}

#winterWellBeingHoliday .table-scale tbody tr .question {
	padding-left: 16px;
}

#winterWellBeingHoliday .table-scale tbody tr {
	display: none;
}

#winterWellBeingHoliday .table-scale tr.scale-row {
	display: table-row;
	border-bottom: 1px solid rgba(228, 228, 228, 0.5);
}

#winterWellBeingHoliday .table-scale tbody tr:first-of-type {
	border-bottom: 1px solid rgba(228, 228, 228, 0.5);
}

#winterWellBeingHoliday .table-scale tbody tr:last-of-type {
	border-bottom: none;
}

#winterWellBeingHoliday .table-scale tbody tr:nth-child(4n+5) {
	border-bottom: 1px solid rgba(228, 228, 228, 0.5);
}

#winterWellBeingHoliday .questionnaire-table-questions .multi td {
	vertical-align: top;
	display: block;
}

#winterWellBeingHoliday .questionnaire-table-questions .multi .question-description {
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 26px;
	/* margin-top: -19px; */
	display: block;
}

#winterWellBeingHoliday .questionnaire-table-questions .multi .multiplechoise-item {
	width: 100%;
	float: left;
	line-height: 34px;
	text-align: left;
}

#winterWellBeingHoliday .questionnaire-table-questions .multi .multiplechoise-item label {
	line-height: 1.1;
	padding-right: 10px;
	vertical-align: middle;
	padding-top: 5px;
}

/* PARQ */
#winterWellBeingHoliday #manager-parq .question {
	text-align: center;
}

#winterWellBeingHoliday #manager-parq .text {
	text-align: center;
	font-size: 25px;
	margin: 80px 20% 66px;
	line-height: 1.4;
}

#winterWellBeingHoliday #manager-parq .answer-wrap {
	display: inline-block;
	padding: 0 16px;
}

#winterWellBeingHoliday #manager-parq .answer-wrap label {
	font-size: 20px;
	padding-right: 26px;
	padding-left: 30px;
	line-height: 21px;
}

/* Missing tasks */
#winterWellBeingHoliday .missingImage {
	background: url("../../../images/healthReserve/missingTask.svg");
	height: 400px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#winterWellBeingHoliday .missingTasks {
	padding-left: 36px;
}

#winterWellBeingHoliday .missingTasks li {
	padding: 15px 0;
	cursor: pointer;
}

#winterWellBeingHoliday .missingTasks li span {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 50px;
	font-size: 19px;
	transition: color 200ms ease-in-out;
}

#winterWellBeingHoliday .missingTasks li:hover span {
	color: #009fe3;
}

#winterWellBeingHoliday .missingTasks li:before {
	font-family: '24alife';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e67a";
	color: #FF9800;
	font-size: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	position: absolute;
}

#winterWellBeingHoliday .missingTasks .test:before {
	content: "\e67a";
	color: #FF9800;
}

#winterWellBeingHoliday .missingTasks .questionnaire:before {
	content: "\e62a";
	color: #673AB7;
	font-size: 28px;
}

#winterWellBeingHoliday .missingTasks .measurement:before {
	content: "\e645";
	color: #00BCD4;
}

#winterWellBeingHoliday .type {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 17px;
}

#winterWellBeingHoliday .resultsPortal {
	margin-top: 40px;
}

/* Tests */
#winterWellBeingHoliday #flexibilityTest .instructions.tests ul li label {
	width: auto;
	line-height: 30px;
}

#winterWellBeingHoliday #muscularTest .instructions.tests ul li label {
	width: auto;
	line-height: 30px;
}

#winterWellBeingHoliday #manager-self-evaluation .subheader {
	font-size: 32px;
	font-weight: 400;
	margin: 0px 0 10px;
	line-height: 1.3;
}

#winterWellBeingHoliday #manager-self-evaluation .questions {
	margin-top: 50px;
}

#winterWellBeingHoliday #manager-self-evaluation .scaleAnswer {
	width: 40px;
}

#winterWellBeingHoliday #manager-self-evaluation .answer-description-big {
	padding-left: 6px;
}

#winterWellBeingHoliday #manager-self-evaluation .answer-description-big label {
	cursor: pointer;
}

#winterWellBeingHoliday .table-scale.self-evaluation tbody tr:nth-child(odd) {
	background-color: transparent;
}

#winterWellBeingHoliday #loadingPage .raketkoLoading {
	width: 112px;
	height: 288px;
	background: url("../../../images/healthReserve/loadingRaketko.png");
	-webkit-animation: play 700ms steps(9);
	-moz-animation: play 700ms steps(9);
	-ms-animation: play 700ms steps(9);
	-o-animation: play 700ms steps(9);
	animation: play 500ms steps(9);
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	margin: 0 auto;
}

@-webkit-keyframes play {
	from { 
		background-position:0px;
	}

	to {
		background-position: -1008px;
	}
}

@-moz-keyframes play {
	from { 
		background-position:0px;	
	}

	to {
		background-position: -1008px;
	}
}

@-ms-keyframes play {
	from { 
		background-position:0px;
	}

	to {
		background-position: -1008px;
	}
}

@-o-keyframes play {
	from { 
		background-position:0px;	
	}

	to {
		background-position: -1008px;
	}
}

@keyframes play {
	from { 
		background-position:0px;
	}

	to {
		background-position: -1008px;
	}
}

#winterWellBeingHoliday #loadingPage .text {
	font-size: 28px;
	font-weight: 400;
	margin: 50px 0 10px;
	line-height: 1.3;
	text-align: center;
	padding: 0 11%;
}

#winterWellBeingHoliday #loadingPage .calculating {
	text-align: center;
	font-size: 19px;
	font-weight: 300;
}

#winterWellBeingHoliday .loading {
	height: 4px;
	width: 206px;
	position: relative;
	overflow: hidden;
	background-color: #ddd;
	margin-top: 50px;
	margin: 40px auto 30px;
}

#winterWellBeingHoliday .loading:before {
	display: block;
	position: absolute;
	content: "";
	left: -100px;
	width: 100px;
	height: 4px;
	background-color: #009fe3;
	animation: loading 2s linear infinite;
}

@keyframes loading {
	from { 
		left:-150px;
		width: 30%;
	}
	
	50% {
		width: 30%;
	}
	
	70% {
		width: 70%;
	}
	
	80% {
		left: 50%;
	}
	
	95% {
		left: 120%;
	}
	
	to {
		left: 100%;
	}
}

#winterWellBeingHoliday .weightRaketko {
	background: url("../../../images/healthReserve/coolRaketko.svg");
	height: 280px;
	width: 240px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 40px auto 0;
}

#winterWellBeingHoliday .medicalRaketko {
	background: url("../../../images/healthReserve/medicalRaketko.svg");
	height: 320px;
	width: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 40px auto 0;
}

#winterWellBeingHoliday .data label {
	width: auto;
}

#winterWellBeingHoliday .data {
	margin-bottom: 50px;
}

#winterWellBeingHoliday .data .answers li {
	line-height: 30px;
}

#winterWellBeingHoliday .data #lifestyle li {
	padding-top: 10px;
}

#winterWellBeingHoliday .data #lifestyle li label {
	line-height: 20px;
}

#winterWellBeingHoliday .data .subTitle {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 17px;
}

#winterWellBeingHoliday .data input.datepicker {
	margin-right: 10px;
	height: 40px;
	padding: 0 4px 0 0;
	width: 100%;
	max-width: 240px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

#winterWellBeingHoliday .data input.datepicker::-webkit-input-placeholder, #winterWellBeingHoliday .data input.datepicker::-webkit-input-placeholder {
	color: #333;
}

#winterWellBeingHoliday .change-test-type {
	color: #009FE3;
	cursor: pointer;
	font-weight: 400;
}

/* Health result */
#healthScoreResult .background {
	background-image: url("../../../images/externalDevices/devicesBackground.jpg");
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	background-size: contain;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

#healthScoreResult .pagetitle {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 500;
	color: #009fe3;
	padding: 0 0.75rem;
}

#healthScoreResult .resultView {
	/* margin-top: 10px; */
	
}

#healthScoreResult .resultView .detailedView .col .card {
	/* min-height: 296px; */
	background: #009fe3;
}

#healthScoreResult .resultGraph {
	width: 60%;
	margin: 8px auto 8px;
	height: 110px;
	background: #009fe3;
}

#healthScoreResult #mainResult {
	height: 160px;
}

#healthScoreResult .resultGraph .highcharts-data-labels span {
	font-size: 17px !important;
	font-weight: 400 !important;
	top: 8px !important;
	color: #fff !important;
}

#healthScoreResult .yourScore {
	margin: 0;
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
	/* margin-top: 16px; */
	/* background: #fff; */
	position: relative;
	padding: 21px 40px 1px;
}

#healthScoreResult .yourScore .text {
	font-size: 26px;
	text-align: center;
}

#healthScoreResult .yourScore .result {
	text-align: center;
	padding: 8px 0 20px;
	font-size: 21px;
	font-family: 'Roboto Condensed';
	margin-top: -126px;
	margin-bottom: 30px;
}

#healthScoreResult .yourScore .result span {
	color: #009FE3;
	font-weight: bold;
	display: block;
	font-size: 38px;
	margin-bottom: 3px;
}

#healthScoreResult .yourScore .resultText {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: 500;
}

#healthScoreResult .yourScore .description {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 36px;
}

#healthScoreResult .detailedView .graphType {
	text-transform: uppercase;
	padding: 16px 16px 2px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

#healthScoreResult .detailedView .description {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
	padding: 16px;
	/* text-align: center; */
	background: #fff;
}

/* Warning PARQ */
#manager-parq .warning-container .description {
	font-size: 17px;
	padding: 0 16px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 40px;
}

#manager-parq .warning-container .confirm-it {
	padding-left: 16px;
}

/* Warning input - mandatory data */
#winterWellBeingHoliday .warning .warningText {
	font-size: 12px;
	font-weight: 300;
	margin-top: -8px;
	display: none;
	color: #F44336;
}

#winterWellBeingHoliday .resultsPortal.error input[type=radio]+label {
	color: #F44336;
}

#winterWellBeingHoliday .clearfix.error .input-field input[type=text], #winterWellBeingHoliday .clearfix .input-field.required input[type=text],
	#winterWellBeingHoliday .resultsPortal.error .input-field input[type=text] {
	border-bottom: 1px solid #f44336;
	box-shadow: 0 1px 0 0 #f44336;
}

#winterWellBeingHoliday .clearfix.error .warning .warningText {
	display: block;
}

#winterWellBeingHoliday .programActivities {
	margin-top: 60px;
	margin-left: 50px;
}

#winterWellBeingHoliday .table-scale .scale-row.highlight {
	background: transparent;
	font-weight: initial;
}

#stressProfileResults .legend {
	text-align: center;
	margin-bottom: 14px;
}

#stressProfileResults .legend ul {
	list-style: none;
	display: inline-block;
}

#stressProfileResults .legend ul li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
}

#stressProfileResults .legend ul li span {
	font-size: 0.875em;
	color: #363636;
}

#stressProfileResults .card .contentCard {
	padding: 16px;
}

/** circles **/
#stressProfileResults .legend li.blue:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #28BADC;
	margin-right: 10px;
}

#stressProfileResults .legend li.purple:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #8A17D5;
	margin-right: 10px;
}

#stressProfileResults .legend li.dark-green:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #0FA861;
	margin-right: 10px;
}

#stressProfileResults .legend li.green:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #9BDD44;
	margin-right: 10px;
}

#stressProfileResults .legend li.red:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #E92020;
	margin-right: 10px;
}

#stressProfileResults .legend li.yellow:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #F5E718;
	margin-right: 10px;
}

#stressProfileResults .legend li.orange:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #EE7716;
	margin-right: 10px;
}

#stressProfileResults .legend li.orange-light:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #EEAB18;
	margin-right: 10px;
}

#stressProfileResults .stressResults .heading {
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0 10px;
	line-height: 1.1;
}

/* Media queries */
@media ( min-width : 1650px) {
	#winterWellBeingHoliday #bar {
		top: 21px;
		left: 70px;
	}
	#stepsWizard .pager {
		/* top: -10px; */
		
	}
	#winterWellBeingHoliday .card {
		margin-top: 80px;
	}
}

@media screen and (min-width: 800px) {
	#winterWellBeingHoliday .questionnaire-table-questions .multi .multiplechoise-item {
		width: 50%;
	}
	
	#winterWellBeingHoliday .card {
		margin-top: 80px;
	}
}

@media screen and (min-width: 1400px) {
	#winterWellBeingHoliday .questionnaire-table-questions .multi .multiplechoise-item {
		width: 33.33%;
	}
	#winterWellBeingHoliday .card {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1100px) , ( min-height : 1250px) {
	#winterWellBeingHoliday .card {
		margin-top: 80px;
	}
	#winterWellBeingHoliday #healthScoreResult .card {
		margin-top: 0px;
	}
	#winterWellBeingHoliday #healthReserveCompareResults .card {
		margin-top: 0px;
	}
}

@media screen and (max-width: 993px) {
	#healthScoreResult .background {
		left: 0;
		width: 100%;
		background-size: cover;
		height: 225px;
	}
}

@media screen and (max-width: 1025px) {
	#winterWellBeingHoliday #questionnaireContainer td.padding-left {
		min-width: 226px;
	}
	#winterWellBeingHoliday #hrMeasurements .weightRaketko {
		display: none;
	}
	#winterWellBeingHoliday #hrMeasurements .col.m6 {
		width: 100%;
	}
	#winterWellBeingHoliday #hrMeasurements .clearfix .col.m6 {
		width: 50%;
	}
	#winterWellBeingHoliday #muscularTest .instructions.tests ul li label, #winterWellBeingHoliday #flexibilityTest .instructions.tests ul li label {
		line-height: 15px;
		padding: 6px 35px;
	}
	#missingTasks .missingImage {
		display: none;
	}
	#missingTasks .m6 {
		width: 100%;
	}
}

@media screen and (max-width: 1400px) {
	#healthReserveLession .image {
		height: 175px !important;
	}
	#winterWellBeingHoliday .title {
		font-size: 40px;
		margin: 0 16px 16px;
	}
	#healthReserveLession .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	#winterWellBeingHoliday .heading {
		font-size: 20px;
	}
	#winterWellBeingHoliday .missingTasks {
		padding-left: 0px;
	}
	#winterWellBeingHoliday .missingTasks li {
		word-break: break-word;
	}
	#winterWellBeingHoliday #questionnaireContainer td.padding-left {
		min-width: 140px;
	}
	#winterWellBeingHoliday .instructions.tests #executionType ul.answers li {
		line-height: 60px;
	}
	#healthReserveLession .image {
		display: none !important;
	}
	#winterWellBeingHoliday .navigationBar {
		background: transparent;
		border-top: none;
	}
	#stepsWizard .pager {
		width: calc(100% - 32px);
		left: 16px;
		top: -10px;
	}
	#stepsWizard .next button {
		width: 100%;
	}
	#winterWellBeingHoliday .moreInfo .raketko {
		display: none;
	}
	#winterWellBeingHoliday .moreInfo {
		margin-top: 20px;
	}
	#winterWellBeingHoliday .title {
		margin: 0;
		font-size: 32px;
		margin-bottom: 16px;
	}
	#winterWellBeingHoliday .subtitle {
		padding: 0;
	}
	#winterWellBeingHoliday .moreInfo .col.s12 {
		padding: 0;
	}
	#stepsWizard .skip {
		float: none;
		text-align: center;
		position: absolute;
		bottom: -22px;
		width: 100%;
		color: #009fe3;
		background: #f4f5f3;
		line-height: 8px;
	}
	#winterWellBeingHoliday #manager-parq .text {
		margin: 30px 20px 60px;
		font-size: 1.6em;
	}
	#winterWellBeingHoliday .card.info {
		display: none;
	}
	#winterWellBeingHoliday .medicalRaketko {
		display: none;
	}
	#winterWellBeingHoliday table.table-scale .scaleAnswerTh {
		display: table-cell;
	}
	#winterWellBeingHoliday .instructions.tests ul li label {
		line-height: 21x;
	}
	#winterWellBeingHoliday .instructions.tests ul li {
		margin-top: 8px;
	}
	#winterWellBeingHoliday .instructions .row {
		margin-top: 16px;
	}
	#winterWellBeingHoliday #manager-self-evaluation .subheader {
		font-size: 25px;
		line-height: 1;
	}
	#self-evaluation tr td {
		padding: 14px 0;
		line-height: 1.4;
	}
	#winterWellBeingHoliday .programActivities {
		margin: 26px 0 0 0;
	}
	#programLevels .programActivities .dates {
		width: calc(100% - 32px);
		margin-top: 0px;
	}
	#programLevels .programActivities li {
		margin-bottom: 40px;
	}
}

/* Stress profile results */
#stressProfileResults .heading {
	font-size: 26px;
	margin-bottom: 26px;
}

#stressProfileResults .result {
	margin-bottom: 16px;
	border-bottom: 1px dashed #e4e4e4;
	padding-bottom: 16px;
}

#stressProfileResults .result:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

#stressProfileResults .resultHeader {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 14px;
}

#stressProfileResults .resultSmile {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	margin-top: -30px;
}

#stressProfileResults .explanation {
	display: inline-block;
	width: calc(100% - 124px);
	font-weight: 300;
	font-size: 15px;
	line-height: 1.4;
}

#stressProfileResults .result-smile {
	height: 80px;
	width: 80px;
	margin: 0px auto;
}

#stressProfileResults .short-result {
	font-weight: 500;
	text-align: center;
	padding-top: 7px;
	color: #009fe3;
}

#stressProfileResults #stressProfileChart {
	margin-top: -30px;
}

#stressProfileResults .result-smile.smiley1 {
	background-image: url("../../../images/stress/stressprofile/smiley1.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

#stressProfileResults .result-smile.smiley2 {
	background-image: url("../../../images/stress/stressprofile/smiley2.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

#stressProfileResults .result-smile.smiley3 {
	background-image: url("../../../images/stress/stressprofile/smiley3.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

#stressProfileResults .result-smile.smiley4 {
	background-image: url("../../../images/stress/stressprofile/smiley4.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

#stressProfileResults .result-smile.smiley5 {
	background-image: url("../../../images/stress/stressprofile/smiley5.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1100px) , ( min-height : 1250px) {
	#winterWellBeingHoliday #stressProfileResults .card {
		margin-top: 0px;
	}
}
/* Winter challenge css */

#winterWellBeingHoliday .backgroundImage {
	background: url(../../../images/challenges/winter/winter-background.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: calc(100% - 260px);
	top: 0;
	background-position: 50% 50%;
	left: 260px;
}


#winterWellBeingHoliday .title {
	font-size: 2.2em;
	font-weight: 500;
	margin: 60px 0 5px 0;
}

#winterWellBeingHoliday .white {
	color: #fff;
}

#winterWellBeingHoliday .challenge-type {
	font-weight: 400;
}

#winterWellBeingHoliday .description {
	margin-top: 20px;
	font-weight: 300;
	margin-bottom: 12px;
	font-size: 1.125em;
}

#winterWellBeingHoliday .duration i {
    vertical-align: top;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 6px;	
}

#winterWellBeingHoliday .snowman-1{
    background: url(../../../images/challenges/winter/snowman-1.svg);
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 30px;
    position: fixed;
    bottom: -48px;
    width: 200px;
    left: 260px;
    right: 0;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    animation-name: snowman;
	animation-duration: 1.5s; 
	animation-direction: alternate; 
	animation-fill-mode: forwards; 
	animation-delay: 1s;
	z-index: -1;
}

@keyframes snowman {
  0% {
    opacity: 0;
  }
  100% {
     opacity: 1;
      bottom: 48px;
  }
}

#winterWellBeingHoliday button{
	background-color: #fff;
	color: #56C3BD;
	margin-top: 36px;
	height: 50px;
	display: block;
	margin: 36px auto 10px;
}

#winterWellBeingHoliday button.hidden{
	display: none;
}

#winterWellBeingHoliday button:disabled{
	opacity: 0.5;
}

#winterWellBeingHoliday .rules-view{
	cursor: pointer;
	margin: 20px 0;
	text-transform: uppercase;
}

#winterWellBeingHolidayOverview .background {
     background: url(../../../images/challenges/winter/top-background.svg);
    position: fixed;
    width: calc(100% - 256px);
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
    top: 60px;
    left: 256px;
    right: auto;
    bottom: 0;
}

#winterWellBeingHolidayOverview h2{
	clear: both;
	font-size: 2.1875em;
	color: #333333;
	padding-right: 0.5em;
	margin-bottom: 26px;
	margin-top: 62px;
	color: #fff;
}

#winterWellBeingHolidayOverview h3{
	font-size: 2em;
}
#winterWellBeingHolidayOverview .info{
	margin-bottom: 20px;
}
#winterWellBeingHolidayOverview .info .title{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#winterWellBeingHolidayOverview .info .description{
	font-weight: 300;
	line-height: 1.3;
}

#winterWellBeingHolidayOverview .info .description p{
	margin-bottom: 8px;
}

#winterWellBeingHolidayOverview .back{
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	line-height: 22px;
}
#winterWellBeingHolidayOverview .back i{
	vertical-align: top;
	margin-right: 10px;
}


#winterWellBeingHolidayOverviewExecution .backgroundImage {
	background: url(../../../images/challenges/winter/winter-challenge.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: calc(100% - 260px);
	top: 0;
	background-position: 50% 50%;
	left: 260px;
}
#winterWellBeingHolidayOverviewExecution .tiles{
	margin-top: 60px;
}

#winterWellBeingHolidayOverviewExecution .progress-tile{
	background-color: rgba(255, 255, 255, 0.99);
	padding: 80px 36px 0 36px;
	border-radius: 3px;
	height: 250px;
	text-align: center;
	margin-bottom: 20px;
}

#winterWellBeingHolidayOverviewExecution .progress-tile.done{
	background-color: rgba(255, 255, 255, 0.1);
}


#winterWellBeingHolidayOverviewExecution .progress-tile .week{
	font-size: 1.2em;
}

#winterWellBeingHolidayOverviewExecution .progress-tile .goal-name{
	font-weight: 500;
	font-size: 1.5em;
	margin: 10px;
}

#winterWellBeingHolidayOverviewExecution .progress-tile .status{
	margin-top: 32px;
}

#winterWellBeingHolidayOverviewExecution .progress-tile .status .unlocked{
	margin-top: 20px;
	display: none;
}

#winterWellBeingHolidayOverviewExecution .progress-tile.unlocked .unlocked,
#winterWellBeingHolidayOverviewExecution .progress-tile.done .done,
#winterWellBeingHolidayOverviewExecution .progress-tile.closed .closed{
	display: block !important;
}

#winterWellBeingHolidayOverviewExecution .progress-tile .status .done{
		background: url(../../../images/challenges/winter/done.svg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 50px;
		width: 52px;
		margin: 0 auto;
		display: none;
		cursor: pointer;
}

#winterWellBeingHolidayOverviewExecution .progress-tile .status .closed{
		background: url(../../../images/challenges/winter/closed.svg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 50px;
		width: 52px;
		margin: 0 auto;
		display: none;
}

#winterWellBeingHolidayOverviewExecution .status button{
	background-color: #56C3BD;
	color: #fff;
	height: 40px;
}

#winterWellBeingHolidayRateChallenge .background {
    background: url(../../../images/challenges/winter/top-background.svg);
    position: fixed;
    width: calc(100% - 256px);
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
    top: 60px;
    left: 256px;
    right: auto;
    bottom: 0;
}

#winterWellBeingHolidayRateChallenge button{
	background-color: #56C3BD;
	color: #fff;
}


#winterWellBeingHoliday .weekly-task .card{
	max-width: 700px;
	margin: 60px auto 0;
}

#winterWellBeingHoliday .weekly-task .weekly-title{
	text-align: center;
	font-size: 2em;
	color: #56C3BD;
	margin: 36px 0 24px;
}

#winterWellBeingHoliday .weekly-task .card-content{
	padding: 20px 60px;
}

#winterWellBeingHoliday .weekly-task .description{
	line-height: 1.3;
	text-align: center;
}

#winterWellBeingHoliday .weekly-task .description ul{list-style-type: circle;margin: 20px;}

#winterWellBeingHoliday .weekly-task .description ul li{
	display: block;
	margin-bottom: 5px;
}

#winterWellBeingHoliday .input-field input[type=text]:focus:not([readonly]),
#winterWellBeingHoliday .input-field input[type=password]:focus:not([readonly]),
#winterWellBeingHoliday .input-field input[type=email]:focus:not([readonly]),
#winterWellBeingHoliday .input-field input[type=url]:focus:not([readonly]),
#winterWellBeingHoliday .input-field input[type=time]:focus:not([readonly]),
#winterWellBeingHoliday .input-field input[type=date]:focus:not([readonly]),
#winterWellBeingHoliday .input-field input[type=datetime-local]:focus:not([readonly]),
#winterWellBeingHoliday .input-field input[type=tel]:focus:not([readonly]), 
#winterWellBeingHoliday .input-field input[type=number]:focus:not([readonly]), 
#winterWellBeingHoliday .input-field input[type=search]:focus:not([readonly]), 
#winterWellBeingHoliday .input-field textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #56C3BD;
    box-shadow: 0 1px 0 0 #56C3BD;
}

#winterWellBeingHoliday .input-field input[type=text]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=password]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=email]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=url]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=time]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=date]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=datetime-local]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=tel]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=number]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field input[type=search]:focus:not([readonly]) + label,
#winterWellBeingHoliday .input-field textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #56C3BD;
}

#winterWellBeingHoliday .input-field textarea.materialize-textarea{
    overflow-y: hidden;
    padding: 1.5rem 0px 0px;
 }
 
#winterWellBeingHoliday .save-section{
	margin-top: 12px;
}
 
#winterWellBeingHoliday .save-button{
	min-width: 250px;
	background-color: #56C3BD;
	color: #fff;

 }
 
 #winterWellBeingHoliday .snowman-2{
    background: url(../../../images/challenges/winter/great-job.svg);
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 30px;
    position: fixed;
    bottom: -48px;
    width: 300px;
    left: 260px;
    right: 0;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    animation-name: snowman2;
 animation-duration: 1.5s; 
 animation-direction: alternate; 
 animation-fill-mode: forwards; 
 animation-delay: 1s;
}

@keyframes snowman2 {
  0% {
    opacity: 0;
  }
  100% {
     opacity: 1;
      bottom: 48px;
  }
}

@media ( max-width : 1367px) {
	#winterWellBeingHoliday .snowman-1,
	#winterWellBeingHoliday .snowman-2{
	    height: 260px;
	}
	#winterWellBeingHoliday .manageBar + .innerContent {
    padding-top: 0px;
}
}
@media ( max-width : 993px) {
#winterWellBeingHoliday .backgroundImage{
	left: 0;
	width: 100%;
}
#winterWellBeingHoliday .weekly-task .card{
	margin-top: 0;
}
}


/* Get In The Game */ 


/* ACHHIVEMENT 25, 50, 75, 100 YARDS */
.GetInTheGameAcievement {
	max-width: 460px;
}

.GetInTheGameAcievement .achivementImage {
	background: url(../../../images/challenges/superbowl/GetInTheGame_BG_badge.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}

.GetInTheGameAcievement .close-button.achivementCloseIcon, .overlayMessage .close-button.achivementCloseIcon {
	color: white;
	padding: 20px;
	float: right;
	cursor: pointer;
}

.GetInTheGameAcievement .achivementIcon {
	padding: 0% 20% 5% 20%;
	max-width: 230px;
}

.GetInTheGameAcievement .achivementContent {
	padding: 5%;
	text-align: center;
}

.GetInTheGameAcievement .achivementTitle {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	color: white;
}

.GetInTheGameAcievement .achivementText {
	font-size: 16px;
	line-height: 20px;
	color: white;
	margin: 10px;
	font-weight: 300;
}

/* PERSONAL HEALTH REVIEW */
.GetInTheGameHealth {
	max-width: 460px;
}

.GetInTheGameHealth .healthImage {
	background: url(../../../images/challenges/superbowl/GetInTheGame_BG_health.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}

.GetInTheGameHealth .healthCloseIcon {
	color: white;
	padding: 20px;
	float: right;
	cursor: pointer;
}

.GetInTheGameHealth .healthIcon {
	padding: 0% 20% 5% 20%;
	max-width: 210px;
}

.GetInTheGameHealth .healthContent {
	padding: 5%;
	text-align: center;
}

.GetInTheGameHealth .healthTitle {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	color: white;
	padding: 0px;
	margin: 0px;
}

.GetInTheGameHealth .healthText {
	font-size: 16px;
	line-height: 20px;
	color: white;
	margin: 10px;
	font-weight: 300;
}

/* HABIT COACH SCREEN */

.GetInTheGameCoach{
	width: 350px;
}


.GetInTheGameCoach .coachImage {
	background: url(../../../images/challenges/superbowl/GetInTheGame_Logo@3x.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-repeat: no-repeat;
	width: 130px;
	margin: auto;
	height: 102px;
	margin-top: 70px;
}

.GetInTheGameCoach .coachContent {
	text-align: center;
    background-color: white;
    padding: 80px 30px 30px 30px;
    margin-top: -70px;
}

.GetInTheGameCoach .coachTitle {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #39393A;
	line-height: 10px;
}

.GetInTheGameCoach .coachText {
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #39393A;
    padding-top: 20px;
    text-align: center;
}

.GetInTheGameCoach .coachCloseIcon {
	color: #39393A;
    padding: 20px;
    float: right;
    cursor: pointer;
    margin-top: 80px;
}

.GetInTheGameCoach .coachIcon {
	padding: 10% 10% 5% 10%;
}

.GetInTheGameCoach .coachProfileImage {
	background: url(../../../images/challenges/superbowl/GetInTheGame_coach.png);
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin: auto;
    margin-top: 0px;
    position: relative;
}


/* HABIT SCREEN new, view, edit, delete */
.GetInTheGameHabit {
	min-width: 300px;
	width: 500px;
}

.GetInTheGameHabit .habitImageCustom {
	background: url(../../../images/challenges/superbowl/GetInTheGame_add_habit.jpg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
}


	
.GetInTheGameHabit .habitImage {
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
}

.GetInTheGameHabit.custom .habitContent {
	padding-top: 40%;
}

.GetInTheGameHabit .habitContent {
	padding: 51% 10% 5% 10%;
	text-align: center;
}

.GetInTheGameHabit .habitTitle {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 25px;
}

.GetInTheGameHabit .habitText {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 30px 0px;
	overflow-wrap: break-word;
}

.GetInTheGameHabit .editDeleteBox span{
	cursor: pointer;
}
.GetInTheGameHabit .editDeleteBox #delete {
	padding-left: 15px;
}

.GetInTheGameHabit .close-button.habitCloseIcon {
	color: white;
	padding: 20px;
	float: right;
}

.GetInTheGameHabit .editDelete {
	margin: auto;
}

.GetInTheGameHabit .editDeleteBox {
	margin: 30px 0px 0px 0px;
	vertical-align: middle;
}

.GetInTheGameHabit .editDeleteText {
	margin: 0px 5px;
	vertical-align: super;
}

.GetInTheGameHabit .newHabitCloseIcon {
	color: white;
	padding: 20px;
	float: right;
	cursor: pointer;
}

#habitEdit.GetInTheGameHabit textarea, #habitEdit.GetInTheGameHabit #title {
	min-height: 1.5rem;
	height: 1.5rem;
	margin-top: 15px;
}

/*---*/

/* GLOBAL */
#wrapper {
	background-color: #f4f5f3;
	height: 100%;
	width: 100%;
}

/* #GetInTheGame .hidden { */
/* 	display: none; */
/* } */

#GetInTheGame .half-size {
	width: 50%;
	margin: auto;
}

#GetInTheGame .btnColorPrimary {
	background-color: #74509D !important;
	font-weight: 600;
}


#GetInTheGameMain .kickOffButton:disabled, #GetInTheGame .btnColorPrimary:disabled{
	background-color: #b3b0b7 !important;
}


#GetInTheGame .btnColorSecondary {
	background-color: #73CCEE !important;
	font-weight: 600;
}

#GetInTheGame .btnColorTertiary {
	background-color: white !important;
	color: #74509D;
	font-weight: 600;
}


#GetInTheGame .GGInputText {
	color: #fff;
	
}

#GetInTheGame .GGInputText .error,
#habitEdit .input-field .error{
	border-bottom-color: #f44336;
	box-shadow: 0 1px 0 0 #f44336
}


#GetInTheGame .GGContainer {
	position: relative;
	padding: 100px 10% 0% 10%;
	margin: auto;
	text-align: center;
}

#GetInTheGame .barriers li {
	margin-bottom: 10px;
	text-align: left;
}

#GetInTheGame .barriers {
	padding-bottom: 25px;
	padding-left: 40%;
}

#GetInTheGame .barriers.error label {
	color: #f44336;
}

#GetInTheGame .BBContainerText {
	color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 20px;

}

#GetInTheGame .BBContainerTitle {
	padding: 30px 0px 10px 0px;
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	line-height: 40px;
}

#GetInTheGame .BBContainerSubtitle {
	color: white;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	padding-top: 20px;
}

#GetInTheGame .BBContainerBuletedList {
	text-align: left;
	padding-left: 20px;
	margin: 0px 0px 10px 0px;
	padding-top: 15px;
    font-size: 16px;
}

#GetInTheGame .BBContainerBuletedList li {
	list-style-type: disc;
}

.GGContainerCheckBox[type="checkbox"]+label:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: transparent;
}

.GGContainerCheckBox[type="checkbox"]:checked+label:before {
	border: 2px solid transparent;
	border-bottom: 2px solid #73CCEE;
	border-right: 2px solid #73CCEE;
	background: transparent;
}

.GGContainerCheckBox.filled-in[type="checkbox"]+label:after {
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: transparent;
}

.GGContainerCheckBox.filled-in[type="checkbox"]:checked+label:after {
	background: rgba(255, 255, 255, 0.5);
}

.GGContainerCheckBox.filled-in[type="checkbox"]:checked+label:before {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#GetInTheGame .GGContainer label {
	color: white;
}

#GetInTheGame .bold {
	font-weight: bold;
}

/* SCREEN NOTIFICATIONS */
#GetInTheGame .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.8;
	z-index: 1001;
}

#GetInTheGame .overlayMessage {
	z-index: 1002;
	position: relative;
	padding: 0;
	margin-top: 15%;
}

/* TOP MENI */
#GetInTheGame .topBar {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-weight: 700;
	z-index: 10;
	position: fixed;
	width: calc(100% - 260px);
	left: 261px;
}


#GetInTheGame .topBar .challengeActions icon {
	cursor: pointer;
}

#GetInTheGame .challengeName {
	display: inline-block;
	padding-left: 16px;
	line-height: 48px;
}

#GetInTheGame .challengeActions {
	float: right;
	cursor: pointer;
	margin-right: 16px;
 	margin-top: 13px; 
}

#GetInTheGame #GetInTheGameMain .challengeActions {
		margin-top: 13px;
}

#GetInTheGame .icon {
/* 	padding: 13px 0px 0px 10px; */
	padding: 0px 0px 0px 10px;
	font-size: 22px;
}



#GetInTheGame .icon2 {
	float: left;
}

#GetInTheGame .title {
	color: white;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 500;
}

#GetInTheGameRules .backIcon {
	float: left;
	line-height: 50px;
	padding-left: 10px;
	cursor: pointer;
}

#GetInTheGame .steps {
	width: max-content;
	margin: auto;
	padding: 20px;
}

#GetInTheGame .stepCompleted {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: white;
	background-color: rgba(255, 255, 255, 0.5);
	float: left;
	margin: 3px;
}

#GetInTheGame .stepActive {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: white;
	float: left;
	margin: 3px;
}

#GetInTheGame .stepInactive {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: white;
	background-color: rgba(255, 255, 255, 0.5);
	float: right;
	margin: 3px;
}

/*  INTRO SCREEN */
#GetInTheGameIntro {
	background: url(../../../images/challenges/superbowl/GetInTheGame_Background_1@3x.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	height: calc(100% - 60px);
	width: calc(100% - 260px);
/* 	height: 100%; */
/*     width: 100%; */
	top: 60px;
	
	background-position: 50% 50%;
}

#GetInTheGameIntro .challengeDuration {
	margin: 0px 5px;
	vertical-align: super;
}


#GetInTheGameIntro .rules {
	color: white;
	margin-top: 30px;
}

#GetInTheGameIntro .rules:hover{
	text-decoration: underline;
	cursor: pointer;
}

#GetInTheGameIntro .challengeLogoIntro {
	margin: 10px;
	padding: 10px;
	max-width: 300px;
	margin: auto;
}

/* RULES SCREEN */
#GetInTheGameRules .backgroundImageRules {
	background: url(../../../images/challenges/superbowl/GetInTheGame_Background_rules_3x.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}

#GetInTheGameRules .rulesTitle {
	color: white;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 50px;
}

#GetInTheGameRules .rulesText {
	padding: 50px;
}

#GetInTheGameRules .ruleTitle {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #393939;
}

#GetInTheGameRules .ruleText {
	margin-bottom: 50px;
	line-height: normal;
}

#GetInTheGameRules .challengeLogoRules {
	padding: 80px 100px 10px 100px;
	max-width: 220px;
	margin: auto;
}

/*  GAME PLAN SCREEN */
#GetInTheGamePlan {
	background: url(../../../images/challenges/superbowl/GetInTheGame_BG_Plan.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	height: calc(100% - 60px);
	width: calc(100% - 260px);
/* 	height: 100%; */
/*     width: 100%; */
	top: 60px;
	background-position: 50% 50%;
}

/*  BARRIERS SCREEN */
#GetInTheGameBarriers {
	background: url(../../../images/challenges/superbowl/GetInTheGame_BG_defense.jpg);
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	height: calc(100% - 60px);
	width: calc(100% - 260px);
/* 	height: 100%; */
/*     width: 100%; */
	top: 60px;
	background-position: 50% 50%;
}

#GetInTheGameBarriers .barriersButton {
	background-color: white;
	margin-top: 10px;
	width: 300px;
	height: 50px;
	color: #4C2985;
	text-transform: unset;
	font-size: 16px;
}

/*  HABITS SCREEN */
#GetInTheGameAllHabits .habitsContent {
	padding: 70px 20px 20px 20px;
}

#GetInTheGameAllHabits .allHabitTtitle {
	color: #4A4A4A;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}

#GetInTheGameAllHabits .card{
	cursor: pointer;
}

#GetInTheGameAllHabits .card-title {
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#GetInTheGameAllHabits .card-content {
	padding-top: 15px;
	padding-bottom: 10px;
}

#GetInTheGameAllHabits .cardText {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 20px;
	margin-top: -5px;
	padding-bottom: 10px;
	font-weight: 300;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#GetInTheGameAllHabits .cardText table {
	display: none;
}

#GetInTheGameAllHabits .infoAded {
	height: 30px;
	width: 50%;
	border-radius: 50px;
	background-color: #73CCEE;
	margin: auto;
	margin-top: -15px;
	position: relative;
	text-align: center;
	vertical-align: super;
	color: white;
	float: left;
	margin-left: 25%;
	padding-top: 7px;
}

#GetInTheGameAllHabits .card-image {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	background-size: cover;
	height: 210px;
	background-position: center center;
	/* For IE8 and earlier */
}

#GetInTheGameAllHabits .card-image:hover {
	opacity: 0.75;
	filter: alpha(opacity = 75);
	/* For IE8 and earlier */
}

#GetInTheGameAllHabits .custom-habit {
	text-align: right;
}

#GetInTheGameAllHabits .custom-habit #addCustomHabit{
  position: relative;
  right: 30px;
  top: -30px;
  cursor: pointer;
  color: #fff;
  speak: none;
  display: inline-block;
  font-family: "Material-Design-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 26px;
  transition: transform 200ms ease-in-out;
  background-color: #039BE5;
  border-radius: 100%;
  padding: 14px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28); }
  
  #GetInTheGameAllHabits #addCustomHabit:before {
  content: "\e701"; }


/* ACHHIVEMENT 25, 50, 75, 100 YARDS */
#GetInTheGameAcievement .achivementImage {
	background: url(../../../images/challenges/superbowl/GetInTheGame_BG_badge.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}

#GetInTheGameAcievement .achivementCloseIcon {
	color: white;
	padding: 20px;
	float: right;
	cursor: pointer;
}

#GetInTheGameAcievement .achivementIcon {
	padding: 0% 20% 5% 20%;
}

#GetInTheGameAcievement .achivementContent {
	padding: 5%;
	text-align: center;
}

#GetInTheGameAcievement .achivementTitle {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	color: white;
}

#GetInTheGameAcievement .achivementText {
	font-size: 16px;
	line-height: 20px;
	color: white;
	margin: 10px;
	font-weight: 300;
}

/* Field */
/* MAIN SCREEN */
#GetInTheGameMain .backgroundImageMain {
	background: url(../../../images/challenges/superbowl/GetInTheGame_field.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom;
	height: 500px;
}

#GetInTheGameMain .scoreScreen {
	background-image: url(../../../images/challenges/superbowl/pattern-bottom.svg);
	height: 75px;
	border-bottom: none;
	border-style: solid;
	border-top-width: 7px;
	padding: 15px;
	background-color: #191919;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: calc(100% - 290px);
	border-color: rgba(0, 0, 0, 0.5);
}

#GetInTheGameMain .player1, #GetInTheGameMain .player2{
	background-size: 70px;
	height: 70px;
	width: 70px;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
  	-moz-kit-border-radius: 50%;
  	border-radius: 50%;
  	background-size: cover;
  	background-position: center;
}
  

#GetInTheGameMain .player1 {
	float: left;
}

#GetInTheGameMain .player2 {
	float: right;
}

#GetInTheGameMain .score {
	height: 70px;
	color: white;
	margin: 0 auto !important;
	display: inline-block;
}

#GetInTheGameMain .VS {
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
}

#GetInTheGameMain .scoreBox {
	border-right: #979797;
	border-right-style: solid;
	border-right-width: thin;
}

#GetInTheGameMain .scoreBox.player-score .row {
	max-width: 410px;
	padding: 0 36px 0 20px;
	margin: 0 auto;
}

#GetInTheGameMain .countdown {
	padding-top: 10px;
	color: white;
	width: 38%;
}

#GetInTheGameMain .countdown .row {
	max-width: 370px;
	margin: 0 auto;
}

#GetInTheGameMain .scoreNumber {
	font-size: 50px;
	font-weight: 600;
	line-height: 63px;
}

#GetInTheGameMain .squareCount {
	background: white;
	font-size: 20px;
	width: 26px;
	height: 32px;
	margin: 3px;
	font-weight: 600;
	padding: 0px;
	text-align: center;
	padding-top: 5px;
	border-radius: 2px;
	color: black;
	float: left;
}

#GetInTheGameMain .squareCountBox {
	background: none;
	text-align: center;
	padding-right: 0;
	margin-top: 6px;
}

#GetInTheGameMain .spaceCount {
	font-size: 20px;
	font-weight: 900;
	padding: 8px 0px 0px 0px;
	color: white;
	float: right;
}

#GetInTheGameMain .countNames {
	padding-top: 8px;
	width: 100%;
	text-align: center;
	padding-right: 29px;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 6px;
}

#GetInTheGameMain .kickOffButton {
	height: 51px;
	min-width: 200px;
	max-width: 300px;
	border-radius: 2px;
	background-color: #74509D;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22), 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	float: right;
	margin-top: 9px;
	position: absolute;
	right: 20px;
}

#GetInTheGameMain .path {
	padding-top: 8px;
}

#GetInTheGameMain .player {
	height: 80px;
}

#GetInTheGameMain .done {
	height: 30px;
}

#GetInTheGameMain .point {
	height: 30px;
}

#GetInTheGameMain .achievement {
	height: 70px;
}

#GetInTheGame .field ul {
	position: absolute;
	top: 60px;
	background-position: 50% 50%;
	background: -webkit-radial-gradient(#b4ec51, #429321);
	background: -o-radial-gradient(#b4ec51, #429321);
	background: -moz-radial-gradient(#b4ec51, #429321);
	background: radial-gradient(#b4ec51, #429321);
	height: calc(100% - 175px);
	overflow: hidden;
	width: calc(100% - 260px);
}

#GetInTheGame .field ul:after {
	content: "";
	background: url(../../../images/challenges/superbowl/pattern.svg);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}

#GetInTheGame .field li {
	float: left;
	width: 8.33%;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
/* 	z-index: 5; */
}

#GetInTheGame .field li:after {
	content: '';
	width: 1px;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	height: 100%;
	top: 0;
	right: 0;
}

#GetInTheGame .field li:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.1);
/* 	z-index: 4; */
}

#GetInTheGame .field li:last-child:after {
	background: transparent;
}

#GetInTheGame .field li .goal {
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#GetInTheGame .field li .goal-right {
	position: absolute;
	right: -20%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
}

#GetInTheGame .field li .goal-text {
	text-transform: uppercase;
	right: 40px;
	font-weight: 700;
	font-size: 19px;
	text-align: center;
	opacity: 0.4;
	position: absolute;
	left: 66%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 200px;
}

#GetInTheGame .field li .goal-text-right {
	text-transform: uppercase;
	right: 40px;
	font-weight: 700;
	font-size: 19px;
	text-align: center;
	opacity: 0.4;
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 200px;
}

#GetInTheGame .field li .yards-numbers {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#GetInTheGame .field li .yards-numbers .number {
	font-family: 'Roboto Condensed';
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	bottom: 16px;
}

#GetInTheGame .field li .yards-numbers span {
	width: 1px;
	height: 10px;
	background: #fff;
	float: left;
	margin-bottom: -2px;
	margin-right: 10%;
	margin-left: -1px;
}

#GetInTheGame .field li .yards-numbers span:first-of-type {
	opacity: 0;
}

#GetInTheGame .field li .yards-numbers.right .number {
	text-align: right;
	position: absolute;
	right: 1px;
}

#GetInTheGame .field li .yards-numbers.left .number {
	text-align: left;
	left: 1px;
}

#GetInTheGameMain .position .player {
	height: 60px;
	position: absolute;
	left: 96%;
	top: 40%;
	transform: translate(-50%, -50%);
	display: none;
}

#GetInTheGameMain .position.half .player, #GetInTheGameMain .position.half .done, #GetInTheGameMain .position.half .point, #GetInTheGameMain .position.half .achievement
	{
	left: 50%;
}

#GetInTheGameMain .position .achievement
 {
	height: 50px;
	position: absolute;
	left: 100%;
	top: 40%;
	transform: translate(-50%, -50%);
	display: none;
}

#GetInTheGameMain .position.achievement .done{
	height: 50px;
}

#GetInTheGameMain .position.achievement.done .achievement{
	display: none;
}

#GetInTheGameMain .position .done {
	height: 30px;
	position: absolute;
	left: 100%;
	top: 40%;
	transform: translate(-50%, -50%);
	display: none;
}

#GetInTheGameMain .position {
	position: relative;
}

#GetInTheGameMain .position .point {
	height: 30px;
	position: absolute;
	left: 100%;
	top: 40%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 0;}

#GetInTheGameMain .position.done .done, #GetInTheGameMain .position.point .point, #GetInTheGameMain .position.current .player, #GetInTheGameMain .position.achievement .achievement{
	display: block;
}

#GetInTheGameMain li:nth-child(1) .position {
	top: 43%;
}

#GetInTheGameMain li:nth-child(2) .position.half {
	top: 48%;
}

#GetInTheGameMain li:nth-child(2) .position {
	top: 50%;
}

#GetInTheGameMain li:nth-child(3) .position.half {
	top: 48%;
}

#GetInTheGameMain li:nth-child(3) .position {
	top: 40%;
}

#GetInTheGameMain li:nth-child(4) .position.half {
	top: 35%;
}

#GetInTheGameMain li:nth-child(4) .position {
	top: 33%;
}

#GetInTheGameMain li:nth-child(5) .position.half {
	top: 48%;
}

#GetInTheGameMain li:nth-child(5) .position {
	top: 50%;
}

#GetInTheGameMain li:nth-child(6) .position.half {
	top: 60%;
}

#GetInTheGameMain li:nth-child(6) .position {
	top: 60%;
}

#GetInTheGameMain li:nth-child(7) .position.half {
	top: 60%;
}

#GetInTheGameMain li:nth-child(7) .position {
	top: 50%;
}

#GetInTheGameMain li:nth-child(8) .position.half {
	top: 49%;
}

#GetInTheGameMain li:nth-child(8) .position {
	top: 40%;
}

#GetInTheGameMain li:nth-child(9) .position.half {
	top: 35%;
}

#GetInTheGameMain li:nth-child(9) .position {
	top: 35%;
}

#GetInTheGameMain li:nth-child(10) .position.half {
	top: 50%;
}

#GetInTheGameMain li:nth-child(10) .position {
	top: 50%;
}

#GetInTheGameMain li:nth-child(11) .position.half {
	top: 48%;
}

#GetInTheGameMain li:nth-child(11) .position {
	top: 35%;
}

#GetInTheGameMain li .position img.player {
	cursor: pointer;
}

#GetInTheGameMain li .position img {
/* 	cursor: pointer; */
	z-index: 11;
}

#GetInTheGameMain .triangle-left {
	background: url(../../../images/challenges/superbowl/triangle.svg);
	height: 11px;
	width: 11px;
	position: absolute;
	right: 28px;
	bottom: 25px;
	background-size: cover;
}

#GetInTheGameMain .triangle-right {
	background: url(../../../images/challenges/superbowl/triangle.svg);
	height: 11px;
	width: 11px;
	position: absolute;
	left: 28px;
	bottom: 25px;
	background-size: cover;
	transform: rotate(180deg);
}

#GetInTheGameMain .position-info {
	background: #fff;
	border-radius: 3px;
	padding: 12px 4px;
	font-size: 13px;
	width: 100px;
	top: -80px;
}

#GetInTheGameMain .position-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

#GetInTheGameMain .position-info .tasks {
	margin-bottom: 4px;
}

#GetInTheGameMain .position-info .tasks span, #GetInTheGameMain .position-info .level span {
	font-weight: 700;
	color: #74509D;
}

#GetInTheGameMain li .position-info {
	position: absolute;
	right: -53px;
	z-index: 100;
	opacity: 0;
	transition: 300ms ease-in-out;
}

#GetInTheGameMain li .player-field-position:after {
	display: block;
	content: '';
	clear: both;
}

#GetInTheGameMain li .current .player-field-position:hover .position-info{
	opacity: 1;
}

#GetInTheGameMain li .half .position-info {
	right: initial;
}

#GetInTheGameMain .mobile-view {
	display: none;
	background: -webkit-radial-gradient(#b4ec51, #429321);
	background: -o-radial-gradient(#b4ec51, #429321);
	background: -moz-radial-gradient(#b4ec51, #429321);
	background: radial-gradient(#b4ec51, #429321);
	position: fixed;
	width: 100%;
	bottom: 0;
	top: 0;
}

#GetInTheGameMain .mobile-view .text {
	position: relative;
	color: #fff;
	top: 40%;
	text-align: center;
	font-size: 36px;
	padding: 0px 33px;
	font-weight: 300;
	line-height: 1.3;
}

@media only screen and (max-width: 993px) {
	#GetInTheGame .field ul {
		width: 100%;
	}
	#GetInTheGame .topBar {
		left: 0;
		width: 100%;
	}
	#GetInTheGameMain .scoreScreen {
		width: 100%;
	}
	
	#GetInTheGamePlan, #GetInTheGameBarriers {
	width: 100%;
	position: relative;
	top: 0;
	}
}

@media only screen and (max-width: 1400px) {
	#GetInTheGameMain .scoreBox.player-score .row {
		padding: 0;
	}
}

@media only screen and (max-width: 1300px) {
	#GetInTheGameMain .scoreBox.player-score .row {
		padding: 0;
	}
	#GetInTheGameMain .countdown {
		display: none;
	}
	#GetInTheGameMain .scoreBox {
		width: 70%;
	}
}

@media only screen and (max-width: 600px) {
	#GetInTheGameMain .scoreScreen {
		display: none;
	}
	#GetInTheGameMain .mobile-view {
		display: block;
	}
	#GetInTheGameMain .field, #GetInTheGameMain .mdi-action-info, #GetInTheGameMain .mdi-action-settings {
		display: none;
	}
}

@media only screen and (min-width: 1049px) and (min-height: 1400px) {
	#GetInTheGameMain .countdown {
		display: none;
	}
	#GetInTheGameMain .player-score {
		width: 60%;
	}
	#GetInTheGameMain .button-game {
		width: 40%;
	}
	#GetInTheGame .field li .goal-right {
		right: -50%;
	}
}



/* ------------------------------- mindfulLiving  ------------------------ */

/* GLOBAL */
@media screen and (max-width: 600px) {
	#mindfulLiving {
		display: none;
	}
	#mindfulLivingMobile {
		display: unset;
	}
}

@media screen and (min-width: 601px) {
	#mindfulLiving {
		display: unset;
	}
	#mindfulLivingMobile {
		display: none;
	}
}

#wrapper {
	background-color: #f4f5f3;
	height: 100%;
	width: 100%;
}

.hidden {
	display: none;
}


#mindfulLiving .space {
	padding: 0px 5px 0px 5px;
}

#mindfulLiving .btnColorDisable {
	background-color: #fff;
	color: #4A4A4A;
	opacity: 0.2;
}

#mindfulLiving .btnColorActive {
	background-color: #fff;
	color: #4A4A4A;
}

#mindfulLiving .btnColorSecondary {
	background-color: #73CCEE !important;
}

#mindfulLiving .btnColorTertiary {
	background-color: white !important;
	color: #74509D;
}

#mindfulLiving .containerBox {
	position: relative;
	padding: 80px 5% 0% 5%;
	margin: auto;
}

#mindfulLiving .containerTextCenter {
	color: white;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
	padding-top: 10px;
}

#mindfulLiving .containerTextLeft {
	color: white;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	text-align: left;
	padding-bottom: 20px;
}

#mindfulLiving .containerTitleCenter {
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 10px;
}

#mindfulLiving .containerTitleLeft {
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	text-align: left;
}

#mindfulLiving .containerSubtitle {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}

#mindfulLiving .containerBuletedList {
	text-align: left;
	padding-left: 20px;
	margin: 0px 0px 10px 0px;
}

#mindfulLiving .containerBuletedList li {
	list-style-type: disc;
}

#mindfulLiving ol {
	list-style-type: decimal;
}

#mindfulLiving ol li {
	padding-bottom: 15px;
}

#mindfulLiving .containerBox label {
	color: white;
}

#mindfulLiving .bold {
	font-weight: bold;
}

/* popup */
#modal1 {
	display: unset;
}

#modal1 .modal {
	display: unset;
}

#modal1.hidden{
	display: none;
}

#modal1 .modal-footer {
	border-radius: 0 0 2px 2px;
	background-color: #fafafa;
	padding: 0px;
	height: 56px;
	width: 100%;
	height: 56px;
}

#modal1 p {
	line-height: 24px;
}

#modal1 .modalImage {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_survey.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
	height: 100px;
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

#modal1 .modalCenter {
	text-align: center;
}

#modal1 .modalForm {
	text-align: center;
	width: 200px;
	margin: auto;
	margin-top: 20px;
}

#modal1 label {
	width: unset;
}




#modal1 .progressPoints {
	padding-top: 20px;
}

#modal1 ul {
	padding: 0px;
}

#modal1 li {
	    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 2px;
}

#modal1 .progressPointInactive {
	    background-color: #A17E85;
    opacity: 0.34;
}

#modal1 .progressPointActive {
	    background-color: #A17E85;
}


#modal1 .modalCheckBox {
	  
}



/* Mobile */
#mindfulLivingMobile .backgroundImage {
	background: url(../../../images/challenges/mindfulLiving/Mindful_living_BG_2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
}

#mindfulLivingMobile .btnColorActive {
	background-color: #fff;
	color: #4A4A4A;
	margin-top: 30px;
}

#mindfulLivingMobile .mobileContent {
    position: absolute;
    text-align: center;
    width: 100%;
        margin-top: 100px;
}
#mindfulLivingMobile .mobileText {
	color: #fff;
    font-size: 24px;
}








/* Content */
.MLContainerCheckBox[type="checkbox"]+label:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: transparent;
}

.MLContainerCheckBox[type="checkbox"]:checked+label:before {
	border: 2px solid transparent;
	border-bottom: 2px solid #73CCEE;
	border-right: 2px solid #73CCEE;
	background: transparent;
}

.MLContainerCheckBox.filled-in[type="checkbox"]+label:after {
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: transparent;
}

.MLContainerCheckBox.filled-in[type="checkbox"]:checked+label:after {
	background: rgba(255, 255, 255, 0.5);
}

.MLContainerCheckBox.filled-in[type="checkbox"]:checked+label:before {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* SCREEN NOTIFICATIONS */
#mindfulLiving .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.8;
	z-index: 1001;
}

#mindfulLiving .overlayMessage {
	z-index: 1002;
	position: relative;
	padding: 0;
	margin-top: 15%;
}

/* TOP MENI */
#mindfulLiving .topBar {
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-weight: 700;
	padding: 8px;
	position: fixed;
	width: calc(100% - 277px);
	z-index: 1100;
	left: 261px;
}

@media screen and (max-width: 993px) {
	#mindfulLiving .topBar {
		color: white;
		background-color: rgba(0, 0, 0, 0.3);
		font-weight: 700;
		padding: 8px;
		position: fixed;
		z-index: 1100;
		left: 0px;
		width: calc(100% - 16px);
	}
}

#mindfulLiving .challengeName {
	float: left;
	padding-top: 6px;
	padding-left: 6px;
	font-weight: 500;
}

#mindfulLiving .challengeActions {
	float: right;
	cursor: pointer;
}

#mindfulLiving .backIcon {
	float: left;
}

#mindfulLiving .title {
	color: white;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 500;
}

#mindfulLiving .steps {
	width: max-content;
	margin: auto;
	padding: 20px;
}

#mindfulLiving .stepCompleted {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: white;
	background-color: rgba(255, 255, 255, 0.5);
	float: left;
	margin: 3px;
}

#mindfulLiving .stepActive {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: white;
	float: left;
	margin: 3px;
}

#mindfulLiving .stepInactive {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: white;
	background-color: rgba(255, 255, 255, 0.5);
	float: right;
	margin: 3px;
}

/*  BACKGROUND 1 */
#mindfulLiving .backgroundImage1 {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_BG_1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	height: calc(100% - 60px);
	width: calc(100% - 260px);
	background-position: 50% 50%;
}

@media screen and (max-width: 993px) {
	#mindfulLiving .backgroundImage1 {
		background:
			url(../../../images/challenges/mindfulLiving/Mindful_living_BG_1.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: fixed;
		height: 100%;
		width: 100%;
		background-position: 50% 50%;
	}
}

#mindfulLiving .backgroundImage2 {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_BG_2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	height: calc(100% - 60px);
	width: calc(100% - 260px);
	background-position: 50% 50%;
}

@media screen and (max-width: 993px) {
	#mindfulLiving .backgroundImage2 {
		background:
			url(../../../images/challenges/mindfulLiving/Mindful_living_BG_2.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: fixed;
		height: 100%;
		width: 100%;
		background-position: 50% 50%;
	}
}

#mindfulLiving .backgroundImageWeek1 {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_week_1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	height: calc(100% - 60px);
	width: calc(100% - 260px);
	background-position: 50% 50%;
	opacity: 0.1;
}

@media screen and (max-width: 993px) {
	#mindfulLiving .backgroundImageWeek1 {
		background:
			url(../../../images/challenges/mindfulLiving/Mindful_living_week_1.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: fixed;
		height: 100%;
		width: 100%;
		background-position: 50% 50%;
		opacity: 0.1;
	}
}

/*  INTRO SCREEN */
#mindfulLivingIntro .challengeDuration {
	margin: 0px 5px;
	vertical-align: super;
}

#mindfulLivingIntro .rules {
	color: white;
	margin-top: 30px;
}

#mindfulLivingIntro .challengeLogoIntro {
	margin: 10px;
	padding: 10px;
	max-width: 300px;
	margin: auto;
}

/* RULES SCREEN */
#MindfulLivingRules .rulesTitle {
	color: white;
	font-size: 56px;
	font-weight: 900;
	text-align: left;
	padding-bottom: 30px;
	border: 0px;
	border-bottom: 1px solid;
	border-style: solid;
	border-color: #fff;
	padding-left: 0;
}

#MindfulLivingRules .rulesText {
	text-align: left;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	padding: 30px 0px 0px 0px;
}

#MindfulLivingRules .ruleTitle {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #fff;
	line-height: 30px;
}

#MindfulLivingRules .ruleText {
	margin-bottom: 30px;
	line-height: 24px;
}

#MindfulLivingRules .challengeLogoRules {
	padding: 100px 100px 10px 100px;
	width: 600px;
	margin: auto;
}

#MindfulLivingRules a {
	color: #fff;
	font-weight: 500;
}

/*  LEFT RIGHT NAVIGATION  */
#mindfulLivingWeeks .previousWeek {
	position: fixed;
	left: 270px;
	top: 55%;
	text-align: left;
}

@media screen and (max-width: 993px) {
	#mindfulLivingWeeks .previousWeek {
		position: fixed;
		left: 10px;
		top: 55%;
		text-align: left;
	}
}

#mindfulLivingWeeks .previousWeekInfo {
	float: left;
	left: 25px;
	top: -28px;
	position: absolute;
	width: 60px;
	text-align: center;
	color: #fff;
}

#mindfulLivingWeeks .nextWeek {
	position: fixed;
	right: 10px;
	top: 55%;
	text-align: right;
}

#mindfulLivingWeeks .nextWeekInfo {
	float: left;
	left: -61px;
	top: -28px;
	position: absolute;
	width: 60px;
	text-align: center;
	color: #fff;
}

#mindfulLivingWeeks .weekIconLeftRight {
	color: #fff;
}

#mindfulLivingWeeks .iconUn-locked {
	padding-bottom: 10px;
}

#mindfulLivingWeeks .weekText {
	font-size: 12px;
	font-weight: 100;
}

/*  POINTS */
#mindfulLiving .pointsBox {
	position: fixed;
	background-color: white;
	border-radius: 15%/50%;
	width: 155px;
	padding: 10px 20px 10px 10px;
	left: 280px;
	bottom: 20px;
}

@media screen and (max-width: 993px) {
	#mindfulLiving .pointsBox {
		position: fixed;
		background-color: white;
		border-radius: 15%/50%;
		width: 155px;
		padding: 10px 20px 10px 10px;
		left: 20px;
		bottom: 20px;
	}
}

#mindfulLiving .poitsIcon {
	font-size: 34px;
	color: #625577;
	float: left;
}

#mindfulLiving .pointsText {
	float: right;
	color: #DB7F71;
	font-size: 34px;
	font-weight: 600;
}

#mindfulLiving .pointsSmall {
	font-size: 16px;
	font-weight: 100;
}

/*  LEADERBORD PLACE */
#mindfulLiving .leaderbordBox {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#mindfulLiving .leaderbordBoxCrown {
	height: 33%;
	width: 33%;
	left: 25px;
	top: -35px;
	position: absolute;
}

#mindfulLiving .leaderbordBoxCircle {
	background-color: #fff;
	padding: 25px 10px 10px 8px;
	border-radius: 50%;
	width: 60px;
	height: 40px;
	color: #625577;
	font-size: 30px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
}

#mindfulLiving .leaderbordBoxTh {
	font-size: 18px;
}

#mindfulLiving .leaderbordBoxText {
	font-size: 10px;
	font-weight: 100;
}

/*  DAILY PROGRESS */
#mindfulLivingWeeks .progressBox {
	position: fixed;
	bottom: 5px;
	width: calc(100% - 260px);
}

@media screen and (max-width: 993px) {
	#mindfulLivingWeeks .progressBox {
		position: fixed;
		bottom: 20px;
		width: 100%;
	}
}

#mindfulLivingWeeks .progressBoxUnit {
	text-align: center;
	width: 11%;
	float: left;
	color: #fff;
}

#mindfulLivingWeeks ul {
	padding: 15px 26% 0px 28%;
}

#mindfulLivingWeeks .progressBoxCircle {
	background-color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 26px;
	color: #DB7F71;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	margin: auto;
	padding-top: 9px;
}

#mindfulLivingWeeks .progressBoxCircleRed {
	background-color: #DB7F71;
}

#mindfulLivingWeeks .progressBoxCircleGray {
	background-color: rgba(0, 0, 0, 0.3);
}

#mindfulLivingWeeks .progressBoxIconFail {
	color: #fff;
	padding-top: 0px;
	font-size: 18px !important;
}

#mindfulLivingWeeks .progressBoxIconUn_locked {
	color: #fff;
	padding-top: 0px;
	font-size: 18px !important;
}

#mindfulLivingWeeks .progressBoxDay {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}

#mindfulLivingWeeks .progressBoxDayActive {
	border-bottom: 3px;
	border-style: solid;
	padding-bottom: 10px;
}

#mindfulLivingWeeks .progressBoxCurrentWeek {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}

#mindfulLivingWeeks .progressBoxCurrentDate {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	padding-top: 6px;
}

/*  Week1 SCREEN */
#week1 .containerGif {
	width: 25%;
}

#week1 .containerStopwatch {
	text-align: center;
	padding-top: 10px;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
}

#week1 .iconPlayPause {
	width: 40%;
	font-size: 50px;
	padding-top: 10px;
}

/*  Week2, 4, 5 SCREEN */
#mindfulLiving .containerChoseImage {
	width: 50%;
    border: 1px;
    border-style: dashed;
    padding: 3%;
    margin: 10% 25%;
    border-color: rgba(255, 255, 255, 0.5);
    padding: 50px 30px;
}

#mindfulLiving .iconAddImage {
	color: #fff;
	font-size: 200%;
	vertical-align: middle;
}

#mindfulLiving .containerChoseImageText {
	font-size: 12px;
	color: #fff;
}

#mindfulLiving .containerImage {
	margin-top: 10px;
}

#mindfulLiving .containerImageFile {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_week_1.jpg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
	background-repeat: no-repeat;
	width: 80%;
	margin: auto;
	position: relative;
	padding-top: 43%;
}

#mindfulLiving .iconDelete {
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #DB7F71;
	background-color: #fff;
	border-radius: 50%;
	padding: 5px;
}

#mindfulLiving .iconCancel {
	font-size: 30px;
	position: relative;
	left: 40%;
	bottom: 20px;
	color: #DB7F71;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
}

#mindfulLiving .iconConfirm {
	font-size: 50px;
	position: relative;
	left: 50%;
	bottom: 15px;
	color: #B8E986;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
}

#week4 .colageOneBox {
	padding: 0px;
	margin-bottom: 0px;
}

#week4 .containerImageFileColage {
	position: relative;
	margin-bottom: -7px;
}

#week4 .colageImage1 {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

#week4 .colageImage2 {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#week4 .containerChoseImageFileColage1 {
	position: relative;
	width: 100%;
	height: 100px;
	border: 1px;
	border-style: dashed;
	border-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
	display: table;
}

#week4 .containerChoseImageFileColage2 {
	position: relative;
	width: 100%;
	height: 200px;
	/* line-height: 80px; */
	border: 1px;
	border-style: dashed;
	border-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
	display: table;
}

#week5 .colageOneBox {
	padding: 0px;
	margin-bottom: 0px;
}

#week5 .containerImageFileColage {
	position: relative;
	margin-bottom: -7px;
}

#week5 .colageImage1 {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#week5 .containerChoseImageFileColage1 {
	position: relative;
	width: 100%;
	height: 100px;
	border: 1px;
	border-style: dashed;
	border-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
	display: table;
}

#week5 .containerChoseImageFileColage2 {
	width: 100%;
	height: 200px;
	border: 1px;
	border-style: dashed;
	border-color: rgba(255, 255, 255, 0.5);
	padding: 60px 10px 10px 10px;
	display: table;
}

#week5 .sensesImage1 {
	float: left;
	width: 30px;
	padding-top: 15px;
}

#week5 .sensesImage2 {
	float: left;
	height: 40px;
	padding-top: 15px;
}

#week5 .sensesInput {
	margin: 0px;
	display: inline !important;
}

#week5 .week5input {
	border-bottom: 1px solid #fff;
	margin: 0;
	width: 85%;
	float: right;
}

#week5 .week5Score {
	padding: 10px 0px;
	font-size: 12px;
	color: #fff;
}

#week5 .week5ScoreText {
	font-size: 16px;
	font-weight: 500;
	padding-right: 20px;
}

/*  Week3 SCREEN */
#week3 .week3input {
	border-bottom: 1px solid #fff;
	margin: 0;
}

#week3 .week3Score {
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 10px;
}

#week3 .week3ScoreText {
	font-size: 16px;
	font-weight: 500;
	padding-right: 20px;
}

/*  achievement SCREEN */
#achievements .achievementImage1 {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_ach_icebreaker.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	width: 160px;
	margin: auto;
	padding-top: 180px;
}

#achievements .achievementImage2 {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_ach_superior.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	width: 160px;
	margin: auto;
	padding-top: 180px;
}

#achievements .achievementImage3 {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_ach_master.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	width: 160px;
	margin: auto;
	padding-top: 180px;
}

/* DASHBOARD CARDS */
#mindfulLivingDasboard .dasboardCardNewBGImageActive {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_dashboard_card_BG.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 120px;
	padding: 20px;
}

#mindfulLivingDasboard .dasboardCardNewBGImageInactive {
	background:
		url(../../../images/challenges/mindfulLiving/Mindful_living_dashboard_card_BG.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 120px;
	padding: 20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#mindfulLivingDasboard .dasboardCardTitleBottom {
	background-color: white;
	vertical-align: bottom;
	height: 40px;
	padding: 21px 20px 0px 20px;
}

#mindfulLivingDasboard .dasboardCardTitle {
	font-size: 26px;
	color: white;
	font-weight: 500;
}

#mindfulLivingDasboard .dasboardCardSubtitle {
	font-size: 16px;
	color: white;
	font-weight: 300;
	padding-top: 20px;
}

#mindfulLivingDasboard .dasboardCardButton1 {
	font-size: 18px;
	color: #4A4A4A;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
}

#mindfulLivingDasboard .dasboardCardButton2 {
	font-size: 18px;
	color: #9B9B9B;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
}

#mindfulLivingDasboard .dasboardCardButton3 {
	font-size: 18px;
	color: #DB7F71;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
}

#mindfulLivingDasboard .dasboardCardDuration1 {
	font-size: 14px;
	color: #9B9B9B;
	font-weight: 300;
	float: right;
	padding-top: 4px;
}

#mindfulLivingDasboard .dasboardCardDuration2 {
	font-size: 14px;
	color: #625577;
	font-weight: 300;
	float: right;
	padding-top: 4px;
}

#mindfulLivingDasboard .dasboardCard {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

#mindfulLivingDasboard .dasboardCountdown {
	font-size: 16px;
	color: white;
	font-weight: 300;
	padding-top: 30px;
}

#mindfulLivingDasboard .bigFont {
	font-size: 30px;
	font-weight: 400;
}

#mindfulLivingDasboard .scoreBoardCircle {
	background-color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 26px;
	color: #DB7F71;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	margin: auto;
	padding-top: 9px;
}

#mindfulLivingDasboard .scoreBoardRedCircle {
	background-color: #DB7F71;
}

#mindfulLivingDasboard .scoreBoardGrayCircle {
	background-color: rgba(0, 0, 0, 0.3);
}

#mindfulLivingDasboard .scoreBoardDay {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}

#mindfulLivingDasboard .scoreBoardUnit {
	text-align: center;
	width: 14%;
	float: left;
}

#mindfulLivingDasboard .dasboardScoreBoard {
	margin: 0;
	padding: 0;
}

#mindfulLivingDasboard .scoreBoard {
	margin: 15px 0px 0px 0px;
	list-style-type: none;
	overflow: hidden;
}

#mindfulLivingDasboard .scoreBoardIconFail {
	color: #fff;
	padding-top: 0px;
	font-size: 20px !important;
}

#mindfulLivingDasboard .scoreBoardIconUn_locked {
	color: #fff;
	font-size: 60px;
	padding-top: 0px;
	font-size: 20px !important;
}


#mindfulLivingDasboard .scoreBoardIconUn_locked {
	color: #fff;
	font-size: 60px;
	padding-top: 0px;
	font-size: 20px !important;
}