/* body appearance */
body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.8;
}

a:hover {
  text-decoration: underline;
}

/* Navigation bar  */
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  min-height: 24px;
  line-height: 24px;
  background-color: #344A9A;
  color: #FFFFFF;
}
.navbar:hover {
  color: #CCCCFF;
}

.navbar-brand {
  font-size: 18px;
  color: #FFFFFF;
  min-height: 22px;
  line-height: 22px;
}
.navbar-link{
  margin-top: 2px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.navbar-nav{
  margin-top: 2px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

/* flip */
.flip {
    padding: 5px;
    text-align: center;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
}
/* expert section (Data export) */
#expert {
    display: none;
}

/*Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}

/* table properties */
table {
    width: 100%;
    border-spacing: 0px;
}
.centered-cell {
    text-align: center;
}

/*Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: #344A9A;
  height: 100%;
}

/*Set black background color, white text and some padding */
footer {
  background-color: #555;
  color: black;
  padding: 15px;
}

/*On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 768px) {
  .sidenav {
    height: auto;
    padding: 0px;
  }
  .row.content {height:auto;} 
}

/* blank row for table */
.blank_row {
    height: 10px;
    background-color: #ffffff;
}  

/* footer background color*/
.bg-footer{
    background-color: #f2f2f2;
} 

/* Google charts height/width */
.chart {
    width: 100%;
    min-height: 350px;
}

/* image in info.php */
.imgInfo {
    max-width: 450px;
    height: auto;
}

h6 {color: #858585;}

/* Synop Symbols */
#weather_icon {
    padding: 0px;
    border-radius: 50%;
    background-color: #3477D2;
    margin: 2%;
    text-align:center;
}
/* style for meteo values */
.meteo-val {
    font-size:18px;
    text-align:center;
    font-weight:lighter;
    line-height:1.2;
    margin-top:6px;
    margin-bottom:6px;
}
/* style for meteo icon div */
.meteo-icon {
    text-align:center;
    margin: auto;
}
/* center images */
img.ctr {
    display: block;
    margin-left: 0;
    margin-right: auto;
    width:100%;
    height:auto;
    border:1px;
    max-width:480px;
    max-height:360px;
}
/* center images */
img.ctr2 {
    display: block;
    margin-left: 0;
    margin-right: auto;
    width:100%;
    height:auto;
    border:1px;
    max-width:480px;
    max-height:360px;
    border: 4px solid white;
}
.intrumenttable.table,th,td {
    margin-left: 10px;
    margin-right: 10px;
    margin-top:6px;
    margin-bottom:6px;
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    tr:nth-child(even) {background-color: #f2f2f2;}
}

/* Toggle hidden section */
.text-toggle[aria-expanded=false] .text-expanded {
  display: none;
}
.text-toggle[aria-expanded=true] .text-collapsed {
  display: none;
}
/* Image Overlay Cloud Camera */
.img-overlay-wrap {
  position: relative;
  /* display: inline-block; /* <= shrinks container to image size */
}
.img-overlay-wrap-svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  height: auto;
  border:1px;
  max-width:480px;
  max-height:360px;
  position: absolute;
  top: 0;
}

.languagebutton {
    border-radius: 8px;
    background-color: #4CAF50;
    border: 1px;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    
}


