.clear-both {
	clear: both;
}

#mayoDiet .navigationBar.fixedPosition {
	position: fixed;
	background-color: #efefef;
	width: calc(100% - 260px);
	top: 60px;
	padding: 0px 20px 0px;
	border-bottom: 1px solid #e4e4e4;
	z-index: 4;
	left: 260px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

#mayoDiet .navigationBar.fixedPosition h2 {
	display: none;
}

#mayoDiet .navigationBar.fixedPosition ul {
	max-width: 80%;
	margin: 0 auto;
}

#mayoDiet h2 {
	clear: both;
	font-size: 2.1875em;
	color: #333333;
	margin-bottom: 26px;
	margin-top: 82px;
}

#mayoDiet h2 #recipeFavorite {
	float: right;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
}

#mayoDiet h2 #recipeFavorite.selected {
	color: #8BC24A;
}

#mayoDiet #info {
	color: #8BC24A;
}

#mayoDiet #info i {
	font-size: 22px;
	transition: color 200ms ease-in-out;
	cursor: pointer;
}

#mayoDietInfo p {
	font-size: 17px;
	font-weight: 300;
	padding-bottom: 12px;
	line-height: 1.4;
}

#mayoDietInfo .content {
	margin-top: 30px;
}

#mayoDietInfo h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 1rem 0 1rem 0;
}

#mayoDietInfo li {
	font-size: 17px;
	font-weight: 300;
	padding-bottom: 12px;
	line-height: 1.2;
	list-style-type: disc;
	margin-left: 25px;
}

#recipesDetails h2 span.selected .recipe-favorited {
	display: inherit;
}

#recipesCards .recipe-favorite.selected i.recipe-favorited {
	display: inline-block;
}

#recipesDetails h2 span .recipe-favorited, #recipesDetails h2 span.selected .recipe-not-favorited,
	#recipesCards .recipe-favorite i.recipe-favorited, #recipesCards .recipe-favorite.selected i.recipe-not-favorited
	{
	display: none
}

#recipesDetails h2 span i {
	vertical-align: sub;
	padding-left: 7px;
}

#recipesDetails .back {
	color: #8BC24A;
	cursor: pointer;
	margin-top: 82px;
}

#recipesDetails h2 {
	margin-top: 20px;
}

.food .background {
	background: url(../../../images/food/foodBackground.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.15;
	z-index: -1;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	-webkit-filter: grayscale(100%);
	-moz-kit-filter: grayscale(100%);
	-o-kit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#recipesDetails .card .card-image {
	height: 450px;
}

#recipesDetails .card .card-image .image {
	background-size: cover;
	background-position: 50%;
}

#recipesDetails .card .card-image .image {
	height: 100%;
}

#recipesDetails .card .dietitian-tip {
	background-color: #8BC24A;
	line-height: 1.3;
	padding: 20px;
}

#recipesDetails .card .dietitian-tip .tip-header {
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: 500;
}

#recipesDetails .card .dietitian-tip p {
	font-size: 16px;
}

#recipesDetails .card .card-content {
	font-weight: 300;
}

#recipesDetails .card .card-content .content-header .directions {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 20px;
}

#recipesDetails .card .card-content .serves {
	clear: both;
	padding-bottom: 20px;
}

#recipesDetails .card .card-content .content {
	line-height: 1.5;
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	clear: both;
	display: table;
	width: 100%;
}

#recipesDetails .card .card-content .content.last {
	border-bottom: none;
}

/*rating stars*/
#recipesDetails .card .card-content .rating-stars {
	display: inline-block;
	margin-bottom: 0;
	float: right;
}

#recipesDetails .card .card-content .rating-stars ul {
	margin: 0 0 20px 0;
}

#recipesDetails .card .card-content .rating-stars .stars-legend {
	text-align: center;
}

#recipesDetails .card .card-content .rating-stars li {
	float: left;
	color: #e4e4e4;
}

#recipesDetails .card .card-content .rating-stars li.selected {
	color: #ffd700;
}

#recipesDetails .card .card-content .rating-stars ul li {
	line-height: 0;
}

#recipesDetails .card .card-content .rating-stars .star:before {
	margin: 3px;
	font-size: 1em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

#recipesDetails .card .card-content .direction-step-text,
	#recipesDetails .card .card-content .direction-step-checkbtn {
	display: table-cell;
	vertical-align: middle;
}

#recipesDetails .card .card-content .content .direction-step-checkbtn {
	padding-left: 50px;
	padding-right: 25px;
	width: 24px;
	color: #e0e0e0;
}

#recipesDetails .card .card-content .content.checked  .direction-step-text
	{
	color: rgba(0, 0, 0, 0.50);
}

#recipesDetails .card .card-content .content.checked .direction-step-checkbtn
	{
	color: #8BC24A;
}

