@charset "UTF-8";

/*
This file is part of Intake24.

Copyright 2015, 2016 Newcastle University.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This file is based on Intake24 v1.0.

© Crown copyright, 2012, 2013, 2014

Licensed under the Open Government Licence 3.0: 

http://www.nationalarchives.gov.uk/doc/open-government-licence/
*/

#intake24-prompt-panel {
	display: inline-block;
	overflow-x: hidden;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	width: 70%;
}

@media (max-width: 960px) {

	#intake24-prompt-panel {
		width: 100%;
	}

}

.intake24-prompt-container {
	padding: 20px;
}

@media (max-width: 960px) {

	.intake24-prompt-container {
		padding-left: 80px;
	}

	[dir="rtl"] .intake24-prompt-container {
		padding-left: 20px;
		padding-right: 80px;
	}

}

.intake24-prompt-text {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background-color: #eeeeee;
	border-radius: 4px;
	font-size: 16px;
}

.intake24-prompt-float-widget {
	float: right;
	margin-left: 8px;
}

[dir="rtl"] .intake24-prompt-float-widget {
	float: left;
	margin-right: 8px;
}

.intake24-back-link-container {
	margin-bottom: 5px;	
}

.intake24-back-link {

}

.intake24-multiple-choice-question {

}

.intake24-quantity-prompt {

}

.intake24-quantity-prompt-whole-counter, .intake24-quantity-prompt-frac-counter, .intake24-quantity-prompt-whole-label {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
}

.intake24-quantity-prompt-whole-label {
	margin: 15px;
}

.intake24-choose-portion-method-prompt {

}

.intake24-choose-portion-container {
	display: inline-block;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	cursor: pointer;
}

.intake24-choose-portion-image {
	width: 100%;
	border: 1px solid #E9E9E9;
}
 
.intake24-choose-portion-label {
	position: absolute;
	right: 15px;
	bottom: 15px;
	background-color: white;
	border: 1px solid black;
	border-radius: 3px;
	padding: 5px;
}


.intake24-survey-content-container {
	padding: 20px;
}


.intake24-radio-button-question ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}

.intake24-radio-button-question li {
	margin-bottom: 5px;
}

.intake24-radio-button-question input[type="text"] {
	padding: 2px;
}

.intake24-multiple-choice-question input[type="text"] {
	padding: 2px;
}


.intake24-radio-button-question-warning {
	color: red;
}

.intake24-text-box-question {

}

.intake24-text-box-question input[type="text"] {
	margin-bottom: 15px;
}

.intake24-text-box-question-warning {
	color: red;
}

.intake24-missing-food-textbox {
	width: 80%;
}

.intake24-missing-food-textarea {
	width: 80%;
	height: 5em;
}

.intake24-weight-type-in-textbox {
	margin-right: 12px;
	margin-top: 8px;	
}
