html{height: 100%}

input{font-size: 17px;}
button{font-size: 13px; margin-top: 10px;}

label{display: block}
h1{ color: #c4dc53; }

.top-page {

    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 2px;
    background-color:#4A4A4A;   
    width: 100%;
    height: 10%;
    
} 


 .contactcenter {

    position: absolute;
    bottom: 5px;
    left : 40px;
    color: white;
    padding-left: 0px;
    font-size: 13px;
} 

body{
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    margin: 0;
}

ul a{
   color: #bfd750;
}

ul{
    color: black;
}

.panel{
    display: none;
    max-width: 50%;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}

.linkpanel {
    color: blue;
    cursor: pointer;
    margin-top: 40px;
    color: #a99546;
}

#signOutBtn {

    position: absolute;

    bottom: 90%;
    left : 93%;
    color: white;
    font-size: 14px;
}

#reportForm input[type=date]{

    padding-right: 4px;
    padding-left: 4px;

}


#reportForm input[type=text], select, textarea {

    position: relative;
    content:'';
    display: block; 
    width: 100%; /* Full width */
    padding: 6px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: horizontal /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
#reportForm input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
#reportForm input[type=submit]:hover {
    background-color: #45a049;
  }

#reportForm button{
    
        position: relative;
        top : 20px;
        content:'';
        display: block; 

  }


  #backbutton{
    
    position: absolute;
    bottom : 10%;
    content:'';
    display: block; 
    background-color: #4A4A4A; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}


#head {

    position: absolute;
    top : 70px;
    left: 5px;
    color: red;
    float: inline-end;
    text-decoration: underline;
}

.chart {

    width:75%;
    height: 40%;
    position: absolute;
    right:29%;
    top: 30%;
    justify-items: center;

}

.zui-table {
    position: absolute;
    left: 60%;
    top: 30%;
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
    width: 40%;
    height: auto;
}
.zui-table thead th {
    background-color:red;
    border: solid 1px #DDEEEE;
    color:white;
    padding: 10px;
    text-align: left;

}
.zui-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

#logo{

    position:absolute;
    top:20%;
    left:1%;


}