#recipesDetails .card .card-content .receipe-info .info {
	float: left;
	padding: 5px 70px 20px 0;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#recipesDetails .card .card-content .receipe-info {
	border-bottom: 1px solid #e0e0e0;
}

#recipesDetails .card .card-content .receipe-info .info i {
	font-size: 21px;
	padding-right: 6px;
	vertical-align: sub;
}

.ingredients-card .title, .search-receipes-card .title, .filter-card .title
	{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}

.filter-card.card .open-settings {
	color: #8BC24A;
	transition: color .3s ease;
	text-transform: uppercase;
	cursor: pointer;
}

.filter-card.card .open-settings i, .filter-card.card .open-settings span
	{
	vertical-align: middle;
	padding-right: 10px;
}

.ingredients-card .ingredients-list h3 {
	font-size: 1.125rem;
	margin: 0.5rem 0;
}

.ingredients-card .ingredients-list {
	padding-top: 20px;
}

.ingredients-card .ingredients-list p {
	padding: 10px 0px;
}

.ingredients-card .ingredients-list li {
	padding: 10px 0px;
	border-bottom: 1px solid #e0e0e0;
}

.ingredients-card .ingredients-list li:last-child {
	border-bottom: none;
}

.ingredients-card .ingredients-list .collection, .nutrient-list .collection
	{
	border: none;
}

.ingredients-card .ingredients-list .collection .collection-item {
	padding: 10px 5px;
}

.ingredients-card .ingredients-list .collection .ingredient {
	padding-left: 60px;
	font-weight: 400;
}

.ingredients-card .ingredients-list .collection .ingredient-nr {
	font-weight: 500;
	float: left;
}

.ingredients-card button {
	background: none;
	color: #8BC24A;
	box-shadow: none;
	border: 1px solid #8BC24A;
	border-radius: 2px;
	width: 100%;
	height: auto;
	line-height: 1.5;
	padding: 0.5rem;
}

.ingredients-card button:focus, .add-meal-btn button:focus {
	background-color: #8BC24A;
}

.add-meal-btn button {
	background-color: #8BC24A;
	width: 100%;
	height: auto;
	line-height: 1.5;
	padding: 0.5rem;
}

/*tabs*/
.tabs.tabs-fixed-width {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e0e0e0;
}

.tabs.tabs-fixed-width li:first-child {
	border-right: 1px solid #e0e0e0;
}

.tabs.tabs-fixed-width .tab {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	cursor: pointer;
}

.tabs .tab:hover, .tabs .tab.active {
	background-color: transparent;
	color: #8BC24A !important;
	border-bottom: 4px solid #8bc24a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nutrient-list .title {
	font-weight: 500;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 3px solid #e0e0e0;
}

.nutrient-list .nutrient {
	float: left;
}

.nutrient-list .amount {
	text-align: right;
	font-weight: 500;
}

.nutrient-list .collection .collection-item {
	line-height: 0.8rem;
	padding: 10px 5px;
}

.intake-list  .serving-info {
	padding-bottom: 10px;
}

.intake-list .intake-item {
	width: 100%;
	color: #ffffff;
	padding: 13px 15px;
	background-color: #e0e0e0;
	margin: 10px 0;
	line-height: 1.2;
	display: table;
}

.intake-list .intake-item .intake-item-text, .intake-list .intake-item .intake-item-value
	{
	display: table-cell;
	vertical-align: middle;
}

.intake-list .intake-item .intake-item-text {
	border-right: 1px solid white;
	width: 100%;
}

.intake-list .intake-item .intake-item-value {
	font-weight: 500;
	padding-left: 10px;
}

.intake-list .intake-item.green {
	background-color: #8BC24A;
}

/* dashboard */
#recipesDashboard h2 {
	font-size: 2.1875em;
	color: #333333;
}

.search-receipes-card .title {
	padding-bottom: 15px;
}

#mayoDiet #subNav li.selected {
	font-weight: 500;
	color: #8BC24A;
}

#mayoDiet #subNav li {
	display: inline-block;
	padding: 12px 20px 12px 0;
	margin-right: 20px;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	transition: color 200ms ease-in-out;
	cursor: pointer;
}

#recipesDashboard .search-receipes-card input {
	width: 100%;
	border: 1px solid #e4e4e4;
	padding: 10px 110px 10px 10px;
	border-radius: 3px;
	transition: 200ms border ease-in-out;
}

#recipesDashboard .clear-padding {
	padding: 0;
}

.search-receipes-card button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 40px;
	padding: 0 16px;
	background-color: #8BC24A;
}

.search-receipes-card button:focus {
	background-color: #8BC24A;
}

#recipesDashboard .card-image .image {
	background-size: cover;
	background-position: 50%;
	height: 100%;
}

