body {
	
background: #f5fbff; /* Old browsers */

background: -moz-linear-gradient(top,  #f5fbff 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fbff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #f5fbff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #f5fbff 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #f5fbff 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #f5fbff 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	
}

.jumbotron {
	background: #f5fbff; /* Old browsers */
}

.meal-head {
	width: 50px;
}
.title-meal {
	color:#09C;
	font-size: 13px;
}

.name-meal {
	font-size: 10px;
	color: #999;
}

.buttons-bar {
	margin-top: 15px;
}

.single-menu {
	margin-bottom: 80px;
}

#menu-list {
	z-index: 0;
}
#meal-list {
	z-index: 1;
}

.menu-cell {
	background-color:#2979b6; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center;
}

.menu-name {
	background-color:#fff; 
	color:#09C;
}

.total-name {
	background-color:#226CA4; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-weight:lighter; 
}

.total-cell {
	background-color:#2f7eb9; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center; 
}

.meal-cell {
	width:80px; 
	height:91px;
}

.breakfast-head {
	background-color:#ED9713; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-weight:lighter;
}

.breakfast-cell {
	background-color:#fba31b; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center;
	min-width: 90px;
	max-width: 90px;
}

.collation-head {
	background-color:#D56B15; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-weight:lighter;
}

.collation-cell {
	background-color:#f58020; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center;
	min-width: 90px;
	max-width: 90px;	
}

.lunch-head {
	background-color:#047A77; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-weight:lighter;
}

.lunch-cell {
	background-color:#047A77; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-weight:lighter;
	min-width: 90px;
	max-width: 90px;	
}

.dinner-head {
	background-color:#4C4B85; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-weight:lighter;
}

.dinner-cell {
	background-color:#59589a; 
	color:#fff; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center;
	min-width: 90px;
	max-width: 90px;	
}

.draggable{
	display: inline-block;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);	
}
.trash {
	border: 1px solid #124d77;
	height: 28px;
  	border-radius: 3px;
	border: 1px dotted #999;
  	display: inline-block;
  	font-family: Arial;
  	font-size: 10px;
  	color: #999;
  	padding: 6px 18px;
  	text-decoration: none;
  	min-width: 89px;
  	text-align: center;	
	
	background-color:#C00;
	color:#fff;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	min-width: 89px;
  text-align: center;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
	


}

body {
	
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background-color:#F5FBFF;*/
	
}




.myButton1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myButton1:hover {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;*/
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#EBDBDB;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	
	
}
.myButton1:active {
	position:relative;
	top:1px;
	
}



table, td, th {
    border: 0.15em solid #E4E4E4;
	font-size:12px;
}
table {
    border-collapse: collapse;
	background-color:#fff;
}

td {
	
/*padding:3px;*/
	
}