.invisible {
	display: none;
}

.singleResponseResponsiveItemText {
	/* text-align: center; */
	width: 90%;
	margin: 0 auto 20px;
}

.singleResponseResponsiveItemTextMobile {
	/* text-align: center; */
	width: 90%;
	margin: 0 auto 20px;
}

.singleResponsePanswersContainer {
	width: 90%;
	margin: auto;
}

.singleResponsePanswersContainerMobile {
	width: 90%;
	margin: auto
}

.SingleResponseResponsivePAnswers {
	margin: 5px 0;
	/* height: 24px;  */
	/* Setting height less than min height so this works properly in IE 11 */
	min-height: 34px;
	/* font-size: 20px; */
	border: solid 2px lightblue;
	border-radius: 2px;
	background-color: #E9F0F2;
	color: #0077C0;
	/* font-family: "open sans"; */
	display: flex;
    align-items: center;
	cursor: pointer;
}

.SingleResponseResponsivePAnswers:hover {
	border: solid 2px #0077c0;
}


.SingleResponseResponsivePAnswerActive{
	border: solid 2px #0077c0;
}

.singleResponseResponsiveRadioButton {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 16px;
	/* background: url(/resources/motivaction/css/img/radio_unchecked.svg) no-repeat 50%; */
	/* background-size: 18px; */
	flex: 0 0 25px;
	height: 25px;
}

.singleResponseResponsiveRadioButton:before {
	content: "\f111"; /* circle image */
}

.singleResponseResponsiveRadioButton.extraInputClass {
	/* background: url(/resources/motivaction/css/img/keyboard-small.svg) no-repeat 50%; */
	/* flex: 0 0 70px; */
	flex: 0 0 45px;
    font-size: 35px;
}

.singleResponseResponsiveRadioButton.extraInputClass:before {
	 content: "\f11c"; /* keyboard image */
}

.singleResponseResponsiveRadioButton.active {
	/* background: url(/resources/motivaction/css/img/radio_checked.svg) no-repeat 50%; */
	background-size: 18px;
	flex: 0 0 25px;
	font-weight: 900; /* full circle */
	font-size: 16px;
}
.singleResponseResponsiveRadioButton.active:before {
	content: "\f111";
}

.multipleResponseResponsiveRadioButton.active {
	/* background: url(/resources/motivaction/css/img/check_checked.svg) no-repeat 50%; */
	/* background-size: 18px; */
	flex: 0 0 20px;
	font-size: 16px;
}

.multipleResponseResponsiveRadioButton.active:before {
	content: '\f0c8';
	font-weight: 900;
}
.multipleResponseResponsiveRadioButton:hover{
	cursor: pointer;
}
.SingleResponseResponsiveYesNoImg {
	background: url(/resources/motivaction/css/img/no_button.svg) no-repeat 50%;
	flex: 0 0 35px;
	height: 25px;
}

.SingleResponseResponsivePAnswers:first-child .SingleResponseResponsiveYesNoImg {
	background: url(/resources/motivaction/css/img/yes_button.svg) no-repeat 50%;
}

.SingleResponseResponsivePAnswerText {
	flex: 1;
	/* padding: 0 10px; */
	padding: 6px 10px;
	/* position: relative; */
	/* top: 10px; */
}

.answerChecker{
	flex: 0 0 18px;
	/* float: right; */
}

.submitContainer{
	padding-left: 3px;
}

.extraSubmitButton {
	flex: 0 0 65px;
}

.SingleResponseResponsiveExtraInput{
	float: right;
	height: 32px;
}

.SingleResponseResponsiveExtraTextBoxContainer {
	display: flex;
	align-items: center;
	border: 2px dashed #0077C0;
	color: #0077C0;
}

.SingleResponseResponsiveTextareaStyle {
	flex: 1;
	color: inherit;
	background-color: transparent;
	border: none;
	resize: none;
	height: 34px;
	font-size: inherit;
	font-family: inherit;
	line-height: 34px;
	padding: 0 10px;
	outline: none !important;
}
.SingleResponseResponsiveTextareaStyle:focus{
	outline: none !important;	
}

/* drop down css */

