.invisible {
	display: none;
}

.clear {
	clear: both;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F6F5F5 inset;
}

.freeTextResponsiveItemText {
	text-align: left;
	padding-bottom: 5px;
	width: 90%;
	margin: auto;
}

.freeTextResponsiveItemTextMobile {
	text-align: left;
	padding-bottom: 20px;
	width: 90%;
	margin: auto;
}

.freeTextResponsiveContainer{
	text-align: left;
    width: 90%;
    margin: auto;
}

.freeTextResponsiveNewLineText {
	color: #0077C0;
	text-align: left;
	background-color: transparent;
	margin: 0 auto 10px;
	/* font-family: "open sans"; */
}

.freeTextResponsiveTextarea {
	color: #4C5252;
	background-color: transparent;
	border: 2px dashed #0077C0;
	resize: none;
	width: 510px;
	max-width: calc(100% - 10px);
	outline: none;
    height: 100px;
    min-height: 40px;
	/* margin-bottom: 20px; */
	/* font-family: "open sans"; */
	border-radius: 2px;
}

.freeTextResponsiveTextareaContainer {
	margin: auto;
	padding: 2px;
	border: 2px dashed #0077C0;
	max-width: 100%;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	border-radius: 2px;
}
.freeTextResponsiveTextareaContainer.enlargeTextarea {
}

.freeTextResponsiveTextareaMobile {
	background: url(/resources/motivaction/css/img/keyboard-background.svg) no-repeat 100%;
	width: 100%;
	color: #4C5252;
	background-color: transparent;
	border: none;
	resize: none;
	height: 38px;
}

.freeTextResponsiveTextareaMobile.enlargeTextarea {
	background: none;
	background-color: transparent;
    width: 100%;
    height: 80px;
	outline: none;
}

.freeTextResponsiveTextareaSubmitContainer {
	display: none;
}

.freeTextResponsiveTextareaSubmitContainer.enlargeTextarea {
	display: block;
	visibility: hidden;
	height: 47px;
	width: 100%;
}

.freeTextResponsiveTextareaSubmitContainer.active {
	visibility: visible;
}

.freeTextResponsiveTextareaSubmit {
	float: right;
}

.freeTextResponsiveSubmitButtonContainer, .freeTextResponsiveSubmitButtonNumberContainer {
	visibility: hidden;
	margin: 20px 10px;
}

.freeTextResponsiveSubmitButtonContainer.active {
	visibility: visible;
    margin: 20px auto;
}

.freeTextResponsiveSubmitButtonNumberContainer.active {
	visibility: visible;
    margin: 20px 10px;
}

.freeTextResponsiveSubmitButton {
	float: left;
}

.freeTextResponsiveSubmitText {
	float: left;
    line-height: 40px;
    background-color: #EDEFEF;
    padding: 0 10px;
    color: #0077C0;
    cursor: pointer;
}

/* Number */

.textsForInputTypeNumberResponsive {
	display: flex;
	align-items: center;
}

.freeTextResponsiveNumberContainer {
	/* height: 34px; */
	/* display: flex; */
    width: 510px;
    margin: 5px 10px;
    background-color: transparent;
    border: 2px dashed #0077C0;
	border-radius: 2px;
    outline: none;
    cursor: pointer;
    padding: 1px;
	position: relative;
}

.freeTextResponsiveNumberContainerMobile {
	display: flex;
	align-items: center;
	width: calc(100% - 25px);
	/* margin: 20px auto 0; */
	/* margin: 0 auto; */
	background-color: transparent;
    border: 2px dashed #0077C0;
	border-radius: 2px;
    outline: none;
	cursor: pointer;
	padding: 1px;
}

.marginTopForNumbersMobile {
	/* margin-top: 20px; */
	margin-bottom: 6px;
}

.leftRightMarginMobile {
	margin-left: 10px;
}
.leftRightMarginV2Mobile {
	/* margin: 0 auto; */ /* iPhone X left border was disappearing */
}

