/* monitoring.css - for gauges
    PW 18 Aug 2019
    Name changed to reflect directory structure
    PW 10 Sep 2019 
*/

body {
    padding: 0;
    margin: 0;
    background: whitesmoke;
}
html {
  font-family: "Lucida Sans", sans-serif;
}


* {
  box-sizing: border-box;
}

.row
{
/*       background-color: none ; */

}
.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: center;
  padding: 15px;
}

.header {
/*   background-color: none; */
  color: black;
  padding: 15px;
}
.h1
{
    font-size: 18px ;
    color: #404040 ;
}
.h2
{
    font-size: 14px ;
    color: #63686a ;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* light blue */
.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: red ;//#63686a;
//  color : red ;
}

.aside {
  background-color: #63686a;
  border-radius: 10px;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.desc{
    border-radius: 10px; 
    background-color: lightgrey; 
    float:left ; 
    margin: 10px 0px 10px 0px;    
    
}
p.std
{
//  background-color: #33b5e5;
  padding: 15px;
  color: black;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; 
//  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
p.leftalign
{
//  background-color: #33b5e5;
  padding: 15px;
  color: black;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px; 
//  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch ;
}
.flex-container > div {
  border: #f1f1f1 solid 2px ;
  background-color: white;
  color: black ;
  border-radius: 10px;
  width: 100%;
  margin: 0px;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
}

p.units
{
    color: black;
    font-size: 12px;
}

/* light blue - bit darker */

.footer {
   background-color: #63686a;
   color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

.footer a
{
    color: white ;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

.roundygauge {
  padding: 0px 5px 0px 15px ;
  border-radius: 10px;
  border: 4px solid #404040;
  background-color:lightgrey;
  width:97%;
  font-size: 14px;
  color: black; 
}
.mobile-container {
  margin: auto;
  background-color: whitesmoke;
  height: 0px;
  border-radius: 10px; 
}

.topnav {
  overflow: hidden;
  background-color: whitesmoke;
  font-size:50% ;
  float:left;
}

.topnav #menuLinks {
  display: none;
} 

.topnav a {
  color: grey;
  padding: 6px 6px;
  text-decoration: none;
  display: block;
  font-size: 70% ;
}

.topnav a.icon {
  display: block;
  float: left;
  border : none; 
//  position: absolute;
  right: 0;
  top: 0;
}



.topnav a:hover {
  color: black;
}

a.navitemleft
{
    padding-left:20px ;
    width: 60vw ;
    background-color: lavender ;
    border-radious : 10px ;

}
a.navitemleft:hover
{
    background-color: white ;
    color: black;
}
/* navy */
.active {
  background-color: #14084a;
  color: white;
}


.button {
  background-color: white;
  color: black ;
  border: none;
  border-radius : 10px ;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: FontAwesome 5 Free ;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  float:left ;
}
.button:hover {
  background-color: grey;
  color: white;
}


.menubutton {
  background-color: white; 
  font-size: 17px;
  background: #fff;
  border: none;
  padding: 10px 10px 10px 10px;
 
}

.homebutton {
  background-color: white;  
  font-size: 17px;
  background: #fff;
  border: none;
  padding: 10px 10px 10px 10px;
  float: left ;
  
}
.pagetitle{
    font-size: 25px ;
    
}


.fa-car-battery {
color: black;
font-size: 70px;
padding: 10px ;
}
.fa-solar-panel {
color: black;
font-size: 70px;
padding: 10px;
}
.button1 {
  background-color: white; 
  color: black; 
  font-size: 60px;
  border: 2px solid grey;
  padding: 0px 30px 30px 30px; 
}

/* dark grey */
.button1:hover {
  background-color: #63686a;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  font-size: 60px;
  border: 2px solid grey;
padding: 10px 120px 20px 30px; 
}
.dateandtime{
    width:320px ; 
/*    background-color: whitesmoke; */
    color: black ;
    margin-bottom: 10px ;
}

.biggauge{
    align:auto; 
    margin-left: 3vw; 
}

.lineargauge{
    align:auto; 
    padding :10px ;
    margin-left: 3vw;
    margin-top: 3vw;
}

