html,body {
    background-color: white;
    height: 2000px;
    margin: 0;
    padding: 0;
}

#sidepanel{
    background-color: gold;
    width:100px;
}

#header {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    filter: drop-shadow(1px 3px 0.2rem grey);
    padding-bottom: 10px;
}

#bar {
    background-color:white;
    font-size: 40px;
    color:grey;
    height: 100%;
    overflow: hidden;
}

#headername {
    padding: 24px;
    float: left;
    padding-left:5%;
}

.nav {
    list-style-type: none;
    float:right;
    text-align: center;
    margin: 0;
    padding: 0;
    padding: 16px;
}

.nav il {
    display: inline-block;
    font-size: 20px;
    padding: 20px;
}

.clear {
    clear: both;   
}

#chartContainer{
    height: 370px;
    width: 90%;
    margin:auto;
    margin-bottom: 20px;
}



.chartoptions {
    width: 100%;
    height: 100%;
    max-height: 100px;
    margin:auto;
    margin-bottom: 80px;
    background-color: white;
}

.optionsdiv {
    width: 100%;
    height: inherit;
    padding: 0px 50px;
    box-sizing: border-box;
}

.option
{
    width: 19%;
    margin: 0px 3%; /*100 = 19 + 4(3*2)*/
    float:left;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content button {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font: inherit;
    border:none;
    min-width:inherit;
    text-align: left;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd}
  .dropdown-content button:hover {background-color: #ddd}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}



#jsondiv{
    position: relative;
    margin-left: 100px;
    margin-top: 100px;
    height: 400px;
    width: 400px;
    background-color: aliceblue;
}

.spacer{
    padding: 10px;
    height: 1px;
}

#p2 {
    width:60%;
    margin:auto;
    background-color: blanchedalmond;
    padding : 20px;
    text-align: center;
}

#test {
    background-color: white;
    box-sizing: inherit;
    margin:0;
}

.tankinformation {
    width: 100%;
    height: 100%;
    max-height: 100px;
    margin:auto;
    margin-bottom: 80px;
    background-color: white;
}

.infodiv {
    width: 100%;
    height: inherit;
    padding: 0px 50px;
    box-sizing: border-box;
}

.info
{
    width: 19%;
    margin: 0px 3%; /*100 = 19 + 4(3*2)*/
    height: 100%;
    background-color: rgb(235, 231, 231);
    border: 0px;
    border-radius: 4px;
    border-style: dotted;
    border-color: black;
    box-sizing: border-box;
    font-size: 20px;
    float:left;
    text-align: center;
    display: flex;/*Vertically center div inside container*/
    justify-content: center;
    align-content: center;
    flex-direction: column;
    filter: drop-shadow(1px 1px 0.2rem grey);
}

.tankvar 
{
    text-align: center;
}

.inlineclear {
    clear: both; 
}

#buttondiv {
    width: 100%;
    height: inherit;
    padding: 0px 50px;
    box-sizing: border-box;
}

.buttons
{
    width: 13%;
    margin: 0px 6%; /*100 = 19 + 4(3*2)*/
    height: 50px;
    background-color: rgb(235, 231, 231);
    box-sizing: border-box;
    font-size: 20px;
    float:left;
    text-align: center;
    display: flex;/*Vertically center div inside container*/
    justify-content: center;
    align-content: center;
    flex-direction: column;
    filter: drop-shadow(1px 1px 0.2rem grey);
    user-select: none;
}

/*.button
{
    margin:auto;
    width: 40%;
    font-size: 20px;
}*/

#catdiv {
    width:300px;
    height: 300px;
    margin:auto;
    background-color: lightgrey;
    padding : 20px;
    padding-bottom: 1px;
}

#catimg {
    width:300px;
    height:300px;
}

#clickme {
    width:340px;
    margin:auto;
    text-align: center;
    background-color: blanchedalmond;
}

#footer {
    padding-top:2px;
    color:white;
    background-color:grey;
    opacity:.55;
    font-size:10px;
    text-align:center;
    height:fit-content;
    width:100%;
    position:absolute;
    position: fixed;
    bottom:0px;
}

.sliderRow-hx8kZa1R {
    height: 40px;
    padding-left: 100px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    width: 110%;
    flex: 1 1;
    text-align: center;
    transition: color .35s ease;
    -webkit-user-select: none;
    user-select: none;
}

.button-container {
    display: flex;
    position: relative;
    border: #ececec solid;
    border-width: 1px;
}

.item-Jc9IXW74 {
    align-items: center;
    /*color: var(--tv-color-toolbar-button-text,#131722);*/
    display: flex;
    font-size: 14px;
    height: 100%;
    padding: 0 7px;
    position: relative;
    z-index: 0;
    border: none;
    background-color: white;
    color: black;
}

.item-Jc9IXW74:hover {
    background-color: #f0f3fa;
}

/*.item-Jc9IXW74.isFirst-Jc9IXW74 {
    margin-left: 9px
}

.item-Jc9IXW74.isLast-Jc9IXW74 {
    margin-right: 9px
}*/
