/* 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;
 
}


chat-bar {
  background-color: gray;  
  border: none;
  padding: 1px;
  height: 50px;
  width: 100%;
  display: block;
  text-align: center;
 
}

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;
}  

.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;
}

#middelred {
color: red;
text-align: center;
font-size: 15px;
vertical-align: middle;
background-color: black;
}

#middelwhite {
color: white;
text-align: center;
font-size: 15px;
vertical-align: top;
background-color: gray;
}

#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;
}

.strengthdisplay{
    margin-top: 5%; 
    text-align :center;
    border: 1px;
}


.flex-container {
    display: flex;
    }
  
    .flex-container > div {
    background-color: #ccc;
    margin: 5px;
    padding: 10px;
    font-size: 20px;
  }  

.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;
  }
  
/* Style the content */
tasklist {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background-color: #ccc;
    padding: 30px;
    flex-direction: column;
   
  }
  
.chatboxes-container {
    display: flex;
    }
  
    .chatboxes-container > div {
    background-color: #ccc;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
  }  

  
.chatarea {
            border-style: solid;
            width: 50%;
            background-color: #ccc;
            margin: 0;
            padding: 0;
            align-items: flex-start;
        }
.chatarea p {
            padding: 0;
            border: 0;
            line-height: 1; /* Adjust this value as needed */
            top: 0;
            display: inline; /* Or inline-block if you need to apply width and height */
        }

.testdiv {
  background-color: lightgrey;
  width: 300px;
  border: 15px solid green;
  padding: 0px;
  margin: 0px;
}

  

.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;
    }
  }
  
.chat-container {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0px;
    display: flex;
    flex-direction: column;
    height: 300px;
}

.chat-window {
    flex-grow: 1;
    overflow-y: auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
}


.chatspan {
    background-color: gray;
}

#message-input {
    width: calc(100% - 50px);
    padding: 5px;
    border: 1px solid #ccc;
}

.send-button {
    width: 50px;
    padding: 5px;
}

.send-button:hover {
  background-color: red;
  color: white;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

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">  */

