@font-face{font-family:'Material Icons Extended';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/materialiconsextended/v42/kJEjBvgX7BgnkSrUwT8UnLVc38YydejYY-oE_LvJ.woff2)format('woff2');}

:focus {
	outline: none;
}
	
.invisible {
	display: none;
}

.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

p {
	line-height: 150%;
}

.help {
	padding: 0px;
	margin: 0px;
}

.help li.helpli {
	list-style: none;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom: 2px;
}


#username, #password {
	width: 100%;
	height: 40px;
	padding: 3px 10px;
	padding-left: 32px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border:1px solid #a9a9a9;
}

#username {
	background: #fff url(image/username.png) no-repeat left center !important;
}

#password {
	background: #fff url(image/password.png) no-repeat left center !important;
}

.form100 {
	width: 100%;
	border-spacing: 0px;
}
.form100 td {
	padding: 5px 0px;
}

#Submit {
	font-size: 1em;
	color: #ffffff;
	display: block;
	width: 100%;
	text-decoration:none;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
	border: none;
}

#Submit {
	background-color: #003399;
}

#Submit:hover,
#tcn-registration:hover,
#tcn-registration-start:hover,
#tcn-back-login:hover {
	opacity: 0.8;
	cursor:pointer;
}
#tcn-username:-webkit-autofill:focus {
	-webkit-box-shadow: 0px 0 0 100px white inset;
	background: url(image/username.png) no-repeat left center !important;
	background-image: url(image/username.png) !important;
}


