@import "colors.css";

.bodystyle {
    margin:0px;
    background-color:gray;
}

.everything {
    background-color:#101010;
    margin: auto;
    width:96vw;
    height:100%;
    min-width: 1400px;
    min-height: 802px;
    max-width: 2000px;
    padding-left:2%;
    padding-right:2%;
    padding-bottom:5%;
}

.navwrap {
  display:flex;
  justify-content:space-between;
  padding-top:20px;
  background-color:#101010;
  overflow:hidden;
}

.leftimage {
    height: 50px;
}

.leftlink a {
    color:white;
    text-decoration:none;
    font-size:30px;
}

.topnav {
  background-color:#101010;
}

.topnav a {
  border-radius:5px;
  border-right:2px solid white;
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  border-radius:5px;
  background-color: gray;
  color: white;
}

.VariableUL {
	list-style-type:none;
	padding:0px;
	width:100%;
	margin-top:5px;
	margin-left:auto;
	margin-bottom:auto;
	margin-right:10px;
	min-width:1400px;
	height:35px;
	display:flex;
}

.VariableItems {
	color:white;
    cursor:pointer;
	border-radius:5px;
	background-color:#505050;
	padding:5px;
    font-family: "Helvetica";
	min-width:125px;
	margin-right:10px;
	text-align:center;
    font-size: 1.0em;
    border:solid 2px white;
}

.VariableItems:hover .Hoverable {
	display:block;
}

.Hoverable {
	display:none;
}

.viztypeUL {
	text-align:center;
	margin-top:8px;
	width:115px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

.VariableItemsList {
	position:relative;
	border:solid 2px white;
	list-style-type:none;
	text-align:center;
	padding:2px;
	z-index:1000;
	background-color:#505050;
}

.VariableItemsList:hover {
    cursor:pointer;
    background-color: rgba(90,0,255,0.65);
}

#radarmap {
    display:block;
    position:relative;
    width:100%;
    height:100vh;
	min-height:800px;
    z-index:0;
    top:10px;
    text-align:center;
    margin: 0 auto;
}

#radarmap2 {
    display:none;
    position:relative;
    width:100%;
    height:100vh;
	min-height:800px;
    z-index:0;
    top:10px;
    text-align:center;
    margin: 0 auto;
}
#timeslider {
  position:absolute;
  background-color:black;
  width:200px;
  text-align:right;
  z-index:1000;
  right:80px;
  top:10px;
}

#timesliderinterval {
  position:absolute;
  background-color:black;
  width:200px;
  text-align:right;
  z-index:1000;
  right:80px;
  top:10px;
}

#percentslider {
  position:absolute;
  background-color:black;
  width:10px;
  text-align:right;
  z-index:1000;
  right:15px;
  top:40px;
}

#currentpercent {
  position:absolute;
  background-color:white;
  border-radius:5px;
  padding:2px;
  z-index:1000;
  opacity:0.70;
  text-align:right;
  top:70px;
  right:30px;
  font-weight:bold;
}

#valtime {
	position:relative;
	z-index:1000;
	text-align:center;
	color:black;
	font-weight:bold;
	height:15px;
	padding:0px;
	margin:0px;
}

#valtime2 {
    position:relative;
    z-index:1000;
    text-align:center;
    color:black;
	height:15px;
    font-weight:bold;
	padding:0px;
	margin:0px;
}

#intervalinit {
    position:relative;
    z-index:1000;
    text-align:center;
    color:black;
    font-weight:bold;
	margin: 0px;
}

#intervaltime {
    position:relative;
    z-index:1000;
    text-align:center;
    color:black;
    font-weight:bold;
	margin:0px;
}

#intervaltime2 {
    position:relative;
    z-index:1000;
    text-align:center;
    color:black;
    font-weight:bold;
	margin:0px;
}

#postagediv {
    width:100%;
    display:none;
    text-align:center;
}

.postagemaps {
    display: inline-block;
    position:relative;
    z-index:0;
    top:10px;
    width: 30%;
    height: 200px;
    text-align:center;
    margin: 0 auto;
}

#timesliderpostage {
  position:relative;
  float:right;
  background-color:black;
  width:200px;
  height:10px;
  text-align:right;
  z-index:1000;
  right:30px;
  top:10px;
}

#valtimepostage {
    position:relative;
    z-index:1000;
    text-align:center;
    color:black;
    font-weight:bold;
    height:15px;
    padding:0px;
    margin:0px;
}
#valtimepostage2 {
    position:relative;
    z-index:1000;
    text-align:center;
    color:black;
    font-weight:bold;
    height:15px;
    padding:0px;
    margin:0px;
}

#meteogram {
  display:none;
  text-align:center;
  width: 1400px;
}

#blankmap {
  width:1400px;
}

