@CHARSET "UTF-8";

#community .background {
	background: url(../../../images/community/communityBackground.png);
	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%);
}

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

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

#community #subNav li:hover {
	color: #009fe3;
}

#community #subNav li.selected {
	font-weight: 500;
	color: #009fe3;
}

#community .searchContainer .search {
	float: left;
	width: 60%;
	padding: 16px;
}

#community .searchContainer .showMe {
	float: left;
	width: 40%;
	padding: 16px;
}

#community .searchContainer .sortTitle {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#community .searchContainer .showMe .sortTitle {
	margin-bottom: 17px;
}

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

#community input:focus {
	border: 1px solid #009fe3;
}

#community .searchContainer [type="radio"]:not(:checked) +label,
	#community .searchContainer [type="radio"]:checked+label {
	width: auto;
	padding-left: 28px;
	margin-right: 16px;
}

#community #connectionList .connectionsNumber {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

#community .myConnectionsList .card {
	cursor: pointer;
}

#community .myConnectionsList .card .header {
	background: #009fe3;
	color: #fff;
	padding: 16px 20px 24px 20px;
}

#community .myConnectionsList .card .header .image {
	height: 80px;
	width: 80px;
	border: 2px solid #fff;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 20px;
}

#community .myConnectionsList .card .header .personInfo {
	padding-right: 100px;
}

.myConnectionsList .card .header .personInfo .name {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

#community .myConnectionsList .card .header .personInfo .location {
	font-size: 13px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

#community .myConnectionsList .card .personGoals {
	padding: 12px 20px 10px 20px;
}

#community .myConnectionsList .card .personGoals .title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

#community .personGoals ul {
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	min-height: 37px;
}

#community .connectionsList .personGoals ul {
	min-height: auto;
}

#community .personGoals li {
	font-weight: 300;
	display: inline-block;
	margin-right: 10px;
	line-height: 18px;
	border-bottom: none !important;
	padding: 0 !important;
	width: auto !important;
	background: transparent !important;
}

#community .personGoals li.noGoals:before {
	display: none;
}

#community .personGoals li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	margin-right: 10px;
}

#community .personGoals li.lime, #community .personGoals li.pink {
	background: none !important;
}

#community .personGoals li.blue:before {
	color: #419fd8;
}

#community .personGoals li.yellow:before {
	color: #fdc010;
}

#community .personGoals li.lime:before {
	color: #cddc37;
}

#community .personGoals li.pink:before {
	color: #e71f63;
}

#community .personGoals li.red:before {
	color: #d31f26;
}

#community .personGoals li.green:before {
	color: #4cad4c;
}

#community .personGoals li.purple:before {
	color: #8e3f97;
}

#community .personGoals li.orange:before {
	color: #f26f46;
}

#community .personGoals li.brown:before {
	color: #795548;
}

#community .personGoals li.grey:before {
	color: #607d8b;
}

#community .cardContent {
	padding: 20px 10px;
}

#community .cardContent .search {
	padding-bottom: 18px;
	position: relative;
}

#community .cardContent .search button {
	position: absolute;
	right: 0;
	bottom: 18px;
	height: 42px;
	padding: 0 16px;
}

#community .cardTitle {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#community .borderRight {
	border-right: 1px solid #e4e4e4;
}

#community .connectionsList {
	margin-top: 20px;
}

#community .connectionsList .title {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
}

#community .filter {
	margin: 20px 0 32px;
	position: relative;
}

#community .filter .subTitle {
	font-weight: 500;
}

#community .filter ul {
	margin: 12px 16px;
}

#community .filter ul li {
	padding: 2px 0;
	font-weight: 300;
}

#community .ui-slider {
	background-color: #e4e4e4;
	height: 4px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#community #distance {
	position: absolute;
	right: 0;
	border: none;
	width: auto;
	text-align: right;
	top: -4px;
	color: #009fe3;
	font-weight: 500;
	padding: 0;
	background: transparent;
}

#community .ui-slider-horizontal .ui-slider-range-min {
	background-color: #009fe3;
}

#community .ui-slider-horizontal .ui-slider-handle {
	background-color: #009fe3;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	top: -11px;
	cursor: pointer;
}

#community .ui-slider-horizontal .ui-slider-handle:focus {
	outline: none;
}

#community .connectionRequests .connectionsList {
	margin-top: 0;
}

#community .connectionRequests .cardContent {
	padding: 20px;
}

#community .connectionRequests .decline {
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
}

#community .connectionRequests .connectionsList .connect {
	margin-top: 0;
}

#community .emptyState.communityFlow {
	padding-top: 125px;
}

#community .emptyState {
	text-align: center;
}

#community .emptyState .chapter {
	font-size: 36px;
	margin-bottom: 32px;
}

#community .emptyState button {
	margin-top: 30px;
}

#community .emptyState.timeline .icon {
	background: none;
}

