html {
	/* Fix for jumping content when scrollbar appear */
	margin-left: calc(100vw - 100%);
}

body {
	background-color: #F6F5F5;
	font-family: Open Sans;
	margin: 0px auto !important;
	/* padding: 0px; */
	max-width: 800px;
	
	/* -webkit-user-select: none; */ /* Chrome/Safari */        
	/* -moz-user-select: none; */ /* Firefox */
	/* -ms-user-select: none; */ /* IE10+ */

	/* Rules below not implemented in browsers yet */
	/* -o-user-select: none;
	user-select: none; */
}

.hideProgressBar0 {
	visibility: hidden;
}

#screenLocker {
	position: fixed;
	background-color: white;
	background-image: url(/resources/motivaction/css/img/Orientation-icon.svg);
	background-image: url(/resources/motivaction/css/img/Orientation-icon.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 102;
}

#screenLoadingAnimation {
	position: fixed;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 101;
}

#header, #contentwrap {
	width: 100%;
}

#wrapper {
	width: 100%;
}

#testSesion, #visibleOnlyInTest {
	text-align: center;
    padding: 3px;
    color: #E94A40;
}

#topbg {
	width: 100%;
    height: auto;
	background-color: #1A74B8;
    margin: 10px 0px 0px;
}

#header {
	margin: auto;
	display: flex;
}

.template-logo {
	flex: 1;
}

#progress {
	flex: 0 0 100px;
    align-self: center;
}

#progressbar {
	visibility: hidden;
	width: 90px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
	padding: 1px;
}

#progress1 {
    width: 84px;
    margin-left: 3px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

#progress2 {
    background: #fff;
    height: 18px;
    padding: 2px 2px 0px 30px;
    font-size: 10px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

#centerbg {
	width: 100%;
	height: calc(100vh - 72px);
	/* height: calc(100% - 72px); */
	display: flex;
    justify-content: center;
    align-items: center;
}

#contentwrap {
	margin: auto;
}

#navbuttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
    height: 50px;
    border-top: 1px solid #C6C8C9;
    border-bottom: 1px solid #C6C8C9;
	background-color: #EDEDEC;	
	z-index: 101;
}

#templateErrorMessage {
	position: fixed;
	bottom: 72px;
	left: 0;
	width: 100%;
	padding: 10px 0;
    border-top: 1px solid #C6C8C9;
    border-bottom: 1px solid #C6C8C9;
	background-color: #E74C3C;	
	color: white;
	text-align: center;
	z-index: 101;
}

.supportButtonContainer {
	position: fixed;
	bottom: 72px;
	left: 0;
	width: 90%;
	margin-left: 5%;
}

.supportButton {
	/* padding: 5px 10px;
	background-color: #E9F0F2;
    color: #0077C0;
	border: solid 1px #0077c0;
	border-bottom: none;
    margin-right: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	cursor: pointer; */
	height: 30px !important;
	float: right !important;
    font-size: 18px !important;
}

/* .supportButton:hover {
	border: solid 2px #0077c0;
	padding: 4px 9px;
} */

.startButtonDiv {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}


#start {
	color: #FFFFFF;
	/* border: 1px solid #004771; */
	border-radius: 2px;
    background-color: #0077C0;
	padding: 2px;
	flex: 1;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 24px;
	cursor: hand;
	font-family: Open Sans;
}

#next, #back {
	height: 100%;
	width: 100%;
	background-color: #0077c0;
	color: #EDEDEC;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 50px;
	border-radius: 4px;
}

#next i, #back i {
	/* font: normal normal normal 50px/0.6 FontAwesome; */
	font-size: 30px;
}

.progress-bar-wrapper {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
	display: flex;
	align-items: center;
}

#progress-bar_container {
	flex: 1;
    height: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #CDCCCC;
}

.progressBar {
    height: 6px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: #0077C0;
    width: 0%;
    margin: 1px;
}

.logoDiv {
	display: flex;
	height: 100%;
}

.logoDiv img {
	height: 100%;
}

.navigationButtons {
/* 	float: right;
	padding-right: 10px;*/
	display: flex;
    justify-content: center;
    align-items: center;
	width: 90%;
	margin: auto;
	height: 100%;
	/* position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); */
}

.nextBackControlsContainer {
	/* display: flex; */
	flex: 0 0 50px;
	margin: 0 4px;
	height: 100%;
	cursor: pointer;
}

.backDiv.nextBackControlsContainer.notActive #back, .nextDiv.nextBackControlsContainer.notActive #next {
	/* pointer-events: none; */
	/* opacity: 0.7; */
	background-color: #4998d2 !important;
}

 .inlineDiv {
	 display: inline-block;
 }
 
 .rightFloat {
	 float: right;
 }
 
 .leftFloat {
	 float: left;
 }