#databox {
        font-size:small;
        visibility:hidden;
        float:right;
        background-color:white;
        width:200px;
        height:140px;
        position:absolute;
        top:0px;
        right:0px;
        margin: 0 auto;
        padding-top:10px;
        padding-right:10px;
}

.datap {
font-family: 'Open Sans', sans-serif;
font-weight:bold;
width:100%;
line-height:5px;
}


#parent {
display:block;
position:relative;
text-align:center;
margin: 0 auto;
visibility:visible;
display:none;
background-color:white;
top: 10px;
width:1200px;
height:620px;
}

#my_dataviz {
height: 100%;
position:absolute;
}

#svg {
height: 100%;
}

.axisRed line{
stroke: black;
}

.axisRed path{
stroke: black;
}

.axisRed text{
fill: black;
}
.grid path {
stroke-width: 0;
}

.grid .tick line {
stroke: #9FAAAE;
stroke-opacity: 0.3;
}

.textstuff {
color: red;
}

area {
cursor: pointer;
}

#legend {
display:none;
background-color:rgba(255,255,255,0.8);
position:absolute;
top:200px;
right:20px;
z-index:1000;
width:150px;
height:400px;
border-radius:10px;
padding:10px;
}

.legendcolors {
width:40px;
height:40px;
float:left;
}

.colorbar {
display:inline-block;
float:left;
width:40px;
height:100%;
}

.colorbarlabels {
display:inline-block;
float:left;
height:100%;
position:relative;
font-size:10px;
top: -20px;
}

.colorbarlabelslist {
text-align:left;
height:39.75px;
line-height:40px;
list-style:none;
font-weight:bold;
}


#Rlegend {
display:none;
background-color:rgba(255,255,255,0.8);
position:absolute;
top:200px;
right:20px;
z-index:1000;
width:100px;
height:400px;
border-radius:10px;
padding:5px;
}

.Rlegendcolors {
width:40px;
height:3.33px;
float:left;
}

.Rcolorbar {
display:inline-block;
float:left;
width:40px;
height:100%;
}

.Rcolorbarlabels {
display:inline-block;
float:left;
height:100%;
position:relative;
padding-top:17.43px;
}

.Rcolorbarlabelslist {
text-align:left;
height:33px;
line-height:33.33px;
list-style:none;
font-weight:bold;
font-size:10px;
}

#calendarlabel {
	color:white;
}

#calendardiv {
	background-color:#505050;
	display:inline-block;
	border:2px solid white;
	border-radius:5px;
	padding:5px;
}

#inittime {
	height:29px;
}

#href-init {
	height:25px;
}

#instructions {
	display: none;
	color: white;
}

#instructionsp {
	margin: 10px 0 0 0;
}

#rgbptype_image {
	display:none;
	z-index: 10000;
	position: relative;
	float: right;
	top: 300px;
	right: 50px;
	width: 200px;
}

#description {
    display:none;
    position:absolute;
    color:black;
    background-color:white;
    z-index:10000;
    margin:auto;
    width:50%;
    left:25%;
    top:5px;
    opacity:0.90;
    border-radius:10px;
    text-align:center;
    padding:10px;
    font-size:14px;
}

#pdescription {
    position:relative;
    font-size:14px;
    top:0px;
} 

#help {
position:relative;
border:2px solid black;
background-color:white;
opacity:0.70;
border-radius:5px;
z-index:1000;
display:block;
width:25px;
top:5px;
float:right;
right:9px;
}

#valtimes {
display:none;
position:absolute;
right: 110px;
height: 30px;
padding: 0px;
top: 30px;
border-radius: 5px;
width: 150px;
opacity: 0.70;
margin: 0 auto;
text-align:center;
z-index:10000;
background-color:white;
}

#intervaldiv {
display:none;
position:absolute;
right: 110px;
height: 55px;
padding: 0px;
top: 30px;
border-radius: 5px;
width: 150px;
opacity: 0.70;
margin: 0 auto;
text-align:center;
z-index:10000;
background-color:white;
}

#valtimepostages {
display:block;
position:absolute;
right: 60px;
height: 30px;
padding: 0px;
top: 30px;
border-radius: 5px;
width: 150px;
opacity: 0.70;
margin: 0 auto;
text-align:center;
z-index:10000;
background-color:white;
}

#threshstr {
display:none;
position:absolute;
right: 85px;
height: 45px;
padding: 0px;
top: 30px;
border-radius: 5px;
width: 200px;
opacity: 0.70;
margin: 0 auto;
text-align:center;
z-index:10000;
background-color:white;
font-weight:bold;
font-size:14px;
}

#threshslider {
  position:absolute;
  background-color:black;
  width:200px;
  text-align:right;
  z-index:1000;
  right:80px;
  top:10px;
}


