/* Below line is used for online Google font */
@import url(https://fonts.googleapis.com/css?family=Raleway);


top-bar {
  background-color: black;  
  border: none;
  padding: 1px;
  height: 50px;
  width: 100%;
  display: block;
  text-align: center;
 
}

notice-bar {
  background-color: yellow;  
  border: none;
  padding: 1px;
  height: 70px;
  width: 100%;
  display: block;
  text-align: left;
 
}

textarea {
    display: block;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/* set flex parameters */

/* Style the header */
header {
  height: 100px;
  width: 100%;
  background-color: #FFF ;
  text-align: left;
  }  

nav {
  background-color: black;  
  color : white;
  border: none;
  padding: 1px;
  height: 1px;
}



footer {
  background-color: black;  
  color : white;
  border: none;
  padding: 10px;
  height:50px;
  }

.biimageleft {
 width:100%;
 margin-left: 0px;
}

.biimageleft {
width:20%;
height:100px; 
margin-left: 0px;
}


.logoleft {
width : 20%;
height:100px;
}

.logoright {
width:20%;
height:100px; 
}

.subheader {
   text-align:left; 
   font-size:20px; 
}

.formcolor {
   color:#FF0000;
}

.tablecolor {
    text-align:left; 
    background-color:#CCC
}

.indicatorstyle {
background: ghostwhite; 
font-size: 12px; 
padding: 0px; 
border: 1px solid lightgray; 
text-align: center;
display: inline;
background-color: red;
}

.smallbtn {
    margin-bottom:2px
}

.width100 {
width: 100%;
}

.width200 {
width: 200px;
}

.width80 {
width: 80%;
margin-left: 30px;
}  

.width20 {
width: 20%;
margin-left: 0px;
}  

.linesgraph {
width: 90%;
height:650px;
}

.inline {
display: inline-block;
}

.block100 {
width:100%;
height:100px; 
margin-left: 0px;
}

.block400 {
width:100%;
height:400px; 
margin-left: 0px;
}

.block800 {
width:100%;
height:400px; 
margin-left: 0px;
}

.blockheatmap {
    width:100%;
    height:750px; 
    margin-left: 0px; 
    margin-top: 0px;
    background-color: #ccc;
    text-align: center;
}

.inline {
display: inline-block;
}


.leftblock {

    background-color : bisque;
    width:  100%;
    height: 400px;
    margin: 10px;
    border: 1px;
}


td input.inputnoformat {
    border:none !important; /* Force removal of border */;
    outline:none;
    background-color: transparent; 
    margin-bottom: 0px !important;
    color: black !important;
}

#middelred {
color: red;
text-align: center;
font-size: 15px;
vertical-align: middle;
background-color: black;
}

#leftred {
color: red;
margin-left: 10px;
font-size: 12px;
}

#opskrif {     /* # triggered by tag id */
  color: black;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 5px;
  }

#regs {
color: white;
text-align: right;
font-size: 10px;
float:right;
display: inline-block;
}

#notice {
color: black;
text-align: left;
font-size: 13px;
display: inline-block;
margin: 5px 5px;
background-color: yellow;
  
}

.strengthdisplay{
    margin-top: 5%; 
    text-align :center;
    border: 1px;
}

.mapcontainer {
      display: flex;
}

.flex-container {
    display: flex;
    }
  
    .flex-container > div {
    background-color: #866060;
    margin: 10px;
    padding: 20px;
    font-size: 30px;
  }  

.grapharea {
  
   text-align:center;
}

.flex-graph {
  display: flex;
  background-color: #ccc;
 
}

.flex-graph > div {
  background-color: #ccc;
  width: 100%;
  margin: 0px;
  text-align: left;
  height: 400px;
  font-size: 12px;
  border-style: solid;
}

.flex-graph800 > div {
  background-color: #ccc;
  width: 100%;
  margin: 0px;
  text-align: left;
  height: 800px;
  font-size: 12px;
  border-style: solid;
}



/* Style left hand column*/
  newentry {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #ccc;
    padding: 20px;
    align-items: stretch;
  }
  
   halfcolumn {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #ccc;
    padding: 20px;
    align-items: stretch;
    flex-direction: column;
  }
  
  
  
/* Style the content */
tasklist {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background-color: #ccc;
    padding: 30px;
    flex-direction: column;
   
  }

.taskarea {
    border-style: solid;
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 600px) {
    section {
      -webkit-flex-direction: column;
      flex-direction: column;
    }
  }
  


h2{
background-color: #FEFFED;
padding: 30px 35px;
margin: -10px -50px;
text-align:center;
border-radius: 10px 10px 0 0;
color: red;
}
hr{
margin: 10px -50px;
border: 0;
border-top: 1px solid #ccc;
margin-bottom: 40px;
}
div.container{
width: 900px;
height: 610px;
margin:35px auto;
font-family: 'Raleway', sans-serif;
}
div.main{
width: 300px;
padding: 10px 50px 25px;
border: 2px solid gray;
border-radius: 10px;
font-family: raleway;
float:left;
margin-top:50px;
}
/* Style input boxes */
input[type=text],input[type=email],input[type=password]{
width: 100%;
height: 35px;
padding: 5px;
margin-bottom: 10px;
margin-top: 1px;
border: 5px solid #ccc;
color: #4f4f4f;
font-size: 16px;
border-radius: 5px;
}
label{
color: #464646;
text-shadow: 0 1px 0 #fff;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
center{
font-size:32px;
}
.note{
color:red;
}
.valid{
color:green;
}
.back{
text-decoration: none;
border: 1px solid rgb(0, 143, 255);
background-color: rgb(0, 214, 255);
padding: 3px 20px;
border-radius: 2px;
color: black;
}
input[type=button]{
font-size: 16px;
background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
border: 1px solid #e5a900;
color: #4E4D4B;
font-weight: bold;
cursor: pointer;
width: 100%;
border-radius: 5px;
padding: 10px 0;
outline:none;
}
input[type=button]:hover{
background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}
.button {
  border: 1px;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2:hover {
  background-color: red;
  color: white;
}

.btnsmall {
  margin: 1px 1px;
  border:1px solid black;
  color: black;
  } /*  */
  
.button1 {
  background-color: #4CAF50;
  border:2px solid #4CAF50
  } /* Green */
  
.button2 {
  background-color: #008CBA;
  border:2px solid #4CAF50
  }  /* Blue */
  
.button3 {
  background-color: red;
  border:2px solid #4CAF50
  }  /* Blue */  
textarea {
  font-family: verdana;
  font-size: 16px;
  text-align: left;
}
.right{
    float:right;
}

.left{
    float:left;
}
/* use: <span class="right">  */

