/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgb(22, 22, 22);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 2em;
	margin-bottom: 3em;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgb(22, 22, 22);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 90%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 2.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 80px;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 18px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgb(255, 248, 235);
}

.element .options .field.radio label:after
{
	background: rgb(255, 248, 235);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(235, 0, 0, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(235, 0, 0, 1);
}

.element .warning
{
	color: rgba(235, 0, 0, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgb(255, 167, 94);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	border-color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 18px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgb(255, 248, 235);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: 18px;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: 18px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: $form-element-hover-background-color;
	border-color: rgba(85, 85, 85, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ms-DatePicker input:focus
{
	background-color: $form-element-hover-background-color;
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgb(255, 167, 94);
	border: 1px solid rgb(255, 167, 94);
	color: rgb(255, 248, 235);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(255, 167, 94);
	border: 1px solid rgb(255, 167, 94);
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgb(255, 248, 235);
	fill: rgb(255, 248, 235);
}

.element .upload-component .upload-area
{
	border-color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 18px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option
{
	background-color: rgba(51, 51, 51, 1);
}

.element.erankorder .options .label-container label
{
	color: rgba(255, 255, 255, 1);
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: rgba(255, 255, 255, 1);
}

.element .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgb(255, 248, 235);
    font-family: inherit;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgb(255, 248, 235);
}

.element .table.scale .extreme.right
{
	color: rgb(255, 248, 235);
}

.element .table.scale .question
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgb(255, 248, 235) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	background: rgb(22, 22, 22);
	color: rgb(255, 248, 235);
	border: 1px solid rgb(255, 248, 235);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: 18px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 13px;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgb(255, 248, 235);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(255, 167, 94);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(255, 248, 235); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgb(255, 248, 235);
	stroke: rgb(255, 248, 235);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: rgb(255, 167, 94);
	fill: rgb(255, 167, 94);
}

.form ul#dropDownSettingsList {
	background-color: rgb(255, 167, 94);
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: 18px;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: inherit;
	text-transform: inherit;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(255, 167, 94);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(255, 167, 94);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 18px;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
@media all and (orientation:portrait) and (min-width: 768px) and (max-width: 1176px) {
/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgb(22, 22, 22);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 2em;
	margin-bottom: 3em;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgb(22, 22, 22);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 90%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 2.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 2em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1.3em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgb(255, 248, 235);
}

.element .options .field.radio label:after
{
	background: rgb(255, 248, 235);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(235, 0, 0, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(235, 0, 0, 1);
}

.element .warning
{
	color: rgba(235, 0, 0, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgb(8, 173, 255);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	border-color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgb(255, 248, 235);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: $form-element-hover-background-color;
	border-color: rgba(85, 85, 85, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ms-DatePicker input:focus
{
	background-color: $form-element-hover-background-color;
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(115, 115, 125, 1);
	color: rgba(115, 115, 125, 1);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(8, 173, 255);
	border: 1px solid rgba(51, 51, 51, 1);
	color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgb(255, 248, 235);
	fill: rgb(255, 248, 235);
}

.element .upload-component .upload-area
{
	border-color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option
{
	background-color: rgba(51, 51, 51, 1);
}

.element.erankorder .options .label-container label
{
	color: rgba(255, 255, 255, 1);
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: rgba(255, 255, 255, 1);
}

.element .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgb(255, 248, 235);
    font-family: inherit;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgb(255, 248, 235);
}

.element .table.scale .extreme.right
{
	color: rgb(255, 248, 235);
}

.element .table.scale .question
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgb(255, 248, 235) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	background: rgb(22, 22, 22);
	color: rgb(255, 248, 235);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 13px;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgb(22, 22, 22);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(8, 173, 255);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(255, 248, 235); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: inherit;
	text-transform: inherit;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(8, 173, 255);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(8, 173, 255);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
}

@media all and (orientation:portrait) and (min-width: 0px) and (max-width: 767px) {
/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgb(22, 22, 22);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgb(22, 22, 22);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 90%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 24px;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1.4em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgb(255, 248, 235);
}

.element .options .field.radio label:after
{
	background: rgb(255, 248, 235);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(235, 0, 0, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(235, 0, 0, 1);
}

.element .warning
{
	color: rgba(235, 0, 0, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgb(255, 167, 94);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	border-color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgb(255, 248, 235);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: $form-element-hover-background-color;
	border-color: rgba(85, 85, 85, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ms-DatePicker input:focus
{
	background-color: $form-element-hover-background-color;
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(115, 115, 125, 1);
	color: rgba(115, 115, 125, 1);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(255, 167, 94);
	border: 1px solid rgb(255, 167, 94);
	color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgb(255, 248, 235);
	fill: rgb(255, 248, 235);
}

.element .upload-component .upload-area
{
	border-color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option
{
	background-color: rgba(51, 51, 51, 1);
}

.element.erankorder .options .label-container label
{
	color: rgba(255, 255, 255, 1);
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: rgba(255, 255, 255, 1);
}

.element .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgb(255, 248, 235);
    font-family: inherit;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgb(255, 248, 235);
}

.element .table.scale .extreme.right
{
	color: rgb(255, 248, 235);
}

.element .table.scale .question
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgb(255, 248, 235) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	background: rgb(22, 22, 22);
	color: rgb(255, 248, 235);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 13px;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgb(22, 22, 22);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(255, 167, 94);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(255, 248, 235); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: inherit;
	text-transform: inherit;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(255, 167, 94);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(255, 167, 94);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
}

@media all and (orientation:landscape) and (min-width: 768px) and (max-width: 1176px) {
/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgb(22, 22, 22);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 2em;
	margin-bottom: 3em;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgb(22, 22, 22);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 90%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 2.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 2em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1.3em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgb(255, 248, 235);
}

.element .options .field.radio label:after
{
	background: rgb(255, 248, 235);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(235, 0, 0, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(235, 0, 0, 1);
}

.element .warning
{
	color: rgba(235, 0, 0, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgb(8, 173, 255);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	border-color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgb(255, 248, 235);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: $form-element-hover-background-color;
	border-color: rgba(85, 85, 85, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ms-DatePicker input:focus
{
	background-color: $form-element-hover-background-color;
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(115, 115, 125, 1);
	color: rgba(115, 115, 125, 1);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(8, 173, 255);
	border: 1px solid rgba(51, 51, 51, 1);
	color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgb(255, 248, 235);
	fill: rgb(255, 248, 235);
}

.element .upload-component .upload-area
{
	border-color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option
{
	background-color: rgba(51, 51, 51, 1);
}

.element.erankorder .options .label-container label
{
	color: rgba(255, 255, 255, 1);
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: rgba(255, 255, 255, 1);
}

.element .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgb(255, 248, 235);
    font-family: inherit;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgb(255, 248, 235);
}

.element .table.scale .extreme.right
{
	color: rgb(255, 248, 235);
}

.element .table.scale .question
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgb(255, 248, 235) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	background: rgb(22, 22, 22);
	color: rgb(255, 248, 235);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 13px;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.8em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgb(22, 22, 22);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(8, 173, 255);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(255, 248, 235); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: inherit;
	text-transform: inherit;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(8, 173, 255);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(8, 173, 255);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
}

@media all and (orientation:landscape) and (min-width: 0px) and (max-width: 767px) {
/*
 * Copyright (c) Surveypal Ltd 2019. All rights reserved.
 *
 * This file is part of Surveypal.
 *
 * Last modification 6/2020 by Piia.
 */

body
{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	background-color: rgb(22, 22, 22);
}

.form > .background
{
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}
.form > .background:not(.default)
{
	background-image: url('');
	-ms-animation: fadein 1s; /* Internet Explorer */
	animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.page-container .survey
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgb(22, 22, 22);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
}

.page-container form
{
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.language-dropdown-container
{
	width: 90%;
	max-width: 960px;
}

.page-container form .survey > .background
{
	background-image:      url('');
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-opacity: 1;
}

.element:first-child
{
	margin-right: 2%;
}

.element.half
{
	width: 49%;
}

.element h1
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1.6em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h2
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1.4em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

.element h3
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h4
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element h5
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.element p, .thankYouPage p
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .options .field.radio,
.element .options .field.checkbox
{
	border: 1px solid rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
}

.element .options .field.checkbox
{
	border-radius: 3px;
}

.element .options .field.checkbox label
{
	border-radius: 3px;
}

.element .options .field.checkbox label:after
{
	border-color: rgb(255, 248, 235);
}

.element .options .field.radio label:after
{
	background: rgb(255, 248, 235);
}

.page-container .progress
{
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: inherit;
	color: rgba(0, 0, 0, 0.6);
}

.page-container .progress .outer
{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.04);
}

.page-container .progress .inner
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: rgba(0, 0, 0, 1);
}

.element.required .asterisk
{
	color: rgba(235, 0, 0, 1);
}

.element.required:not(.hasStatements) .heading > *:last-child:after
{
	color: rgba(235, 0, 0, 1);
}

.element .warning
{
	color: rgba(235, 0, 0, 1);
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 22px;
}

.page-container .element a
{
	color: rgb(8, 173, 255);
}

input.text.small
{
	width: 100%;
}

textarea.text.large
{
	width: 100%;
	height: 120px;
}

.element input.text, .element textarea.text
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	border-color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	outline: none;
}

.element input.text:focus, .element textarea.text:focus
{
	border-color: rgba(85, 85, 85, 1);
}

.ms-DatePicker .ms-TextField-fieldGroup
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgb(255, 248, 235);
}

.ms-DatePicker, .ms-DatePicker .input-wrapper, .ms-DatePicker .ms-TextField-wrapper
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.ms-DatePicker input
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	color: rgb(255, 248, 235);
	background-color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;

	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ms-DatePicker .ms-TextField-fieldGroup::after
{
	background-color: $form-element-hover-background-color;
	border-color: rgba(85, 85, 85, 1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ms-DatePicker input:focus
{
	background-color: $form-element-hover-background-color;
}

.page-container .controls button,
.page-container button.language,
.page-container label.upload-button
{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.page-container .controls button.secondary,
.page-container label.upload-button,
.page-container button.language,
.element .upload-component .thumbnail .delete
{
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(115, 115, 125, 1);
	color: rgba(115, 115, 125, 1);
}

.page-container .controls button.secondary,
.page-container button.language,
.page-container label.upload-button
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.primary
{
	background-color: rgb(8, 173, 255);
	border: 1px solid rgba(51, 51, 51, 1);
	color: rgb(22, 22, 22);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.page-container .controls button.secondary:not(.loading):not(.dimmed):hover,
.page-container label.upload-button:hover,
.page-container button.language:hover
{
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.6);
}

.element .upload-component .thumbnail .delete:hover
{
	border-color: rgba(0, 0, 0, 0.25);
}

.element .upload-component .upload-area  div.upload-title
{
	color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active .drop-container svg.svg-icon-drop path
{
	stroke: rgb(255, 248, 235);
	fill: rgb(255, 248, 235);
}

.element .upload-component .upload-area
{
	border-color: rgb(255, 248, 235);
}

.element .upload-component .upload-area-active
{
	border-color: rgba(85, 85, 85, 1);
}

.controls button.primary:not(.loading):not(.dimmed):hover
{
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
	color: rgba(255, 255, 255, 1);
}

.element .options .label
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.65em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .rankorder.options .droppable-area .draggable-option
{
	background-color: rgba(51, 51, 51, 1);
}

.element.erankorder .options .label-container label
{
	color: rgba(255, 255, 255, 1);
}

.element .rankorder.options .droppable-area .draggable-option .option-content svg.grab-handle circle
{
	fill: rgba(255, 255, 255, 1);
}

.element .rankorder .extreme.maximum,
.element .rankorder .extreme.minimum
{
    color: rgb(255, 248, 235);
    font-family: inherit;
}

.element .table.scale .tr.statement
{
	background-color: rgba(0, 0, 0, 0);
}

.element .table.scale .tr.statement:nth-child(2n+1)
{
	background-color: rgba(0, 0, 0, 0.04);
}

.element .table.scale .topics
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
}

.element .table.scale .topics > .td
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options
{
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme
{
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .shared-statement
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.element .table.scale .extreme.left
{
	color: rgb(255, 248, 235);
}

.element .table.scale .extreme.right
{
	color: rgb(255, 248, 235);
}

.element .table.scale .question
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .table.scale .table .options
{
	color: rgb(255, 248, 235);
}

.element .table.scale .options .td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.element .select
{
	width: 100%;
}

.element .select:after
{
	border-color: rgb(255, 248, 235) transparent transparent transparent;
	right: 0.5em;
	margin-right: 0.5em;
}

.element .select select
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	background: rgb(22, 22, 22);
	color: rgb(255, 248, 235);
	border: 1px solid rgba(204, 204, 204, 1);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.element.eslider .statements .statement .question
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	padding-top: 0em;
	padding-bottom: 13px;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .extremes
{
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .labels
{
	font-family: inherit;
	font-size: 0.6em;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: rgb(255, 248, 235);
}

.element.eslider .statements .statement .slider .grid .tick .line
{
	border-left: 1px solid rgba(204, 204, 204, 1);
}

/* These old slider definitions can be removed later */
.element.eslider .statements .rc-slider-rail
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .rc-slider-track
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .rc-slider-handle
{
	background-color: rgba(66, 66, 66, 1);
	border-color: rgb(22, 22, 22);
}

.element.eslider .statements .statement.unused .rc-slider-handle
{
	background-color: rgb(8, 173, 255);
}

.element.eslider .statements .switch a.handle
{
	background-color: rgba(66, 66, 66, 1);
}

.element.eslider .statements .disabled .switch a.handle
{
	/* background-color: rgba(0, 0, 0, 0.1); */
}

.element.eslider .statements .switch div.shade
{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.element.eslider .statements .disabled .switch div.shade
{
	background-color: rgba(66, 66, 66, 1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.poweredBy a:link, .poweredBy a:visited
{
	color: rgba(0, 0, 0, 0.6);
}

/* IE10 + IE11  */
_:-ms-lang(x),
.element:first-child
{
	margin-right: calc(2%/2);
}

/* Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.element:first-child
{
	margin-right: calc(2%/2);
}

.element.eimageselection .option.selected, .element.eimagescale .option.selected
{
	background-color: rgba(130, 132, 146, 1);
}

.svgloader svg, .svgloader-small svg
{
	stroke: rgb(255, 248, 235); /*rgba(255, 255, 255, 1);*/
}

.form .dropDownButton, .form #dropDownSettingsList, .form .dropDownSettingsContainer svg polyline {
	color: rgba(161, 161, 161, 1);
	stroke: rgba(161, 161, 161, 1);
}

.form .dropDownButton, .form .dropDownButton svg polyline {
	background-color: #fff;
	fill: #fff;
}

.form ul#dropDownSettingsList {
	background-color: #fff;
	border-color: #f5f5f5;
}

.form ul#dropDownSettingsList .dropDownSettingsListItem:hover, .form ul#dropDownSettingsList .dropDownSettingsListItem:active {
	background-color: rgba(0, 0, 0, 0.04);
}

.form .dropDownSettingsContainer, .form .dropDownButton {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form #dropDownSettingsList {
	border-radius: 5px;
}

.form .dropDownSettingsContainer, .form .dropDownButton
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.form .dropDownButton, .form ul#dropDownSettingsList
{
	text-transform: inherit;
	text-decoration: inherit;
}

.element .video-content-as-text
{
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: inherit;
	text-transform: inherit;
}

.form .element .slider .NewSliderInputContainer .SliderRange {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}

.form .element .slider .NewSliderInputContainer .SliderHandle {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart svg path
{
	fill: rgba(66, 66, 66, 1);
}


.form .element .slider .NewSliderInputContainer .SliderHandle.unused {
	background-color: rgb(8, 173, 255);
}

.form .element .slider .NewSliderInputContainer .SliderHandleMarker.unused svg path,
.form .element .slider .NewSliderInputContainer .SliderHandleHeart.unused svg path
{
	fill: rgb(8, 173, 255);
}

.form .element .slider .NewSliderInputContainer .SliderRangeColorElement {
	background-color: rgba(66, 66, 66, 1);
}

.form .element .guidanceText
{
	color: rgb(255, 248, 235);
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
}
.controls button.primary:hover, .controls button.secondary:hover, label.upload-button:hover
{
	-o-transition:         background-color .1s ease-in;
	-ms-transition:        background-color .1s ease-in;
	-moz-transition:       background-color .1s ease-in;
	-webkit-transition:    background-color .1s ease-in;
	transition:            background-color .1s ease-in;
}
/* --- Add custom CSS below this line --- */
body * { font-family: 'Space Grotesk', sans-serif; }

li {color:white;}

/*text color fix on survey is closed page*/
.element.esurveyactiverange {
color: #ffffff;
}

/* bg color fix for ext links on survey is closed page */
.survey
{
background-color: #161616;
}


/* hide "survey is closed" header text*/
.element.efixedtitle, .element.efixedbigtitle
{
display: none;
}