#qb1 { 
	color: #FFFFFF; 
	background-color: #1a74b8; 
	float: left;
}

#qb2, #qb3 { 
	color: #FFFFFF; 
	background-color: #1a74b8; 
	float: right;
}

#qb1:hover, #qb2:hover, #qb3:hover { 
	color: #FFFFFF; 
	background-color: #66bbfd; 
}

#qb1, #qb2, #qb3 {
	display: none;
}

#footer {
	position: fixed;
    bottom: 0;
    width: 100%;
	border-top: solid 5px #1A74B8;
    padding: 10px;
    color: #1A74BB;
	font: normal 10pt Open Sans, calibri, Arial, Arial, Verdana, Helvetica;
    letter-spacing: 1px;
	font-size: 14px;
    font-weight: 400;
}

.invisible {
	display: none !important;
}

.hiddenElement {
	visibility: hidden;
}

.float {
	float: left;
}

.clear {
	clear: both;
}

.startButtonDivAdditionalText {
	color: #0077C0;
	margin-left: 5px;
}

.responsiveItemText {
	font-size: 18px;
	font-family: "open sans";
	color: #4C5252;
}

.responsiveItemText img, .responsiveItemTextMobile img, .responsiveItemText iframe, .responsiveItemTextMobile iframe {
	max-width: 100%;
}

.responsiveItemTextMobile {
	font-size: 16px;
	font-family: "open sans";
	color: #4C5252;
}

.responsiveAnswerText {
	font-size: 16px;
    font-family: "open sans";
    color: #4C5252;
}

.submitButtonStyle {
	/* background: url(/resources/motivaction/css/img/submit.svg) no-repeat 50%; */
	display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
	min-width: 60px;
    padding: 0 10px;
	margin-right: 5px;
	border-radius: 2px;
	/* background-color: #44B86D; */ /* Green */
	background-color: #0077c0; /* Blue */
	color: white;
	font-size: 24px;
	float: left;
	cursor: pointer;
}

.submitButtonTextStyle {
	/* background: url(/resources/motivaction/css/img/submit_mobile.svg) no-repeat 50%; */
	display: flex;
    align-items: center;
    justify-content: center;
	height: 45px;
	background-color: transparent;
	color: #0077c0;
	font-size: 14px;
	float: left;
	cursor: pointer;
}

.submitButtonTextStyleMobile {
	display: none;
}

.responsiveErrorMessage {
	color: #EC4D4A;
	font-size: 16px;
	text-align: center;
}

/* layout modification/fixes for legacy rendering */
.Question {
	font-size: 18px;
	font-family: "open sans";
	/* color: #4C5252; */
	color: #707070;
}

.Question input {
	font-size: 18px;
}

/* .Question img, .Question iframe { */
.Question img:not(.imgChecked, .imgUnchecked), .Question iframe {
	max-width: 100%;
}

.Answer {
	color: #707070;
    font-family: "open sans";
    font-size: 16px;
	text-decoration: none;
	outline: none;
}

.Answer a {
	color: #707070;
    font-family: "open sans";
    font-size: 16px;
	/* text-decoration: none; */
}

.checkbox, .radioinput, .prefixcell, .prefixcelldone, .clickercell, .clickercelldone {
	vertical-align: middle;
	background-size: 19px;
    width: 19px
}

.labelcell {
	padding-left: 5px;
}

.labelcell img {
	margin-bottom: 50px;	/* added for SR table layout with pictures */
}

.textarea, .textinput, .select {
	color: #4C5252;
    background-color: transparent;
    border: dashed 2px #0077C0;
    outline: none;
    font-family: "open sans";
}

.textinput, .select {
	/* border: solid 2px #0077C0; */
}

.imgChecked {
	border: solid 4px #1a74b8;
	max-width: 150px;
}

.imgUnchecked {
	border: solid 4px #F2F2F2;
	max-width: 150px;
}

/* added that content in legacy dont get behind navigation bar at the bottom */
#formwrap {
	/* padding-bottom: 75px; */
	padding: 60px 0 75px 0;
}

#trigger-next {
	color: #f5f5f5;
    background-color: #44b86d;
    float: left;
    margin-bottom: 100px; /* To be above navigation/progress bar */
	margin-left: 3%; /* align it with content of a question in a leggacy */
    border: none;
    width: 135px;
    height: 35px;
    font: bold 12.5pt Open Sans, calibri, Arial, Arial, Verdana, Helvetica;
    -webkit-appearance: none;
	cursor: pointer;
}

.ftmtable .verticalspacer {
	display: none;
}

#img_donemarker {
    background-image: url(/resources/motivaction/css/img/greencheck.png);
}

.opacityOverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* opacity: 0.5; */
	background-color: #EDEDEC;
	border-radius: 4px;
	display: none;
	z-index: -1;
}

.fa-question-circle {
	margin-left: 0px !important;
}