#recipesDashboard .card-image {
	height: 160px;
}

#recipesDashboard .receipe-type {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	height: 30px;
	line-height: 30px;
	margin-bottom: 9px;
}

#recipesDashboard .receipe-type .receipe-type-list {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 67%;
	float: left;
}

#recipesDashboard .receipe-type .meal-type {
	padding: 0px;
}

#recipesDashboard .card.receipe-card {
	cursor: pointer;
}

#recipesDashboard .card.receipe-card .card-content {
	padding: 5px 10px 10px;
}

#recipesDashboard .receipe-type i {
	font-size: 22px;
	vertical-align: sub;
	padding-left: 7px;
	opacity: 1;
}

#recipesDashboard .receipe-type i.recipe-favorited {
	color: #8BC24A;
}

#recipesDashboard .receipe-type .nr-fav {
	float: right;
	font-size: 15px;
}

#recipesDashboard .receipe-card .title {
	font-size: 21px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px;
}

#recipesDashboard .receipe-card .receipe-info div {
	width: 33%;
	float: left;
	padding: 20px 0;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#recipesDashboard .receipe-card .receipe-info div.middle {
	text-align: center;
}

#recipesDashboard .receipe-card .receipe-info div.right {
	text-align: right;
}

#recipesDashboard .receipe-card .receipe-info i {
	font-size: 17px;
	padding-right: 6px;
	vertical-align: sub;
}

/*filter*/
.filter-card .collapsible {
	border: none;
	box-shadow: none;
}

.filter-card .collapsible .collapsible-header {
	border-bottom: none;
	padding: 0;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.filter-card .collapsible .collapsible-header i {
	text-align: left;
	margin-left: -8px;
	margin-right: 0;
}

.filter-card .collapsible .collapsible-body {
	border-bottom: none;
}

.filter-card .collapsible .collapsible-body ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

.filter-card [type="checkbox"]:checked+label:before {
	border-right: 2px solid #8BC24A;
	border-bottom: 2px solid #8BC24A;
}

/*popup restrictions */
#recipesSettings.addPopup {
	width: auto;
	max-width: 720px;
	min-width: 400px;
	background: transparent;
}

#recipesSettings.addPopup .leftHalf.image {
	background-image:
		url(/AlifePortal-portlet/images/food/restrictions/restrictions.png);
	color: #fff;
}

#recipesSettings.addPopup .subcategory .leftHalf .headline {
	line-height: 1.5;
}

#recipesSettings.addPopup .leftHalf .overlayImage {
	background-color: #000;
	opacity: 0.2;
}

#recipesSettings.addPopup .rightHalf .limitations-text {
	margin-bottom: 20px;
}

#recipesSettings.addPopup .subcategory .addContent {
	padding: 100px 32px 90px 32px;
}

#recipesSettings.addPopup .subcategory .addContent p {
	line-height: 1.5;
	text-align: center;
	padding-bottom: 10px;
}

#recipesSettings .row .col {
	padding-bottom: 15px;
}

/*add meal - kopirat drugam*/
#addRecipeToMeal .leftHalf.image {
	background-image:
		url(/AlifePortal-portlet/images/food/addmeal/add_meal_popup.jpg);
}

#addRecipeToMeal .leftHalf .overlayImage {
	background-color: #8BC34A;
}

#addRecipeToMeal .servings {
	margin-top: 40px;
	font-size: 16px;
	font-weight: 300;
}

#addRecipeToMeal .servings-header {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
}

#addRecipeToMeal.addPopup .addContent {
	padding: 32px 32px 70px 32px;
}

#addRecipeToMeal.addPopup .input-field input {
	height: 40px;
	border-bottom: 1px solid #9e9e9e;
	color: #9e9e9e;
}

#addRecipeToMeal.addPopup .inlineField {
	margin-bottom: 15px;
}

#addRecipeToMeal.addPopup .dificulty {
	margin: 42px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

#addRecipeToMeal.addPopup .select-wrapper span.caret {
	border-top: 4px solid #9e9e9e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	right: 10px;
	top: 20px;
}

#addRecipeToMeal.addPopup .dropdown-content {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	display: none;
}

#addRecipeToMeal.addPopup .noUi-connect, #addRecipeToMeal.addPopup .noUi-target .range-label,
	#addRecipeToMeal.addPopup .noUi-horizontal .noUi-handle {
	background-color: #8BC34A;
}

@media only screen and (max-width: 1600px) {
	#mayoDiet .navigationBar.fixedPosition ul {
		max-width: 100%;
		margin: 0 auto;
	}
}

/*add meal - kopirat drugam - END*/
@media ( max-width : 979px) {
	.search-receipes-card button {
		height: 44px;
	}
}