@media all {
	
	.fullweek {
		margin-top: 10px !important;
		padding: 5px !important;		
	}
	
	BODY, HTML {
		margin:0px;
		padding:0px;
		height: 100%;
		width: 100%;
		background-color: #c2d6e4;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 16px;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	.message {
		width: 600px;
		margin: 20px auto;
		border: 4px solid #68c00a;
		text-align: center;
		background-color: #ffeb3b;
	}
	
	.message h2 {
		width: 600px;
		color: #00000;
	}
	
	.header {
		width: 100%;
		height: 50px;
		background-color: #f9f9f9;
		padding-top: 15px;
		position: fixed;
		top: 0px;
	}
	
	.timer {
		float: right !important;
		background: #73d30d;
		color: #fff !important;
		width: 80px !important;
		text-align: center !important;
		font-weight: bold;
		padding-left: 10px;
	}
	
	.header div {
		width: 900px;
		margin: 0px auto;
	}
	
	.logo {
		float: left;
	}
	
	.page-main-title {
		float: right;
		color: #73d30d;
		font-size: 48px;
	}
	
	.page-title-area {
		width: 100%;
		min-height: 80px; 
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		background: #f8f8f8;
	}
	
	.description {
		width: 900px;
		margin: 20px auto;
	}
	.description-100 {
		width:100%;
		margin:0px;
		margin-bottom: 10px;
		font-size:12px;
	}
		
	.form-area {
		width: 100%;
		padding: 50px 0px 100px 0px;
		background-color: #ffffff;
		position: absolute;
		top: 65px;
		bottom: 50px;
		left: 0px;
		right: 0px;
		overflow: auto;		
	}
	
	.form-area p {
		color: #000000;
	}
	
	.page-title {
		width: 800px;
		margin: 20px auto;
		text-align: center;
		color: #73d30d;
		font-weight: 700;
		font-size: 26px;	
	}
	
	.content {
		width: 900px;
		margin: 0px auto;		
	}
	
	table.form {
		width: 900px;
		margin: 0px auto;
	}
	
	table.form tr th {
		width: 250px;
	}
	
	table.form tr th {
		color: #000000;
		text-align: left;
	}
	
	table tr td[colspan="2"] {
		text-align: center;
	}
	
	table.form tr td.description {
		text-align: left !important;
		color: #000000;
	}
	
	textarea,
	input[type="text"],
	input[type="password"] {
		width: 100%;
		box-sizing: border-box;
		padding: 15px 10px;
		font-size: 14px;
		color: #3d3d3d;
		border: 1px solid #dedede;
		margin-bottom: 10px;		
	}
	
	textarea {
		width: 100%;
		height: 200px;
	}
	
	select {
		height: 52px;
		border: 1px solid #dedede;
		margin-right:1px;
	}

	.right-button {
		float: right;
		height: 36px;
	}
	
	input[type="button"],
	input[type="submit"] {
		color: #fff;
		background: #b86161;
		padding: 0px 10px;
		cursor: pointer;	
		border: none;
		min-width: 120px;
	}
	input[type="button"]:hover,
	input[type="submit"]:hover {
		opacity: 0.8;
	}	
	
	input[type="button"] {
		margin-left: 2px;
	}
	
	.form-area-center {
		width: 800px;
		margin: 0px auto;
	}
	
	.menu2 {
		padding: 40px;
		box-sizing: border-box;
		width: 90%;
		max-width: 400px;
	}

	.login-menu-box {
		height: 520px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		background-color: #fff;
	}
	
	
	.footer {
		padding: 15px 0px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: #f9f9f9;
	}
	
	ul.links,
	.footer1 ul {
		margin: 0px auto;
		padding: 0px;
		width: auto;
		list-style: none;
	}

	ul.links li,
	.footer1 ul li {
		display: inline-block;
		margin: 0px;
		padding: 3px 0px;
		color: #000000;
	}
	
	a.invert:link,
	a.invert:active,
	a.invert:visited {	
		color: #ffffff;
		text-decoration: none;
	}
	a.invert:hover {
		text-decoration: underline;
	}
	
	a:link,
	a:active,
	a:visited {	
		color: #000000;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	
	
	a.footer2:link,
	a.footer2:active,
	a.footer2:visited {	
		color: #000000;
		text-decoration: none;
	}

	a.footer2:hover {
		text-decoration: underline;
	}
	
	#cookie-footer {
		background-color: #fff;
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 0px;
		z-index: 1000;
		border-top: 1px solid #A9A9A9;
		display:none;
	}

	#cookie-accept {
		position: absolute;
		top: 15px;
		right: 15px;
		border: none;
		background-color: #F40F5B;
		color: #fff;
		width: 200px;
		height: 30px;
		font-size: 16px;
	}

	#cookie-accept:hover {
		opacity:0.8;
		cursor:pointer;
	}

	#cookie-description {
		margin-left: 10px;
		width: calc( 100% - 240px );
	}
	
	.navigation {
		width: 800px;
		height: 40px;
		margin: 5px auto !important;
	}
	
	.main-menu-item-logo,
	.main-menu-right-item,
	.main-menu-item {
		color: #000000;
		height: 40px;
		line-height: 40px;
		text-align: left;
		font-size: 16px;
		width: auto !important;
		float:left;
		padding-right: 15px;
	}
	
	.main-menu-item-logo {
		width: 227px !important;
		margin-top: -35px !important;		
	}

	.main-menu-item a:visited,
	.main-menu-item a:link,
	.main-menu-item a:active {
		text-decoration: none;
		color: #3d3d3d;
		display: block;
		font-weight: 700;
		width: 100%;
		height: 40px;
		padding-left: 10px;
	}

	.main-menu-item a.active,
	.main-menu-item a:hover {
		background: #b86161;
		color: #fff;
	}
	
	.help-block {
		position: absolute;
		margin-top: 2px;
		color: red;
		font-size: 12px;
	}

	.main-help-block {
		display:none;
		color: red;
	}
	
	.menu-number-field {
		margin: 10px 0px;
		padding: 4px !important;
	}
	
	.menucard {
		width: 100%;
		border-collapse:separate;
		border-spacing: 0px;
		margin-bottom: 30px;
		margin-top: 10px;	
	}
	
	.menucard td {
		border: none;
		text-align: center;
		padding:0px 5px;
	}
	
	.meal1 {
		background-color: #c0f5db !important;
		color: #000000;
		font-size: 14px;
		font-weight: normal;
	}
	.meal2 {
		background-color: #ddfdba !important;
		color: #000000;
		font-size: 14px;
		font-weight: normal;
	}
	.meal3 {
		background-color: #f0fbbf !important;
		color: #000000;
		font-size: 14px;
		font-weight: normal;
	}
	.meal4 {
		background-color: #fef396 !important;
		color: #000000;
		font-size: 14px;
		font-weight: normal;
	}
	.meal5 {
		background-color: #fdd59b !important;
		color: #000000;
		font-size: 14px;
		font-weight: normal;
	}
	
	.menucard td.group {
		background-color: #26819e;
		color: #ffffff;
		font-weight: 700;
		text-align: center;
		font-size: 14px;
		padding: 5px 0px;
	}
	.menucard td.rowheader {
		background-color: #c2d6e4;
		color: #000000;
		font-weight: 700;
		text-align: center;		
		font-size: 14px;
	}
	.menucard td.meal {
		background-color: #ffeb3b;
		color: #000000;
		font-weight: normal;
		text-align: left;		
	}
	
	h2 {
		margin: 20px auto;
		font-family:'Roboto';
		font-weight: 300;
	}
}


