* { 
	font-family: 'lucida grande',tahoma,arial,sans-serif; 
}

html, body { 
	font-size: 12pt;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

#contentBase {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: 1fr;
	height: 100%;
}

#contentHeader {
	background-image: linear-gradient(#d7e5f5, #abc7ec, #d7e5f5);
	border-bottom: 1px solid #aaa;
	padding: 10px;
}

#contentHeader > img {
	vertical-align: middle;
}

#contentHeader span {
	font-weight: bold;
}

#contentBody {
	display: grid;
	overflow: hidden;
}

.y-login-window > .y-panel-buttons {
	display: grid;
	grid-template-columns: auto 1fr auto;
}

.y-login-formpanel > .y-panel-body {
	display: grid;
	grid-template-columns: 90px 1fr;
	grid-gap: 5px;
	padding: 10px;
}

.y-health-biglabel {
	font-size: 20pt;
	font-weight: bold;
}

.y-health-label {
	font-size: 18pt;
	font-weight: bold;
	color: #999;
	letter-spacing: 4px;
}

.y-screen > .y-panel-body {
	padding: 20px;
}

.y-health-inputvalue {
	font-size: 14pt;
	font-weight: bold;
	color: #444;
	padding: 10px 10px 10px 50px;
	text-align: right;
}

.y-health-inputvalue::placeholder {
	font-weight: normal;
	color: #888;
}

.y-health-inputvalue[name] {
	background-repeat: no-repeat;
	background-position: 10px center;
}

.y-health-inputvalue[name=weight_kg] {
	background-image: url(../img/weight-scale.png);
}

.y-health-inputvalue[name=belly_circumference_cm] {
	background-image: url(../img/belly.png);
}

.y-health-inputvalue[name=steps] {
	background-image: url(../img/footsteps-silhouette-variant.png);
}

.y-health-inputvalue[name=kcals_burned] {
	background-image: url(../img/calories.png);
}

.y-health-inputvalue[name=total_calories] {
	background-image: url(../img/total_calories.png);
}

.y-health-inputvalue[name=total_fat] {
	background-image: url(../img/total_fat.png);
}

.y-health-inputvalue[name=total_salt] {
	background-image: url(../img/total_salt.png);
}

.y-health-inputvalue[name=total_sugar] {
	background-image: url(../img/total_sugar.png);
}

.y-health-inputvalue.y-nutrition {
	background-image: url(../img/nutrition.png);
	max-width: 200px;
}

.y-health-big {
	font-size: 14pt;
	font-weight: bold;
}

span.y-health-big {
	align-self: center;
}

button.y-health-big {
	padding: 4px 4px;
	height: auto;
}

.y-health-big::placeholder {
	font-weight: normal;
	color: #888;
}

.y-health-consumptionpanel {
	padding: 10px !important;
	background-color: #fff !important;
}

.y-kcal-display {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/calories.png);
	padding: 10px 10px 10px 50px;
}