body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.navbar {
  margin-bottom: 20px;
}

label {
    font-size: 16px;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding: 25px;
}

.jumbotron {
  position: relative;
  padding-top: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  background-color: #f1f1f1;
}

.table-responsive {
  overflow: auto;
  max-height: 100%;
}

.table-nonfluid {
  width: auto !important;
}

.table {
  border: 2px solid #3b4562 !important;
}

.table th {
  background-color: #57607c;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}

td {
  color: black;
  font-weight: bold;
}

.center {
  text-align: center;
}

.navbar {
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

.btn {
  background: linear-gradient(to bottom, #5e9fff 0%, #4889e9 100%) !important;
  color: #ffffff !important;
  border: 1px solid #3574d1 !important;
}

.btn:hover {
  background: linear-gradient(to bottom, #4585e3 0%, #316dc6 100%) !important;
}

.btn-delete {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f0f4fb 0%, #e8ebf2 100%) repeat scroll 0 0 !important;
  border: 1px solid #c0c6d0 !important;
  border-radius: 3px !important;
  color: #3b4562 !important;
  height: 38px !important;
  line-height: 30px !important;
  margin: 0 !important;
  outline-color: transparent !important;
  padding: 3px !important;
  font-weight: bold;
}

.btn-delete:hover {
  background: linear-gradient(to bottom, #f4f6f9 0%, #f4f6f9 100%) !important;
}

.logo {
  height: 50px;
}

.stoposto {
  text-align: center;
  width: 100%;
}

.container {
  padding-right: 1px;
  padding-left: 1px;
}

button {
  font-size: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 10px 30px !important;
  text-shadow: 1px 1px #333333;
}

 /**************  USER MENU  **************/

button#close-card {
	background: linear-gradient(to bottom, #b96a6a 0%, #fb7575 100%) !important;
	border: 1px solid #d13333 !important; 
	position: absolute;
	right:0;
	top:0;
}
button:hover#close-card {
	background: #d13333 !important;
}
button:focus#close-card {
	outline-color: #d13333 !important;
}


form#headline {
  position: relative;
  height: 60px;
  padding-top: 5px;
}

div#user-headline  {
  width: 100%;
  text-align: center;
}

div#user-headline label {
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	width: 44%; 
  	margin-right: 50px;
	
}

#headline {
  position: relative;
  height: 40px;
  padding-top: 5px;
}

#headline label {
  font-size: 22px;
}

.combo-meal {
  width: 100%;
}

.jumbotron {
  
}

#meal-table-wrapper {
  
}

#meal-table-wrapper form[action] {
  max-height: 90%;
}

#meal-table {
  text-align: center;
}

#meal-table th {
  text-align: center;
}

#meal-table tr {
  height: 50px;
  font-size: 18px;
  padding-left: 10px;
}

#meal-table select {
  height: 30px;
  background: white;
  padding-left: 10px;
}

#meal-table option {
  font-size: 28px;
}

#meal-table select[disabled] {
  height: 30px;
  background: #57607c;
  color: white;
  padding-left: 15px;
  appearance: none;
  -webkit-appearance: none;
}

#meal-table td div {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  color: gray;
}

#meal-header {
  height: 30px !important;
}

img#inner-logo {
  position: absolute;
  left: 18px;
  top: 18px
}

/**************  LOGIN  **************/
#login-headline {
  text-align: center;
  margin-bottom: 20px;
  color: #404040;
  font-size: 30px;
  text-shadow: 1px 1px #b3b3b3;
}

 
 #login-body   {
 	text-align: center;
 	margin: 0 auto;
 }
 
 #login-body label  {
 	font-size: 20px;
 } 
 
 #login-body input   {
 	font-size: 20px;
 	padding: 0 10px;
 	margin: 0 10px;
 }
 
 #card-warning {
 	background: #ff4d4d ;
 	border: 1px solid #ff4d4d;
 	border-radius: 3px;
 	margin: 20px auto 0 auto;
 	width: 640px;
 	max-width: 100%;
 	padding: 10px 0;
 	font-size: 16px;
 	font-weight: bold;
 	color:white;
 }
 


 /**************  RESPONSIVE DESIGN  **************/


@media screen and (max-width: 1000px) {
	div#logo-wrapper 	 { width:100%; height: 45px; }	
	div#logo-wrapper img { margin: 0 auto; display: block; position: static; }
	div#close-card-wrapper { width:100%; height: 50px;}
	div#close-card-wrapper button { margin: 0 auto; display: block; position: static;  }
	div#user-headline  {padding: 5px 0; margin-bottom: 5px}
	div#user-headline label {width: 100%; margin-right: 0 ; }
	form#headline { margin-bottom: 60px;}
	td#day-date {font-size: 15px;}
}

@media screen and (max-width: 780px) {
	input.form-control { display: inline; }
	td.meal-list {font-size: 15px; min-width: 100px;}
	td.meal-list select {min-width: 130px;}
	td.meal-list div { width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0 auto;}
}

@media screen and (max-width: 600px) {
	h3#login-headline {width: 270px; display: block; margin: 20px auto;}
	div#close-card-wrapper button { min-width:100% !important; margin:0 !important; }
}