.SingleResponseResponsiveDropDownContainer {
    display: flex;
    border-bottom: solid 1px #0077c0;
    background-color: transparent;
    width: 90%;
    margin: auto;
    margin-top: 20px;
	/* font-family: "open sans"; */
	cursor: pointer;
}

.SingleResponseResponsiveDropDownContainerMobile {
	display: flex;
	border: 2px dashed #0077C0;
	width: calc(90% - 8px);
	margin: auto;
	margin-top: 20px;
}

.SingleResponseResponsiveDropDownInput {
    color: #4C5252;
    background-color: transparent;
    height: 40px;
    outline: none !important;
	flex: 1;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.singleResponseResponsiveDropDownOtherInput{
	background-color: transparent;
    border: dashed 2px #0077c0;
    border-radius: 2px;
    resize: none;
    height: 34px;
    font-size: inherit;
    font-family: inherit;
    line-height: 34px;
	padding-left: 5px;
}

.SingleResponseResponsiveDropDownInputMobile {
    color: #4C5252;
    background-color: transparent;
    height: 40px;
    outline: none;
	border: none;
	flex: 1;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 10px;
	margin-right: 5px;
    -webkit-appearance: none;
	-moz-appearance:none;
    background: url(/resources/motivaction/css/img/Arrow_2.svg) no-repeat 100% 50%;
    background-size: 20px;
	max-width: calc(100% - 5px);
	font-size: inherit;
}

.SingleResponseResponsiveDropDownArrow {
	background-color: transparent;
	color: #0077c0;
    height: 40px;
	width: 40px;
    outline: none !important;
	flex: 0 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	/* background: url(/resources/motivaction/css/img/Arrow_2.svg) no-repeat 50%; */
	/* background-size: 50%; */
}

.SingleResponseResponsiveDropDownArrow:before {
	content: '\f0d7';
}

.SingleResponseResponsiveDropDownOptionsContainer {
	width: 90%;
    position: absolute;
    margin: 0 0 0 5%;
	z-index: 99;
}

.SingleResponseResponsiveDropDownDoneOptions {
	margin-bottom: 90px;
	background-color: #F6F5F5;
}

.SingleResponseResponsiveDropDownOption {
	margin-top: 10px;
	/* height: 30px;  */
	/* Setting height less than min height so this works properly in IE 11 */
	min-height: 34px;
    /* font-size: 20px; */
    border: solid 1px #0077c0;
	border-radius: 2px;
    background-color: #E9F0F2;
    display: flex;
    align-items: center;
    padding: 0 10px;
	color: #0077C0;
	/* font-family: "open sans"; */
	cursor: pointer;
}

.SingleResponseResponsiveDropDownOption.SingleResponseResponsiveDropDownActiveOption {
	background: url(/resources/motivaction/css/img/Arrow_3.svg) no-repeat 99% 50%;
	background-color: #EDEFEF;
	background-size: 20px;
}

.SingleResponseResponsiveDropDownOptionsContainerMobile {
	position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 1;
}

.SingleResponseResponsiveDropDownOptionsControls {
	display: none;
}

.SingleResponseResponsiveDropDownOptionsControlsMobile {
	background-color: #EDEFEF;
    height: 30px;
    display: flex;
}

.SingleResponseResponsiveDropDownArrowUp {
	flex: 0 0 30px;
	background: url(/resources/motivaction/css/img/Arrow-up.svg) no-repeat 50%;
	background-size: 20px;
}
.SingleResponseResponsiveDropDownArrowDown {
	flex: 0 0 30px;
	background: url(/resources/motivaction/css/img/Arrow.svg) no-repeat 50%;
	background-size: 20px;
}

.SingleResponseResponsiveDropDownDone {
	
}

.SingleResponseResponsiveDropDownDoneMobile {
	color: #0077C0;
	display: flex;
	align-self: center;
    justify-content: flex-end;
    flex: 1;
	padding: 0 20px;
}

.SingleResponseResponsiveDropDownDoneOptionsMobile {
	background-color: #CBD1D8;
	text-align: center;
	overflow-y: auto;
	height: 30%;
}

.SingleResponseResponsiveDropDownOptionMobile.SingleResponseResponsiveDropDownActiveOption {
	color: #4C5252;
	border-top: 2px dashed #9BA0A7;
	border-bottom: 2px dashed #9BA0A7;
}

.SingleResponseResponsiveDropDownDoneOptionsMobile div {
	color: #9BA0A7;
	/* font-family: "open sans"; */
}

.hideDropDownContainer {
	display: none;
}

/* search list */

.singleResponseResponsiveSearchListContainer {
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

.multipleSearchListAnswerSpan {
	display: flex;
	justify-content: space-between;
}

.singleResponseResponsiveSearchOption > .SingleResponseResponsivePAnswerText {
	padding-right: 0px;
}

.singleResponseResponsiveSearchList {
	display: flex;
	border: dashed  2px #0077c0;
	background-color: transparent;
	border-radius: 2px;
    outline: none;
	cursor: pointer;
}

.singleResponseResponsiveMultipleSearchList {
	display: flex;
	flex-wrap: wrap;
	background-color: transparent;
}

.singleResponseResponsiveMultipleSearchListInputContainer {
	display: flex;
	flex-wrap: wrap;
}

.singleResponseResponsiveMultipleSearchListInput {
	flex: 1;
	background-color: transparent;
	border: dashed  2px #0077c0;
	border-radius: 2px;
    resize: none;
    height: 34px;
    font-size: inherit;
    font-family: inherit;
    line-height: 34px;
    padding: 0 10px;
    outline: none !important;
	min-width: 0; /* needed to go below 200 px */
}

.singleResponseResponsiveSearchListInput {
	flex: 1;
    background-color: transparent;
    border: none;
    resize: none;
    height: 34px;
    font-size: inherit;
    font-family: inherit;
    line-height: 34px;
    padding: 0 10px;
    outline: none !important;
	min-width: 0; /* needed to go below 200 px */
 }
 
 .singleResponseResponsiveSearchOption {
	margin-top: 10px;
    min-height: 34px;
    border: solid 2px lightblue;
    border-radius: 2px;
    background-color: #E9F0F2;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #0077C0;
    cursor: pointer;
 }
 
 .singleResponseResponsiveSearchOption:hover, .singleResponseResponsiveSearchOptionActive {
	border: solid 2px #0077c0;
 }

/* Rating */

.singleResponsePanswersRatingContainer {
	display: flex;
	margin: 20px auto 0px;
	width: 90%;
}

.singleResponsePanswersRatingContainerMobile {
	display: flex;
	margin: 20px auto 0px;
	width: 90%;
	/* justify-content: center; */
}

.singleResponseResponsiveDontKnowContainer {
	display: flex;
	cursor: pointer;
	width: 90%;
	margin: 6px 0;
	margin-left: calc(5% - 10px);
}

.singleResponseResponsiveDontKnowImg {
	flex: 0 0 25px;
    height: 24px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    display: flex;
    align-items: center;
    font-size: 16px;
	color: #0077C0;
}

.singleResponseResponsiveDontKnowImg:before {
	content: '\f0c8';
}

.singleResponseResponsiveDontKnowImg.active:before {
	font-weight: 900;
}

.singleResponseResponsiveDontKnowText {
	flex: 1;
    height: 24px;
    align-items: center;
    display: flex;
}

.singleResponsePanswersRatingElement:first-child {
	border-left: solid 1px #0077C0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.singleResponsePanswersRatingElement:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}


.singleResponsePanswersRatingElement {
	flex: 1;
	border-top: solid 1px #0077C0;
	border-bottom: solid 1px #0077C0;
	border-right: solid 1px #0077C0;
	color: #0077C0;
	display: flex;
	align-items: center;
    justify-content: center;
	text-align: center;
	cursor: pointer;
}

.singleResponsePanswersRatingElement.hover {
	color: white;
	background-color: #CDDFED;
}

.singleResponsePanswersRatingElement.active {
	color: white;
	background-color: #0077C0;
}

.singleResponsePanswersRatingElementStars {
	flex: 1;
	/* display: flex; */
	/* align-items: center; */
    /* justify-content: center; */
	/* background: url(/resources/motivaction/css/img/star.svg) no-repeat 50%; */
	/* background-size: 40px; */
	height: 60px;
	padding: 0 5px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: relative;
}

.singleResponsePanswersRatingElementStars:after {
	content: '\f005';
	position: absolute;
	color: #0077C0;
}

.singleResponsePanswersRatingElementStars.hover:before {
	content: '\f005';
	font-weight: 900;
	position: absolute;
	color: #4998d2;
	cursor: pointer;
}

.singleResponsePanswersRatingElementStars.active:after {
	content: '\f005';
    position: absolute;
	font-weight: 900;
    color: #0077C0;
}

.singleResponsePanswersRatingElementHearts {
	flex: 1;
	/* display: flex; */
	/* align-items: center; */
    /* justify-content: center; */
	/* background: url(/resources/motivaction/css/img/heart.svg) no-repeat 50%; */
	/* background-size: 40px; */
	height: 60px;
    padding: 0 5px;
	padding: 0 5px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: relative;
}

.singleResponsePanswersRatingElementHearts:after {
	content: '\f004';
	position: absolute;
	color: #0077C0;
}

.singleResponsePanswersRatingElementHearts.hover:before {
	content: '\f004';
	font-weight: 900;
	position: absolute;
	color: #4998d2;
	cursor: pointer;
}

.singleResponsePanswersRatingElementHearts.active:after {
	content: '\f004';
	font-weight: 900;
	color: #0077C0;
}

.singleResponsePanswersRatingElementThumbs {
	flex: 1;
	/* display: flex; */
	/* align-items: center; */
    /* justify-content: center; */
	height: 60px;
	padding: 0 5px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: relative;
}

.singleResponsePanswersRatingElementThumbs:after {
	content: '\f164';
	position: absolute;
	color: #0077C0;
}

.singleResponsePanswersRatingElementThumbs.hover:before {
	content: '\f164';
	font-weight: 900;
	position: absolute;
	color: #4998d2;
	cursor: pointer;
}

.singleResponsePanswersRatingElementThumbs.active:after {
	content: '\f164';
    position: absolute;
	font-weight: 900;
    color: #0077C0;
}

.singleResponsePanswersRatingElementShoppingCart {
	flex: 1;
	/* display: flex; */
	/* align-items: center; */
    /* justify-content: center; */
	height: 60px;
	padding: 0 5px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: relative;
}

.singleResponsePanswersRatingElementShoppingCart:after {
	content: '\f07a';
	position: absolute;
	color: #0077C0;
}

.singleResponsePanswersRatingElementShoppingCart.hover:before {
	content: '\f07a';
	font-weight: 900;
	position: absolute;
	color: #4998d2;
	cursor: pointer;
}

.singleResponsePanswersRatingElementShoppingCart.active:after {
	content: '\f07a';
    position: absolute;
	font-weight: 900;
    color: #0077C0;
}

.singleResponsePanswersRatingElementCar {
	flex: 1;
	/* display: flex; */
	/* align-items: center; */
    /* justify-content: center; */
	height: 60px;
	padding: 0 5px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: relative;
}

.singleResponsePanswersRatingElementCar:after {
	content: '\f1b9';
	position: absolute;
	color: #0077C0;
}

.singleResponsePanswersRatingElementCar.hover:before {
	content: '\f1b9';
	font-weight: 900;
	position: absolute;
	color: #4998d2;
	cursor: pointer;
}

.singleResponsePanswersRatingElementCar.active:after {
	content: '\f1b9';
    position: absolute;
	font-weight: 900;
    color: #0077C0;
}

.singleResponsePanswersRatingElementRaindrops {
	flex: 1;
	/* display: flex; */
	/* align-items: center; */
    /* justify-content: center; */
	height: 60px;
	padding: 0 5px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: relative;
}

.singleResponsePanswersRatingElementRaindrops:after {
	content: '\f75c';
	position: absolute;
	color: #0077C0;
}

.singleResponsePanswersRatingElementRaindrops.hover:before {
	content: '\f75c';
	font-weight: 900;
	position: absolute;
	color: #4998d2;
	cursor: pointer;
}

.singleResponsePanswersRatingElementRaindrops.active:after {
	content: '\f75c';
    position: absolute;
	font-weight: 900;
    color: #0077C0;
}

.singleResponsePanswersRatingElementCrown {
	flex: 1;
	/* display: flex; */
	/* align-items: center; */
    /* justify-content: center; */
	height: 60px;
	padding: 0 5px;
	font-family: "Font Awesome 5 Pro";
    /* font-weight: 300; */ /* shape was not good when hover */
    font-weight: 400;
    position: relative;
}

.singleResponsePanswersRatingElementCrown:after {
	content: '\f521';
	position: absolute;
	color: #0077C0;
}

.singleResponsePanswersRatingElementCrown.hover:before {
	content: '\f521';
	font-weight: 900;
	position: absolute;
	color: #4998d2;
	cursor: pointer;
}

.singleResponsePanswersRatingElementCrown.active:after {
	content: '\f521';
    position: absolute;
	font-weight: 900;
    color: #0077C0;
}

.singleResponsePanswersRatingElementCustomImage {
	flex: 1;
	display: flex;
	align-items: center;
    justify-content: center;
	/* background: url(/resources/motivaction/css/img/heart.svg) no-repeat 50%; */
	background-size: 40px;
	height: 60px;
    padding: 0 5px;
}

.singleResponsePanswersRatingElementCustomImage.hover {
	/* background-image: url(/resources/motivaction/css/img/heart_hover.svg); */
	cursor: pointer;
}

.singleResponsePanswersRatingElementCustomImage.active {
	/* background-image: url(/resources/motivaction/css/img/heart_full.svg); */
}

.singleResponsePanswersRatingElementNumberInShape {
	position: absolute;
	display: flex;
	width: calc(100% - 10px);
	height: 100%;
	justify-content: center;
	/* font-size: 30px; */
	align-items: center;
	color: #0077C0;
	font-family: Open Sans;
	font-weight: bold;
}

.active .singleResponsePanswersRatingElementNumberInShape, .hover .singleResponsePanswersRatingElementNumberInShape {
    color: white;
    z-index: 1;
}

.singleResponsePanswersRatingText {
	display: flex;
	width: 90%;
	margin: 3px auto;
	color: #4C5252;
}

.singleResponsePanswersRatingTextLeft {
	flex: 1;
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

.singleResponsePanswersRatingTextRight {
	flex: 1;
    display: flex;
    align-self: center;
    justify-content: flex-end;
	text-align: right;
}

.singleResponseResponsiveSliderItemText {
	/* text-align: center; */
	width: 80%;
    margin: 0 auto 20px;
}

.singleResponseResponsiveSliderItemTextMobile {
	/* text-align: center; */
	width: 80%;
    margin: 0 auto 20px;
}

/* vertical slider */

.singleResponseResponsiveSplittedText {
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
	/* font-family: "open sans"; */
}

.singleResponseResponsiveSplittedTextMobile {
	/* text-align: center; */
	width: 80%;
	margin: 0 auto 20px;
	/* font-family: "open sans"; */
}

.singleResponseResponsiveHorizontalSliderTopTextContainer {
	display: flex;
    width: 300px;
    margin-left: 10%;
}
@media only screen and (max-width: 330px) {
	.singleResponseResponsiveHorizontalSliderTopTextContainer {
		margin: auto;
	}
}

.singleResponseResponsiveHorizontalSliderLeftRightText {
	flex: 0;
}

.singleResponseResponsiveHorizontalSliderTopText {
	flex: 1;
    text-align: left;
    align-self: flex-end;
    margin-right: 3%;
}

.singleResponseResponsiveHorizontalSliderTopText:last-child {
	margin-left: 3%;
	margin-right: 0;
	text-align: right;
}

.singleResponseResponsiveVerticalSliderSubjects {
	height: 60px;
    width: 60px;
    line-height: 60px;
    margin: auto;
}

.singleResponseResponsiveVerticalSlider {
	height: 30px;
    width: 30px;
    margin: auto;
    border: solid 4px #0077C0;
    border-radius: 30px;
    background-color: #63A3D3;
    position: relative;
	z-index: 1;
	cursor: pointer;
}

.verticalLine {
    width: 9px;
    background-color: #4998D2;
    border-radius: 10px;
    /* bottom: 53px; */
    bottom: 13px;
    bottom: 23px;
    /* left: calc(10% + 63px); */
	left: 73px;
    position: absolute;
}

/* horizontal slider */

.singleResponseResponsive {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin-left: 10%;
}

.singleResponseResponsiveMobile {
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-left: 10%;
}

@media only screen and (max-width: 330px) {
	.singleResponseResponsiveMobile {
		margin: auto;
	}
}

.singleResponseResponsiveHorizontalSliderSubjectsContainer {
	flex: 0 0 300px;
	display: flex;
	justify-content: center;
}
.singleResponseResponsiveHorizontalSliderSubjects {
	height: 140px;
    line-height: 140px;
    flex: 0 0 60px;
}

.singleResponseResponsiveHorizontalSlider {
	height: 30px;
    width: 30px;
    border: solid 4px #0077C0;
    border-radius: 30px;
    background-color: #63A3D3;
    position: relative;
	top: 50px;
	z-index: 1;
	cursor: pointer;
}

.horizontalLine {
	height: 9px;
    background-color: #4998D2;
    width: 0px;
    border-radius: 10px;
    /* top: 116px; */
    top: 66px;
    /* left: calc(10% + 3px); */
    left: 12px;
    position: absolute;
}

/* Scale */

.singleResponseResponsiveScaleImg {
	text-align: center;
}

.singleResponseResponsiveScaleImg img {
	height: 80px;
	/* margin-top: 40px; */
}

.singleResponseResponsiveScaleSubjectContainer {
	display: flex;
	justify-content: flex-start;
	width: calc(80% + 20px);
	margin: auto;
}

.singleResponseResponsiveScaleSubject {
	flex: 1;
	border: solid 2px #0077C0;
	color: #4C5252;
	border-radius: 100px;
	margin: 10px;
	max-width: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.singleResponseResponsiveScaleSubject.active {
	background-color: #0077C0;
	color: white;
}

.singleResponseResponsiveScaleSpecialAnswerContainer {
	display: flex;
	margin: auto;
	width: calc(80% + 20px);
	cursor: pointer;
}

.singleResponseResponsiveScaleSpecialAnswerImg {
    flex: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #0077C0;
    /* background: url(/resources/motivaction/css/img/check_unchecked.svg) no-repeat 50%; */
    /* background-size: 50%; */
    font-size: 24px;
}
.singleResponseResponsiveScaleSpecialAnswerImg:before {
	content: '\f0c8';
}

.singleResponseResponsiveScaleSpecialAnswerImg.active {
	font-weight: 900;
	/* background: url(/resources/motivaction/css/img/check_checked.svg) no-repeat 50%; */
	/* background-size: 50%; */
}

.singleResponseResponsiveScaleSpecialAnswerText {
	flex: 1;
	height: 40px;
	align-items: center;
    display: flex;
}

/* Gender */

.singleResponsePanswersGenderContainer {
	display: flex;
	justify-content: flex-start;
	width: 90%;
	margin: auto;
}

.singleResponsePanswersGenderContainer div {
	cursor: pointer;
}

.singleResponsePanswersGenderContainerMobile {
	display: flex;
	justify-content: flex-start;
	width: 90%;
	margin: auto;
}

.singleResponseResponsiveGenderSubject {
	flex: 0 0 60px;
	display: flex;
    justify-content: center;
    align-items: center;
	height: 110px;
	border: solid 2px #0077c0;
	/* color: #E9F0F2; */
	color: #63A3D3;
	font-size: 80px;
	border-radius: 2px;
	margin-right: 5px;
}

.singleResponseResponsiveGenderSubject.male:before {
	content: '\f183';
	/* background: url(/resources/motivaction/css/img/male.svg) no-repeat 50%; */
	/* background-size: 50%; */
}

.singleResponseResponsiveGenderSubject.female:before {
	content: '\f182';
	/* background: url(/resources/motivaction/css/img/female.svg) no-repeat 50%; */
	/* background-size: 60%; */
}

.singleResponseResponsiveGenderSubject.male.active{
	color: #0077c0;
	/* background: url(/resources/motivaction/css/img/male_checked.svg) no-repeat 50%; */
	/* background-size: 50%; */
}

.singleResponseResponsiveGenderSubject.female.active{
	color: #0077c0;
	/* background: url(/resources/motivaction/css/img/female_checked.svg) no-repeat 50%; */
	/* background-size: 60%; */
}

/* LikeDislike */

.singleResponseResponsiveLikeDislikeText {
	width: 50%;
	margin: auto;
	border: solid 1px #D7D9D9;
	display: flex;
    justify-content: center;
    align-items: center;
}

.singleResponseResponsiveLikeDislikeTextMobile {
	width: 90%;
	margin: auto;
	border: solid 1px #D7D9D9;
	display: flex;
    justify-content: center;
    align-items: center;
}

.singleResponseResponsiveLikeDislike {
	width: 100%;
}

.singleResponsePanswersLikeDislikeContainer {
	width: 50%;
	margin:auto;
	display: flex;
    justify-content: space-between;
	margin-top: 30px;
}

.singleResponsePanswersLikeDislikeContainerMobile {
	width: 90%;
	margin:auto;
	display: flex;
    justify-content: space-between;
	margin-top: 30px;
}

.singleResponseResponsiveLikeDislikeSubject {
	flex: 0 0 100px;
	height: 100px;
	border: solid 10px #D7D9D9;
	border-radius: 2px;
	cursor: pointer;
}

.singleResponseResponsiveLikeDislikeSubject.dislike {
	background: url(/resources/motivaction/css/img/Wrong.svg) no-repeat 50%;
	background-size: 70%;
	align-self: center;
}

.singleResponseResponsiveLikeDislikeSubject.like {
	background: url(/resources/motivaction/css/img/Good.svg) no-repeat 50%;
	background-size: 80%;
	align-self: center;
}

.singleResponseResponsiveLikeDislikeSubject.dislike.active, .singleResponseResponsiveLikeDislikeSubject.like.active {
	border-color: #0077C0;
}

/* Submit(OK) button */

.singleResponseSubmitContainer {
	visibility: hidden;
	width: 90%;
    /* margin: 20px auto 100px; */
    margin: 20px auto;
	height: 40px;
}

.singleResponseSubmitContainer.active {
	visibility: visible;
}

.singleResponseSubmitButton {
    float: left;
    /* background-color: #EDEFEF; */
}

.singleResponseSubmitText {
	float: left;
    line-height: 40px;
    background-color: #EDEFEF;
    padding: 0 10px;
    color: #0077C0;
}

.singlePageSingleResponseNoClicker {
	background-image: none;
	pointer-events: none;
	border: none;
    background: none;
}

.singlePageSingleResponseNoClicker:before {
	content: ' '; /* remove clicker */
}

/* Single response pictures*/

.singleResponsePanswersPicturesContainer {
	display: flex;
    flex-wrap: wrap;
    width: calc(90% + 10px);
    margin: 20px auto 0;
}

.singleResponsePanswersPictures {
	/* flex: 0 0 calc(25% - 10px); */
    padding: 0 0 5px 5px;
    position: relative;
    cursor: pointer;
}

.singleResponsePanswersPicturesMobile {
    /* flex: 0 0 calc(50% - 10px); */
    margin: 0 5px 10px;
    position: relative;
    cursor: pointer;
}

.singleResponsePanswersPictureContentContainer {
	height: calc(100% - 6px);
	display: flex;
    flex-wrap: wrap;
	padding: 2px;
	background-color: #EDEDEC;
	border: solid 1px #C6C8C8;
	cursor: pointer;
}

.singleResponsePanswersPicturesDeselector {
	height: calc(100% - 6px);
	/* background-color: #EDEDEC; */
    border: solid 2px #C6C8C8;
	/* margin: 1px; */
}

.singleResponsePanswersPicturesDeselectorImg {
	border: solid 2px #C6C8C8;
	margin: 0 0 5px 5px;
	text-align: center;
    position: relative;
    cursor: pointer;
}

.singleResponsePanswersPicturesDeselectorImgMobile {
	border: solid 2px #C6C8C8;
	margin: 0 0 5px 5px;
	text-align: center;
    position: relative;
    cursor: pointer
}

.singleResponsePanswersPicturesDeselectorImg.active, .singleResponsePanswersPicturesDeselectorImgMobile.active {
	border-color: #0077c0;
}

.singleResponsePanswersPicturesDeselectorImg img, .singleResponsePanswersPicturesDeselectorImgMobile img {
	max-width: 100%;
    max-height: 100%;
}

.singleResponsePanswersPicturesDeselectorImg .singleResponsePanswersPictureContentContainer {
	justify-content: center;
	border: none;
}

.singleResponsePanswersPicturesDeselectorImg .singleResponsePanswersPictureText {
	flex: 0 0 100%;
}

.singleResponsePanswersPictureText {
	color: #0077C0;
	display: flex;
    align-items: center;
    justify-content: center;
	word-break: break-word;
	margin: auto;
    margin-bottom: 0;
}

.singleResponsePanswersCheckedPicture {
	position: absolute;
    top: 2px;
    right: 2px;
    border-bottom: 35px solid transparent;
    border-top: 0px solid transparent;
    border-right: 35px solid white;
    border-left: 11px solid transparent;
    height: 1px;
    opacity: 0.7;
	display: none;
}

.singleResponsePanswersCheckedPicture:before {
	content: '\f00c';
	position: absolute;
    top: 0px;
    right: -34px;
	color: #44B86D;
}

.active .singleResponsePanswersCheckedPicture {
	display: block;
}

.singleResponsePanswersPicturesExtraInput {
	border: solid 2px #C6C8C8;
}

.singleResponsePanswersPicturesExtraInputPencil {
	/* height: calc(100% - 25px); */
	height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #0077c0;
}

.singleResponsePanswersPicturesExtraInputPencil.textBellow {
	/* height: 100%; */
}

.singleResponsePanswersPicturesExtraInputInput {
	text-align: center;
	border: none;
	outline: none;
	height: 20%;
    width: 100%;
	background-color: transparent;
}

.singleResponsePanswersPictures img, .singleResponsePanswersPicturesMobile img {
    width: calc(100% - 4px);
    border: solid 2px #C6C8C8;
    /* border: solid 2px transparent; */
}

.singleResponsePanswersPictures .singleResponsePanswersPictureContentContainer img,
.singleResponsePanswersPicturesMobile .singleResponsePanswersPictureContentContainer img {
	border: solid 2px transparent;
}

.singleResponsePanswersPictures.active img, .singleResponsePanswersPicturesMobile.active img, 
.singleResponsePanswersPictures.active .singleResponsePanswersPicturesExtraInput, 
.singleResponsePanswersPicturesMobile.active .singleResponsePanswersPicturesExtraInput, 
.singleResponsePanswersPicturesMobile.active .singleResponsePanswersPicturesDeselector,
.singleResponsePanswersPictures.active .singleResponsePanswersPicturesDeselector {
    border-color: #0077c0;
}

.singleResponsePanswersPicturesExtraInputPencil .fa, .singleResponsePanswersPicturesExtraInputPencil .fas {
	font-size: 48px;
}
.singleResponsePanswersPicturesExtraInput {
	font-size: 16px;
}

/* Single response pictures*/
/* Timer */

.timerContainer {
	position: fixed;
	bottom: 72px;
	left: 0;
	right: 0;
	height: 2px;
}

.timerLine {
	height: 2px;
	background-color: #E94A40;
	width: 0%;
}

.hidden-multiple-searchlist {
	visibility: hidden;
}

.singleResponseResponsiveSearchListInnerWrapper {
	display: flex;
	gap: 10px;
}

.singleResponseResponsiveSearchListSpecialAnswerWrapper{
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	gap: 7px;
	flex-direction: column;
}

.singleResponseResponsiveDropDownSpecialAnswerWrapper{
	display: flex;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	gap: 5px;
}

@media only screen and (max-width: 729px) {
	.singleResponseResponsiveSearchListInnerWrapper {
		flex-direction: column;
	}
	.singleResponseResponsiveSearchListSpecialAnswerWrapper {
		align-items: normal;
	}
}

/* Timer */