#community .emptyState .icon {
	background: url(../../../images/community/communityEmptyIcon.svg);
	height: 100px;
	background-repeat: no-repeat;
	width: 100px;
	background-size: contain;
	margin: 50px auto 32px;
}

#community .emptyState .text {
	font-weight: 300;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 8px;
}

#community .emptyState .action {
	margin-bottom: 60px;
}

#community .noResults, #community .noConnections {
	text-align: center;
}

#community .noResults .text, #community .noConnections .text {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 32px;
}

#community .communityIcon {
	background: url(../../../images/community/communityEmptyIcon.svg);
	height: 100px;
	background-repeat: no-repeat;
	width: 100px;
	background-size: contain;
	margin: 50px auto 32px;
}

#community .searchIcon {
	background: url(../../../images/community/communitySearchIcon.svg);
	height: 100px;
	background-repeat: no-repeat;
	width: 100px;
	background-size: contain;
	margin: 50px auto 32px;
}

#community .findConnections .loading {
	padding: 60px 0;
}

#community #cancelRequest {
	background: #d31f26;
}

/* Coming soon events */
#community .coomingSoonEvents {
	padding: 60px 20px 80px;
	text-align: center;
}

#community .coomingSoonEvents .mdi-action-event {
	font-size: 80px;
	opacity: 0.2;
	padding: 30px;
}

#community .coomingSoonEvents .text {
	font-size: 20px;
	font-weight: 300;
}

/* Intro */
#introduction .subheading {
	margin-top: 18px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
}

#introduction .explanation {
	font-weight: 300;
	margin-top: 6px;
	font-size: 15px;
}

#introduction input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	transition: border 200ms ease-in-out;
}

#introduction input:focus {
	border-bottom: 1px solid #009fe3;
}

#introduction .info input[type="text"] {
	padding: 10px 0 0;
	margin: 0;
	width: 100%;
}

#introduction input[type="text"] {
	width: 300px;
	margin-top: 15px;
	padding: 10px 8px;
}

#introduction .lifePurpose {
	margin-top: 32px;
}

#introduction .lifePurpose .purpose {
	margin: 32px 0;
}

#introduction .lifePurpose .purpose .description {
	font-weight: 300;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4;
}

#introduction .lifePurpose .purpose .purposeHeader {
	margin-bottom: 20px;
}

#introduction .lifePurpose .purpose .purposeHeader .titlePurpose {
	font-size: 20px;
}

#introduction .lifePurpose .purpose label {
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
	font-size: 17px;
	font-weight: 500;
}

#introduction .lifePurpose .purpose .info label {
	color: #333;
	font-size: 14px;
	margin: 0;
	left: 0;
	top: 0;
}

#introduction .lifePurpose .textInput {
	display: inline-block;
	width: calc(100% - 254px);
}

#introduction .lifePurpose .purpose .info {
	width: 250px;
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
}

#introduction .lifePurpose .purpose .info .example {
	visibility: hidden;
	cursor: pointer;
	color: #009fe3;
	margin-bottom: 18px;
	margin-top: 6px;
}

#introduction .lifePurpose .purpose textarea {
	padding: 10px;
	border: 1px solid #e4e4e4;
	background: #fff;
	transition: border 200ms ease-in-out;
	border-radius: 3px;
	min-height: 98px;
}

#introduction .lifePurpose .purpose textarea:focus {
	border: 1px solid #009fe3;
	outline: none;
}

#introduction .lifePurpose {
	margin-bottom: 100px;
}

/* Connection graph */
#community #connectionGraph {
	width: 90%;
	margin: 0 auto;
	height: 600px;
}

#community .connectionsGraph .personGoalList {
	text-align: center;
	margin: 24px;
}

#community .connectionFilter {
	margin: 20px;
}

#community .connectionFilter .sortTitle {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 16px;
}

#community .connectionFilter [type="radio"]:not(:checked) +label,
	#community .connectionFilter [type="radio"]:checked+label {
	width: auto;
	margin-right: 20px;
	padding-left: 28px;
}

#community .notification {
	position: relative;
	bottom: 15px;
	right: 9px;
	height: 20px;
	width: 20px;
	background-color: #009fe3;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	border-radius: 50%;
	border: 1px solid #F4F5F3;
	cursor: pointer;
	font-weight: 300;
	display: inline-block;
}

#community .notification.hidden {
	display: none;
}

#userFlow .privacySettingsList input[type=radio]+label {
	width: auto;
	padding-left: 35px;
}

.connectionsList .connect #declineFriend {
	text-align: center;
	margin-top: 8px;
	cursor: pointer;
}

/* Tukaj se zacne CSS */
#manager-container>#values, #popup-dialog>#values {
	padding: 25px 36px;
}

#manager-container>#values .later, #popup-dialog>#values .later {
	float: right;
	color: #009fe3;
	cursor: pointer;
}

#manager-container>#values .later .mdi-navigation-close, #popup-dialog>#values .later .mdi-navigation-close
	{
	font-size: 24px;
	line-height: 13px;
}