.leftRightMarginV3Mobile {
	/* margin: 0 auto 0 10px; */
	margin: 0 0 0 10px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

.freeTextResponsiveNumber {
	float: left;
	border: none;
	outline: none;
	padding: 5px;
	background-color: transparent;
	/* font-family: "open sans"; */
	/* font-size: 18px; */
	min-height: 24px;
	width: calc(100% - 60px);
}

.freeTextResponsiveNumberMobile {
	float: left;
	border: none;
	outline: none;
	padding: 5px;
	background-color: transparent;
	/* font-family: "open sans"; */
	min-height: 24px;
	width: calc(100% - 60px);
}

.freeTextResponsiveNumber.active, .freeTextResponsiveNumberMobile.active {
	width: calc(100% - 10px);
}

.freeTextResponsiveKeyboardImg {
	width: 45px;
	height: 34px;
	float: right;
	font-size: 32px;
	/* text-align: right; */
	color: #0077c0;
	display: flex;
    justify-content: center;
    align-items: center;
}

.freeTextResponsiveKeyboardImg:before {
	content: '\f11c';
}

.freeTextResponsiveKeyboardImgMobile {
	width: 45px;
	height: 34px;
	float: right;
	font-size: 32px;
	/* text-align: right; */
	color: #0077c0;
	display: flex;
    justify-content: center;
    align-items: center;
}

..freeTextResponsiveKeyboardImgMobile:before {
	content: '\f11c';
}

.freeTextResponsiveKeyboardImg.active {
	display: none;
}

.freeTextResponsiveKeyboardImgMobile.active {
	/* background: url(/resources/motivaction/css/img/submit_mobile.svg) no-repeat 100%; */
	display: none;
}

.freeTextResponsiveDontKnowContainer {
	display: flex;
    cursor: pointer;
	margin: 6px 0;
	/* width: 260px; */
}

.freeTextResponsiveDontKnowContainerMobile {
	display: flex;
    cursor: pointer;
	margin: 6px 0;
}

.freeTextSliderResponsiveDontKnowContainer {
	display: flex;
    cursor: pointer;
	margin: 6px 0;
    margin-left: calc(5% - 10px);
    width: 90%;
}

.freeTextSliderResponsiveDontKnowContainerMobile {
	display: flex;
    cursor: pointer;
	width: calc(90% + 21px);
    margin: auto;
}

.freeTextResponsiveDontKnowImg {
	flex: 0 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #0077c0;
}

.freeTextResponsiveDontKnowImg:before {
	content: '\f0c8';
}

.freeTextResponsiveDontKnowImg.active {
	font-weight: 900;
}

.freeTextResponsiveDontKnowText {
	flex: 1;
    /* min-height: 40px; */
    min-height: 20px;
    align-items: center;
    display: flex;
}

/* Date picker */

/*::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-image: url('/resources/motivaction/css/img/fa-calendar.png');
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: .5rem;
}
::-webkit-calendar-picker-indicator:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}*/

.desktopDate {
	outline: none;
	background-color: transparent;
	color: #0077C0;
	font-size: inherit;
	/* font-family: "open sans"; */
	border: dashed 2px #0077C0;
    margin-right: 5px;
	padding: 0 5px;
	text-align-last: center;
}

.desktopDate option {
	background-color: #F6F5F5;
}

.freeTextResponsiveDateContainer {
	display: flex;
	width: 333px;
	/*margin: 0 auto 0;*/
	background-color: transparent;
    border: 2px dashed #0077C0;
    color: #0077C0;
	border-radius: 2px;
    outline: none;
	padding: 5px;
	cursor: pointer;
}

.freeTextResponsiveDate {
	flex: 1;
	min-height: 20px;
	border: none;
	outline: none;
	background-color: transparent;
	color: inherit;
	font-size: 16px;
}

.freeTextResponsiveDate2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 999px;
	opacity: 0;
}

.removeDatePickerIcon::-webkit-calendar-picker-indicator {
    visibility: hidden;
}

.freeTextResponsiveCalendarImg {
	flex: 0 0 40px;
	text-align: center;
	/* background: url(/resources/motivaction/css/img/Calendar.svg) no-repeat 50%; */
	/* background-size: 20px; */
}

.freeTextResponsiveCalendarImg.active{
	background: url(/resources/motivaction/css/img/submit_mobile.svg) no-repeat 50%;
}

