.hidden
{
	display: none;
}
.buttons-question button
{
	width: 70%;
	text-transform: none;
}
.yesno-container button
{
	text-transform: none;
}
div.menu-container button.menu md-icon
{
	margin-top: -3px;
}
div.menu-container button.menu span
{
	font-size: 17px;
}
.spacer
{
	margin-bottom: 16px;
}
img.tile-image
{
	width: 100%;
	height: auto;
}
.researcher-input-container {
    border: solid 1px #ccc;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 16x;
}
.researcher-input-container .remove-icon {
	width: 15px;
    float: right;
    margin-right: 6px;
}
md-input-container label, md-input-container:not(.md-input-invalid).md-input-has-value label
{
	color: #000000;
}
md-toast, md-toast.md-top
{
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	bottom: unset;
}
md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content
{
	background-color: #323232;
}

md-toast .md-toast-content button.md-button
{
	color: rgb(33,150,243);
}

.portionButtonsMobile button
{
	width: 225px;
	text-transform: none;
}

.lowercase-buttons button
{
	text-transform: none;
}

.md-toast-content span
{
	font-size: 18px;
	color: #ffffff;
}
.button-grid button
{
	width: 100%;
}
.desktopPortionButtons button
{
	width: 100%;
	height: 80%;
}
md-grid-list.desktopPortionButtons md-grid-tile figure
{
	height: 80%;
	cursor: pointer;
}

.checkboxDiv h4.line3
{
	margin-top: 32px;
}

.uncapitalized figure button
{
	text-transform: none;
}

.desktopPortionButtons figure div
{
	overflow: hidden;
	height: 80%;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.26);
	display: flex;
	align-items: center;
}

.desktopPortionButtons figure button div
{
	box-shadow: none;
}

.desktopPortionButtons img.tile-image
{
	width: 100%;
	height: auto;
}

button.md-raised.md-custom-button.md-custom-button
{
	background-color: #ffffff;
	text-transform: none;
	font-size: 18px;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.26);
}