@media (max-width: 960px) {
	
	.header {
		width: 100%;
		height: 109px;
	}
	
	.header div {
		width: 100%;
	}

	BODY, HTML {
		margin:0px;
		padding:0px;
		height: 100%;
		width: 100%;
		background-color: #ffffff;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 12px;
		box-sizing: border-box;
	}
	
	.message {
		width: 100%;
		margin: 20px auto;
		border: 4px solid #68c00a;
		text-align: center;
		background-color: #ffeb3b;
	}
	
	.message h2 {
		width: 100%;
		color: #00000;
	}
	
	.logo {
		float: left;
	}
	
	.page-main-title {
		float: right;
		color: #73d30d;
		font-size: 48px;
	}
	
	.page-title-area {
		width: 100%;
		min-height: 80px; 
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		background: #f8f8f8;
		position: absolute;
		top: 0px;
	}
	
	.description {
		width: 80%;
		margin: 20px auto;
	}
	.description-100 {
		width:100%;
		margin:0px;
		font-size:12px;
	}
	
	.form-area {
		width: 100%;
		padding: 50px 0px 50px 0px;
		background-color: #73d30d;
	}
	
	.form-area p {
		color: #ffffff;
	}
	
	.page-title {
		width: 100%;
		margin: 20px auto;
		text-align: center;
		color: #73d30d;
		font-weight: 700;
		font-size: 26px;	
	}
	
	.content {
		width: 100%;
		margin: 0px auto;		
	}
	
	table.form {
		width: 90%;
		margin: 0px auto;
	}
	
	table.form tr th {
		display: none;
	}
	table.form tr td {
		box-sizing: border-box;
	}
	table tr td[colspan="2"] {
		text-align: center;
		width: 100%;
	}
	
	table.form tr td.description {
		text-align: left !important;
		color: #ffffff;
	}
	
	textarea,
	input[type="text"],
	input[type="password"] {
		width: 100%;
		box-sizing: border-box;
		padding: 15px 10px;
		font-size: 14px;
		font-weight: 700;
		color: #3d3d3d;
		border: 4px solid #68c00a;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 10px;		
	}
	
	textarea {
		width: 100%;
		height: 200px;
	}
	
	select {
		height: 52px;
		border: 4px solid #68c00a;
	}
	
	input[type="button"],
	input[type="submit"] {
		color: #fff;
		font-size: 20px;
		background: #b86161;
		height: 52px;
		padding: 0px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;	
		border: none;
		float: right;
		min-width: 120px;
	}
	input[type="button"]:hover,
	input[type="submit"]:hover {
		opacity: 0.8;
	}	
	
	input[type="button"] {
		margin-left: 2px;
	}
	
	
	.footer {
		padding: 50px 0px;
		background: #f6f6f6;
		border-top: 1px solid #f2f2f2;
	}
	
	ul.links,
	.footer1 ul {
		margin: 0px auto;
		padding: 0px;
		width: auto;
		list-style: none;
	}

	ul.links li,
	.footer1 ul li {
		display: inline-block;
		margin: 0px;
		padding: 3px 0px;
		color: #000000;
	}
	
	a.invert:link,
	a.invert:active,
	a.invert:visited {	
		color: #ffffff;
		text-decoration: none;
	}
	a.invert:hover {
		text-decoration: underline;
	}
	
	a:link,
	a:active,
	a:visited {	
		color: #000000;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	
	
	a.footer2:link,
	a.footer2:active,
	a.footer2:visited {	
		color: #000000;
		text-decoration: none;
	}

	a.footer2:hover {
		text-decoration: underline;
	}
	
	#cookie-footer {
		background-color: #fff;
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 0px;
		z-index: 1000;
		border-top: 1px solid #A9A9A9;
		display:none;
	}

	#cookie-accept {
		position: absolute;
		top: 15px;
		right: 15px;
		border: none;
		background-color: #F40F5B;
		color: #fff;
		width: 200px;
		height: 30px;
		font-size: 16px;
	}

	#cookie-accept:hover {
		opacity:0.8;
		cursor:pointer;
	}

	#cookie-description {
		margin-left: 10px;
		width: calc( 100% - 240px );
	}
	

	.main-menu {
		width: 56px !important;
		height: 56px;
		position: absolute;
		right: 0px;
		top: 10px;
		z-index: 999999999;
		box-shadow: none;
		background: url(image/icon_menu.png) no-repeat center center;
	}

	.main-menu-item-logo {
		display: none;
	}
	.menuitems {
		display: none;
		width: 200px !important;
	}
	.menu-title {
		color: #000000;
	}
	.main-menu:hover .menuitems {
		display: block;
		background-color: #dedede;
		width: 100%;
		position: absolute;
		right: 0px;
		top: 52px;
	}
	.main-menu-item {
		display: block;
		width: 100% !important;
		color: #ffffff;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.main-menu-item.dropdown {
		height: auto;
	}
	.main-menu-item.dropdown ul,
	.main-menu-item.dropdown:hover ul {
		display: block;
		list-style: none;
		padding:0px;
		position: relative;
		margin: 0px;
		background-color: #FFFFFF;
		width: 200px;
		margin-left:-10px;
		z-index: 500000;	
	}
	.main-menu-item.dropdown ul {
		display: none;
	}
	
	
	.main-menu-item a:visited, .main-menu-item a:link, .main-menu-item a:active {
		color: #000000;
		font-size: 16px;
	}

	
	.main-menu-item a:visited,
	.main-menu-item a:link,
	.main-menu-item a:active {
		text-decoration: none;
		color: #3d3d3d;
		display: block;
		font-weight: 700;
		width: 100%;
		height: 40px;
		padding-left: 10px;
		box-sizing: border-box;
		border-radius: 0px;
	}

	.main-menu-item a.active,
	.main-menu-item a:hover {
		background: #73d30d;
		color: #fff;
	}

	
	
	.help-block {
		position: absolute;
		margin-top: 2px;
		color: red;
		font-size: 12px;
	}

	.main-help-block {
		display:none;
		color: red;
	}
	
	.menu-number-field {
		margin-top: 10px;
		padding: 4px !important;
	}
	
	.menucard {
		width: 100%;
		border-collapse:separate;
		border-spacing: 0px;
		margin-bottom: 30px;
		margin-top: 100px;	
	}
	
	.menucard td {
		border: 2px solid #68c00a;
		text-align: center;
		padding:0px 5px;
	}
	
	.menucard td.group {
		background-color: #f78f1e;
		color: #ffffff;
		font-weight: 700;
		text-align: center;
	}
	.menucard td.rowheader {
		background-color: #f78f1e;
		color: #ffffff;
		font-weight: 700;
		text-align: center;		
	}
	.menucard td.meal {
		background-color: #ffeb3b;
		color: #ffffff;
		font-weight: 700;
		text-align: left;		
	}
	
	h2 {
		width: 800px;
		margin: 20px auto;
		color: #ffffff;
	}

}