.freeTextResponsiveDateOptionsContainer {
	position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 1;
}

.freeTextResponsiveDateOptionsControls {
	background-color: #EDEFEF;
    height: 30px;
    display: flex;
}

.freeTextResponsiveDateArrowUp {
	flex: 0 0 30px;
	background: url(/resources/motivaction/css/img/Arrow-up.svg) no-repeat 50%;
	background-size: 20px;
}
.freeTextResponsiveDateArrowDown {
	flex: 0 0 30px;
	background: url(/resources/motivaction/css/img/Arrow.svg) no-repeat 50%;
	background-size: 20px;
}

.freeTextResponsiveDateActions {
	flex: 1;
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

.freeTextResponsiveDateClear, .freeTextResponsiveDateDone {
	color: #0077C0;
	float: right;
	padding: 0 20px;
	cursor: pointer;
}

.freeTextResponsiveDateOptionsContent {
	display: flex;
    background-color: #CBD1D8;
}

.freeTextResponsiveDateOptions {
	flex: 1;
	height: 180px;
	overflow-y: auto;
	cursor: pointer;
}

.freeTextResponsiveDateOptionsActive {
	font-weight: bold;
}

.freeTextResponsiveDateContainerDesktopContainer {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	margin-top: 10px;
	height: 40px;
	margin: auto;
}

.freeTextResponsiveDateElementDesktop {
	/* flex: 0 0 45px; */
	color: #0077C0;
	/* font-size: 24px; */
	text-align: center;
}

.freeTextResponsiveDateYearElementDesktop {
	/* flex: 0 0 70px; */
	color: #0077C0;
	/* font-size: 24px; */
}

/* .freeTextResponsiveDateElementDesktopInput {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	text-align: center;
	background-color: transparent;
	color: #0077C0;
	font-size: 24px;
	font-family: "open sans";
}

.freeTextResponsiveDateYearElementDesktop .freeTextResponsiveDateElementDesktopInput {
	text-align: left;
} */

.freeTextResponsiveTextareaSubmitDatepickerContainer {
	height: 40px;
	margin-top: 10px;
	/* display: none; */
	visibility: hidden;
}

.freeTextResponsiveTextareaSubmitDatepickerContainer.active {
	/* display: block; */
	visibility: visible;
}

.freeTextResponsiveTextareaSubmitDatepickerSubmitButton {
	float: left;
}

.freeTextResponsiveTextareaSubmitDatepickerSubmitText {
	float: left;
	height: 40px;
	line-height: 40px;
	background-color: #EDEFEF;
	padding: 0 10px;
	color: #0077C0;
	cursor: pointer;
}

input::-webkit-input-placeholder {
color: #0077C0;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #0077C0;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #0077C0;  
}
 
input:-ms-input-placeholder {  
color: #0077C0;  
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; }

/* Slider */

.freeTextSliderResponsiveSliderItemText {
	width: 90%;
    margin: 0 auto 20px;
}

.freeTextSliderResponsive {
	display: flex;
    /* justify-content: flex-start; */
    align-items: center;
    position: relative;
	width: 90%;
    margin: auto;
}

.freeTextSliderResponsiveRTL {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-right: 10%;
}

.freeTextSliderResponsiveMobile {
    display: flex;
    justify-content: flex-start;
    position: relative;
	width: 90%;
    margin: auto;
}

.freeTextSliderResponsiveRTLMobile {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-right: 10%;
}

@media only screen and (max-width: 330px) {
	.freeTextSliderResponsiveMobile {
		margin: auto;
	}
}

.freeTextSliderResponsiveHorizontalSliderSubjectsContainer {
	/* flex: 0 0 300px; */
    /* display: flex; */
    /* justify-content: center; */
	/* height: 140px; */
	
	position: relative;
    flex: 1;
    height: 60px;
}

.freeTextSliderResponsiveHorizontalSliderLine {
	position: absolute;
    top: 25px;
    background-color: #CBCBCB;
    height: 9px;
    border-radius: 10px;
    width: 100%;
}

.freeTextSliderResponsiveHorizontalSliderLeftRightText {
	flex: 0 0 150px;
}

.freeTextResponsiveSubjectLeftText{
	margin-right: 10px;
}

.freeTextResponsiveSubjectRightText{
	margin-left: 10px;
}

.freeTextSliderResponsiveHorizontalSliderLeftRightText:last-child {
	text-align: right;
}

.freeTextMultipleSubjectResponsiveSubjectLeftText {
	/* flex: 0 0 15%; */
	/* margin-right: 2%; */
	flex: 0 0 150px;
	margin-right: 10px;
	display: flex;
	justify-content: left;
    align-self: center;
	/* color: #0077C0; */
}

.freeTextMultipleSubjectResponsiveSubjectRightText {
	/* flex: 0 0 15%;
	margin-left: 2%; */
	flex: 0 0 150px;
	margin-left: 10px;
	display: flex;
    justify-content: flex-end;
    align-self: center;
	text-align:right;
	/* color: #0077C0; */
}

.freeTextSliderResponsiveHorizontalSlider {
	height: 30px;
    width: 30px;
    border: solid 4px #0077C0;
    border-radius: 30px;
    background-color: #63A3D3;
    position: relative;
    top: 11px;
    z-index: 1;
    cursor: pointer;
}
.freeTextSliderResponsiveHorizontalSliderValue{
	position: relative;
    top: -55px;
	width: 30px;
	text-align: center;
	font-weight: bold;
	color: #0077C0;
}

.horizontalLine {
    height: 5px;
    background-color: #4998D2;
    width: 0px;
    border-radius: 10px;
    top: 27px;
    left: 4px;
    position: absolute;
}

.horizontalLine.RTL {
    right: 12px;
}

.freeTextSliderResponsiveHorizontalSliderTopTextContainer {
    display: flex;
    width: 90%;
    margin: 10px auto 10px;
}

@media only screen and (max-width: 330px) {
	.freeTextSliderResponsiveHorizontalSliderTopTextContainer {
		margin: auto;
	}
}

.freeTextSliderResponsiveHorizontalSliderTopText {
	flex: 1;
    text-align: left;
    align-self: flex-end;
	/* Removed to make it look more like Multiple Subject Sliders
    margin-right: 3%;
	margin-top: -20px;
	*/
}

.freeTextSliderResponsiveHorizontalSliderTopText:last-child {
	/* Removed to make it look more like Multiple Subject Sliders
    margin-left: 3%;
	*/
    margin-right: 0;
    text-align: right;
}

.freeTextSliderResponsiveInputBox {
	text-align: right;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
}

@media only screen and (max-width: 330px) {
	.freeTextSliderResponsiveInputBox {
		margin: auto;
	}
}

.freeTextSliderResponsiveInputStyle {
	width: 70px;
    text-align: right;
    color: #0077C0;
    border: solid 2px #0077C0;
    padding: 3px;
    background-color: transparent;
    /* margin-left: 230px; */
	border-radius: 3px;
	float: right;
}

.freeTextSliderResponsiveInput {
	border: none;
	outline: none;
    background: transparent;
	text-align: right;
	width: 50px;
	color: #0077C0;
}

.freeTextSliderResponsiveInputBox label {
	padding-left: 2px;
}

.freeTextSliderResponsiveSubmitButtonContainer {
	visibility: hidden;
	margin: 20px auto;
    height: 40px;
	width: 90%;
}

.freeTextSliderResponsiveSubmitButtonContainer.active {
	visibility: visible;
}

/* Slider */

/* Timer */

.timerContainer {
	position: fixed;
	bottom: 72px;
	left: 0;
	right: 0;
	height: 2px;
}

.timerLine {
	height: 2px;
	background-color: #E94A40;
	width: 0%;
}

/* Timer */
.sliderLabelsContainer{
	width: 100%;
	padding-bottom: 20px;
}
.sliderLabels{
	display: flex;
	justify-content: space-between;
}
.sliderLabel {
  flex: 1;
}
.leftLabel{
	text-align: left;
	margin-left: 5px;
}
.middleLabel{
	text-align: center;
}
.rightLabel{
	text-align: right;
	margin-right: 5px;
}