body{
  font-family: arial;
  font-weight: 700;
  color: #6B6B6B;
  text-align: center;
  margin-bottom: 10em;
}

main {
  min-width: 1000px;
}

.header img {
  display: block;
}

h1{
    color: #004994;
    text-align: center;
    font-size: 30pt;
}
h2 {
  color: #004994;
  margin-top: 5em;
  text-align: center;
}

h3{
  color: #488CF2;
  font-size: 36pt;
}

h4{
   text-align: justify;
   color: #6B6B6B;
   font-size:18pt;
}

div.intro{
  display: inline-block;
  margin: 0 auto;
}

ul.devices{
   list-style-type:none;
}

li.device{
  display:inline;
  font-size:12pt;
}

h4.detail{
  font-size: 12pt;
}

nav{
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 1002;
  background-color: white;
  height: 95.3px;
  padding:0;
}

ul.menu {
    list-style-type: none;
    margin-right: 60px;
    padding: 0;
    overflow: hidden;
}

li {
    float: right;
}

li a, .dropbtn {
    color: #004994;
    text-align: center;
    text-decoration: none;
    padding-top: 40.15px;
    padding-left:  16px;
    padding-right:  16px;
    padding-bottom: 14px;
    display: inline-block;
}

.name {
    color: #6B6B6B;
    text-align: center;
    text-decoration: none;
    padding: 40.15px 16px;
    display: inline-block;
}

li a:hover, .dropdown:hover .dropbtn {
    color: #488CF2;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
   /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1003;
    background: white;
}

.dropdown-content a {
    color: #004994;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
  color: #488CF2;
  background: white;
  }

.dropdown:hover .dropdown-content {
    display: block;
}

div.summary{
  text-align: center;
  display: inline-block;
  width:300px;
  height:100px;
}

div.flash{
  font-size:12pt;
  color:#DF3F3F;
}

div.week-picker-container{
  text-align:center;
}

div.week-picker-center{
 display:inline-block;
 margin:0 auto;
}

.plotly_container {
  margin: 0 auto;
  width: 1100px;
  z-index: 0;
}

.plotly_container2 {
  margin: 0 auto;
  width: 1100px;
  height:900px;
  z-index: 0;
}

.summary {
  text-align: center;
  margin:0 auto;
  font-size: 1.5em;
}

.summary th{
  color: #6B6B6B;
  font-size: 16pt;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  padding-right: 50px;
}

.summary tr{
  color: #488CF2;
  font-size: 26pt;
  padding: 8px;
}

.summary tr > td:first-of-type {
  color: #6B6B6B;
  font-size: 16pt;
}

.details {
  text-align: center;
  margin:0 auto;
  font-size: 1.5em;
}

.details th{
  color: #6B6B6B;
  font-size: 16pt;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  padding-right: 50px;
}

.details tr{
  color: #488CF2;
  font-size: 16pt;
  padding: 8px;
}

.details tr > td:first-of-type {
  color: #6B6B6B;
  font-size: 16pt;
}

select {
    padding: 12px 20px;
    border: none;
    margin: 8px auto;
    background-color: #EEF2F4;
    font-size: 12pt;
    font-family: arial, sans-serif;
    width: 280px;
    text-align-last: left;
    text-transform: uppercase;
    color: #6B6B6B;
}

select:active, select:hover {
  outline-color: #F0AE00;
}

input[type=text], input[type= password] {
    background-color: #EEF2F4;
    border: none;
    color: #6B6B6B;
    padding: 12px 20px;
    margin: 8px auto;
    font-size: 12pt;
    font-family: arial, sans-serif;
    display: block;
    box-sizing: border-box;
    width: 280px;
    text-align: left;
}
div.form {
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 400px;
}
div.menu_form {
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 400px;
}

label {
  display: block;
  color: #004994;
  text-align: left;
  margin-left: 0 auto;
  text-transform: uppercase;
}

input[type=submit], input[type= button]{
    background-color: #F0AE00;
    border: none;
    color: white;
    padding: 12px 20px;
    margin: 8px auto;
    cursor: pointer;
    font-size: 12pt;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    
    width: 280px;
}

input[type=submit]:focus{
    background-color: #FDE100;
}

@media print {
  .noPrint, .no-print * {
    display:none !important;
  }
  
  div.flash{
    display: none;
  }
  input[type=image]{
    display: none !important;
  }
}

.container{
  margin-top: 95.3px;
}

.dishes {
  text-align: justify;
  margin:0 auto;
  font-size: 1.5em;
  white-space: nowrap;
  line-height: 0.25;
}

.dishes img{
  display:inline-block;
  vertical-align:middle;
}

.dishes input[type=text], input[type=image]{
  display:inline-block;
  vertical-align: middle;
  background-color: white;
  color: #6B6B6B;
  font-weight: 700;
  font-size: 20px;
  text-align: justify;
  }
  
.dishes input[type=text]{ 
   width: 400px;
 } 

input[type=image]{
  width:40px;
  height:40px;
  margin-left:5px;
}

#Add { 
    text-align: center;
  }
  
#Menutitle{
  display: inline-block;
}
  
.dishes label:after {
    content: '\A';
    white-space: pre;
}
  

/*
.positive{stroke: #41AD40;}
.neutral{stroke: #6F82E5;}
.negative{stroke: #D33249;}
.stroke_disabled{stroke: #e0e0e0;}
.positive_bg{background-color: #41AD40;}
.neutral_bg{background-color: #6F82E5;}
.negative_bg{background-color: #D33249;}
.stroke_disabled_bg{background-color: #e0e0e0;}*/


