@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-meals-panel-header-container {
	border-bottom: #d9d9d9 1px solid;
	height: 55px;
}

.intake24-meals-panel-header {
	color: #db3100;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	min-height: 22px;
	padding: 17px;
}

.intake24-meals-panel-header-button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
	display: none;
    cursor: pointer;
    float: right;
    height: 55px;
    width: 55px;
}

[dir="rtl"] .intake24-meals-panel-header-button {
	float: left;
}

#intake24-meals-panel {
	background: #fff;
	border-right: #e3e3e3 1px solid;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: top;
	width: 29.5%;
	z-index: 10;
}

@media (max-width: 960px) {
	
	#intake24-meals-panel {
		border-right: 0px;
		position: absolute;
		margin-left: -230px;
		width: 285px;

		transition: margin-left 0.5s;

		-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	}

	[dir="rtl"] #intake24-meals-panel {
		margin-left: 0;
		margin-right: -230px;	
	}

	.intake24-meals-panel-header-button {
		display: inherit;
	}

	#intake24-meals-panel.showing {
		margin-left: 0px;
	}

	[dir="rtl"] #intake24-meals-panel.showing {
		margin-right: 0px;
	}

	#intake24-meals-panel .intake24-meals-panel-header-button {
		background-image: url('../images/show.png');
	}

	[dir="rtl"] #intake24-meals-panel .intake24-meals-panel-header-button {
		transform: scaleX(-1);
	}

	#intake24-meals-panel.showing .intake24-meals-panel-header-button {
		background-image: url('../images/hide.png');
	}

	[dir="rtl"] #intake24-meals-panel.showing .intake24-meals-panel-header-button {
		transform: scaleX(-1);
	}

}

#intake24-meals-panel ul {
	list-style: none;
	margin: 0;
}

#intake24-meals-panel button {
	background-color: #FFF;
	border-radius: 0px;
	color: #57a957;
	display: block;
	margin: 0px;
	padding: 14px 12px;
	width: 100%;
}
#intake24-meals-panel button:hover {
	background-color: #57a957;
	color: #FFF;
}

.intake24-meal-list {
	margin: 0;
	padding: 0;
}

.intake24-meal-list li {
	margin: 0;
	padding: 0;
}

.intake24-meal {
	background-color: #F6F6F6;
	border-bottom: #d9d9d9 1px solid;
	color: #333;
	padding: 0px 12px;
}

.intake24-meal:hover {
	background-color: #F3F3F3;
	cursor: pointer;
}

.intake24-selected-meal .intake24-meal-name {
	color: #000;
	font-weight: bold;
}

.intake24-selected-meal, .intake24-selected-meal:hover {
	background-color: #DFDFDF;
}

.intake24-meal-name {
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	min-height: 22px;
	padding: 12px 12px 12px 0px;
}

[dir="rtl"] .intake24-meal-name {
	padding: 12px 0px 12px 12px;
}

.intake24-meal-time {
	float: right;
	line-height: 46px;
	min-height: 46px;
}

[dir="rtl"] .intake24-meal-time {
	float: left;
}

.intake24-meal-question-icon {
	float: right;
}

[dir="rtl"] .intake24-meal-question-icon {
	float: left;
}

.intake24-food-list {
	margin: 0;
	padding: 0;
}

.intake24-food-list li {
	margin: 0;
	padding: 0;
}

.intake24-food-list li:after {
	clear: both;
}

.intake24-food-list li:last-child {
	border-bottom: #d9d9d9 1px solid;
}

.intake24-food {
	background-color: #FBFBFB;
	font-size: 13px;
	padding: 0px 12px 0px 16px;
}

.intake24-food:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}

.intake24-selected-food {
	font-weight: bold;
}

.intake24-food-name {
	line-height: 20px;
	min-height: 20px;
	padding: 13px 50px 13px 0px;
}

[dir="rtl"] .intake24-food-name {
	padding: 13px 0px 13px 50px;
}

.intake24-linked-food-name {
	font-size: 12px;
	padding: 13px 50px 13px 20px;
}

.intake24-meal-question-icon {
	width: 18px;
	height: 18px;
	margin: 14px 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	background-image: url('../images/question.png');
}

.intake24-checkbox-checked-icon {
	float: right;
	width: 15px;
	height: 15px;
	margin: 14px 2px 0px 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	background-image: url('../images/checkbox-check.png');
}

[dir="rtl"] .intake24-checkbox-checked-icon {
	float: left;
}

.intake24-checkbox-unchecked-icon {
	float: right;
	width: 15px;
	height: 15px;
	margin: 14px 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	background-image: url('../images/checkbox-question.png');
}

[dir="rtl"] .intake24-checkbox-unchecked-icon {
	float: left;
}

.intake24-meals-panel-header-container {

}

.intake24-meals-panel-header-button {

}

.intake24-meals-panel-header {

}