#manager-container>#values .heading, #popup-dialog>#values .heading {
	font-size: 32px;
	font-weight: 400;
	margin: 0px 0 10px;
	line-height: 1.1;
}

#manager-container>#values .heading:before, #popup-dialog>#values .heading:before
	{
	clear: both;
	content: '';
	display: block;
}

#popup-dialog>#values {
	background-color: #FFF;
}

#manager-container>#values .subtitle, #popup-dialog>#values .subtitle {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	padding: 0 0 16px 0;
}

#userFlow #values .subtitle {
	padding: 0 0 16px 0;
}

#values .save-button {
	max-width: 250px;
	float: right;
	margin-top: 1rem;
}

#values ul:after {
	clear: both;
	content: '';
	display: block;
}

#values li {
	float: left;
	width: 25%;
}

#values #customValueContainer {
	max-width: 250px;
}

#valuesCounter {
	margin: 29px 0;
	display: inline-block;
}

#valuesCounter .added span {
	color: #009fe3;
}

#valuesCounter .added {
	font-size: 22px;
	margin-bottom: 6px;
}

#valuesCounter .canAdd {
	font-weight: 300;
}

#community [type="radio"]:not(:checked) +label, #community [type="radio"]:checked+label
	{
	width: auto;
}

#community .lSSlideOuter .lSPager.lSpg>li {
	display: inline-block;
	width: auto;
	margin: 8px 0 5px;
}

#community .lSSlideOuter .lSPager.lSpg>li.active a, #community .lSSlideOuter .lSPager.lSpg>li:hover a
	{
	background-color: #009fe3;
}

#community .lSSlideOuter .lSPager.lSpg>li a {
	background-color: #999;
}

#community .lSAction>a {
	speak: none;
	display: inline-block;
	font-family: "Material-Design-Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 30px;
	opacity: 0;
	background: white;
	border-radius: 50%;
	height: 36px;
	text-align: center;
	width: 36px;
	line-height: 36px;
}

#community .lSSlideWrapper:hover .lSAction>a {
	opacity: 1;
}

#community .lSAction>a:hover {
	text-decoration: none;
}

#community .lSAction>.lSPrev:before {
	content: "\e8a8";
}

#community .lSAction>.lSNext:before {
	content: "\e8a9";
}

#community .featherlight .featherlight-close-icon {
	color: #009fe3;
	font-size: 25px;
	right: 10px;
	top: 10px;
}

/* Meal details */
.mealDetails {
	text-align: center;
}

.mealDetails .meal-icon {
	height: 50px;
	width: 100%;
	margin-top: 24px;
}

.mealDetails .lunch {
	background: url("../../../images/food/history/lunch-big.png") no-repeat
		center center;
	background-size: contain;
}

.mealDetails .dinner {
	background: url("../../../images/food/history/dinner-big.png") no-repeat
		center center;
	background-size: contain;
}

.mealDetails .snack {
	background: url("../../../images/food/history/snack-big.png") no-repeat
		center center;
	background-size: contain;
}

.mealDetails .breakfast {
	background: url("../../../images/food/history/breakfast-big.png")
		no-repeat center center;
	background-size: contain;
}

.mealDetails .meal-type {
	font-size: 1.125em;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 6px;
}

.mealDetails .motivation {
	font-size: 1.25em;
	color: #505B65;
	font-family: "Patrick Hand", "Roboto", "Helvetica Neue", Arial,
		Helvetica, sans-serif;
	padding: 11px 0;
}

.mealDetails .table-header {
	font-size: 1.125em;
	margin: 3px 0 11px;
}

.mealDetails .meal-table {
	margin-top: 16px;
}

.mealDetails table {
	color: #505A65;
	font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
}

.mealDetails table th, .mealDetails table td, .mealDetails table tr,
	.mealDetails table caption {
	line-height: 34px;
	vertical-align: middle;
}

.mealDetails table td:FIRST-CHILD, .mealDetails table td:last-child {
	text-align: right;
	font-size: 1.25em;
	font-weight: 500;
	width: 51px;
}

.mealDetails table td:last-child {
	width: 50px;
	padding-right: 14px;
}

.mealDetailss table td {
	font-size: 1em;
}

.mealDetails table tr:nth-child(odd) {
	background-color: rgba(0, 159, 227, 0.1);
}

.mealDetails table .tennisball {
	background: url("../../../images/food/history/ball.png") no-repeat
		center center;
	width: 46px;
}


.mealDetails table .toast {
	background: url("../../../images/food/history/toast.png") no-repeat
		center center;
	width: 46px;
}

.mealDetails table .teaspoon {
	background: url("../../../images/food/history/spoon.png") no-repeat
		center center;
	width: 46px;
}

#community #meal-pyramide {
	box-shadow: none;
	color: #fff;
}

#community #meal-pyramide .deserts, #community #meal-pyramide .fats,
	#community #meal-pyramide .protein, #community #meal-pyramide .carb,
	#community #meal-pyramide .fruitvege {
	margin-bottom: 2px;
}