.tablet-portions
{
	text-align: center;
}
.tablet-portions img
{
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.26);
}
.tablet-portions button
{
	width: 23%;
	margin: 16px auto;
	padding: 20px 0;
	display: block;
	text-transform: none;
}
.feedbackQuestions button, .surveyQuestions button
{
	text-transform: none;
}
.tablet-portions .tile-image
{
	width: 23%;
}
@media only screen and (min-width: 768px)
{
	.category-question-container
	{
		height: 80vh;
	}
	.food-list
	{
		column-count: 2
	}
	.line1,.line2,.line3
	{
		font-size: 18px;
	}
	.ffq .md-button
	{
		font-size: 18px;
	}
	.ffq .md-button.default-font
	{
		font-size: 14px;
	}
	.hidden-desktop
	{
		display: none !important;
	}
	.hidden-mobile
	{
		display: block;
	}
	/*md-progress-circular
	{
		display: none;
	}*/
	.md-toast-open-top .md-button.md-fab-top-right
	{
		transform: none;
	}
	.helpAnswer img
	{
		width: 60%;
	}
	.category-question-container
	{
		max-height: 70vh;
	}
	.report-component-image {
		position: absolute;
	}
}
.food-list
{
	padding: 20px;
    border-right: solid 1px;
    border-left: solid 1px;
    border-bottom: solid 1px;
}
.content-container img
{
	width: auto;
	height: 100vh;
	max-height: 65vh;
    margin: 0 auto;
	display: block;
	max-width: 100%;
}
.foods
{
	margin-bottom: 30px;
}
.food-header
{
    background-color: rgb(33,150,243);
	padding: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.food-header img
{
	width: 40px;
	margin-right: 16px;
    filter: invert(1) brightness(100);
}
.food-header span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.text-question
{
	width: 95%;
	margin: 0 auto;
	display: block;
}
.category-question-container
{
	display: flex;
	align-items: center;
}
.category-question-container h3
{
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
}
.helpAnswer img
{
	max-width: 100%;
}
.helpAnswer .row
{
	margin:0 -15px;
}
.helpAnswer .row img
{
	width: 50%;
	padding: 0 15px;
}

.dark-bg {
	background-color: #eeeeee;
}

@media only screen and (min-width : 960px) and (orientation: landscape)
{
	.tablet-portions
	{
		display: none;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1224px) and (orientation : portrait)
{
	md-toast
	{
		max-width: 50%;
	}
}

@media only screen and (max-width: 1023px)
{
	.ffq .md-button
	{
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px)
{
	.category-question-container h3
	{
		font-size: 20px;
	}
	.category-question-container
	{
		height: 72vh;
	}
	.content-container img
	{
		width: 100%;
		height: auto;
	}
	.portion-tile img
	{
		box-shadow: 2px 2px 5px 2px rgba(0,0,0,.26);
	}
	.hidden-desktop
	{
		display: unset;
	}
	.hidden-mobile
	{
		display: none !important;
	}
	.hidden-desktop.spacer
	{
		display: block;
	}
	.hidden-desktop button.btnfrequency:first-of-type
	{
		grid-column: 1 / -1;
		width: 50%;
		margin: 0 auto;
	}
	.hidden-desktop button.btnfrequency
	{
		width: 95%;
	}
	.line1, .line2, .line3 {
		max-width: unset;
	}
	.ffq .md-button
	{
		font-size: 13px;
	}
	/*md-progress-circular
	{
		display: block;
	}*/
	md-progress-circular:not(.loading)
	{
		position: fixed !important;
		right: 26px !important;
		bottom: 8px !important;
		top: unset !important;
	}
	.md-button.buttonBottom.md-fab[disabled]
	{
		background-color: #fff;
		color: rgba(0,0,0,0.87);
	}
	.report-component-image {
		position: relative;
	}
}
.md-fab.percentageButton
{
	box-shadow: none;
	border: solid 1px rgba(30,30,30,0.3);
}
.md-button.md-fab-top-right[disabled]
{
	background-color: #fff;
	color: rgba(0,0,0,0.87);
	box-shadow: none;
	border: solid 1px rgba(30,30,30,0.3);
}
.no-padding
{
	padding: 0;
}
ul.no-padding li
{
	list-style: none;
}
.danger
{
	color: #FF0000;
}
md-progress-circular:not(.loading)
{
	position: absolute;
	right: 26px;
	top: 24px;
	bottom: auto;
}
md-progress-circular
{
	margin: 0 auto;
}
.loading-reports
{
	text-align: center;
}
.flexpanel
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.embed-container
{
	max-height: 60vh;
    overflow: hidden;
}
.video-embed
{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 90%;
	margin: 0 auto;
}
.video-embed iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 60vh;
}
.line1, .line2, .line3 {
    max-width: 88%;
}
md-sidenav .md-button
{
	display: flex;
}
md-sidenav i.material-icons
{
	margin-right: 12px;
}
.mobile-landscape
{
	display: none;
}
.mobile-landscape md-card
{
	background-color: rgb(244,67,54);
}
.mobile-landscape md-card div
{
	padding: 18px;
}
.mobile-landscape md-card div span
{
	color: #ffffff;
}
md-progress-linear.low .md-bar {
    background-color: rgb(243,15,33);
}
md-progress-linear.mid .md-bar {
    background-color: rgb(243,150,33);
}
md-progress-linear.high .md-bar {
    background-color: rgb(33,183,130);
}
md-progress-linear.low .md-container {
    background-color: rgb(251,162,187);
}
md-progress-linear.mid .md-container {
    background-color: rgb(251,222,187);
}
md-progress-linear.high .md-container {
    background-color: rgb(187,251,222);
}

.md-fab.low {
    background-color: rgb(251,62,107);
}
.md-fab.low:hover, .md-fab.low:not([disabled]):hover{
    background-color: rgb(251,12,37);
}
.md-fab.mid {
    background-color: rgb(221 162 17);
}
.md-fab.mid:hover, .md-fab.mid:not([disabled]):hover {
    background-color: rgb(251,192,37);
}
.md-fab.high {
    background-color: rgb(127,211,62);
}
.md-fab.high:hover, .md-fab.high:not([disabled]):hover {
    background-color: rgb(147,231,92);
}

table.categories-table
{
	border: solid 1px rgb(33,150,243);
}

table.categories-table th, table.categories-table td
{
	text-align: center !important;
	border: solid 1px rgb(33,150,243);
}

table.categories-table th
{
	padding-bottom: 6px;
	background-color: rgb(33,150,243);
	color: #FFFFFF;
}

md-input-container.floating-label-always label {
	-webkit-transform: translate3d(0,6px,0) scale(.75) !important;
	transform: translate3d(0,6px,0) scale(.75) !important;
	-webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1) !important;
	transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1) !important;
	transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1) !important;
	transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1) !important;
	opacity: 1 !important;
	top: auto !important;
}
md-input-container.floating-label-always .md-select-placeholder > span:not(.md-select-icon) {
	color: transparent;
}
md-input-container.floating-label-always .md-select-placeholder > span:not(.md-select-icon):after {
	content: none !important;
}

table.md-table.recommendation-table td.md-cell
{
	font-size: 16px;
}

.translation-input-container input {
    width: 48%;
    height: 30px;
    border: solid 1px #ccc;
    margin-bottom: 6px;
    padding: 6px;
    border-radius: 6px;
}

.screening-input-container {
	display: flex;
}

.screening-input-container div.icon-container {
	display: flex;
	width: 10%;
	align-items: center;
}

.screening-input-container div.icon-container svg{
	max-height: 25px;
}

.screening-input-container input {
    width: 45%;
    height: 30px;
    border: solid 1px #ccc;
    margin-bottom: 6px;
    padding: 6px;
    border-radius: 6px;
}

.report-component-image {
	top: 0;
	right: 0;
	width: 150px;
	float: right;
}

.table-fixed {
	table-layout: fixed;
}

.recommendation-table tr td:nth-child(1)
{
    width: 20%;
}

span.progress-zero
{
	position: relative;
	left: 0;
}

span.progress-one-hundred
{
	position: relative;
	left: calc(100% - 50px);
}

span.progress-one-hundred.no-zero
{
	left: calc(100% - 38px);
}

.translation-tab
{
	overflow: auto;
}

@media screen and (max-device-aspect-ratio: 1/1) and (orientation:portrait)
{
	.desktopPortionButtons
	{
		display: none;
	}
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation:landscape)
and (max-width: 920px) and (max-height: 600px)
{
	.mobile-landscape
	{
		display: block;
	}
	.hidden-landscape
	{
		display: none;
	}
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation:landscape)
and (max-width: 1200px)
{
	.tablet-portions
	{
		display: none;
	}
	.video-embed iframe {
		max-height: 60vh;
	}
}

md-content>md-card {
    margin-left: 0;
	margin-right: 0;
}