
.dropper
	display: none;
}

#hiddenDiv{
	display: inline-block;
}

#hiddenDiv:hover .dropper{
  display:block;
}

.t-red{
	color: #ff0000;
}

#fc1-img, #fc2-img, #fc3-img{
	vertical-align: top;
	height: 50px;
	min-width: 50px;
	/*padding-right: 10px;*/
}

.sunsmart-div{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.text-container-digest {
  text-align: center;  
}

.td30{
	width: 30px;
}

#gclock{
	vertical-align: top;
}

#ifm{
	border: none; 
	width: 330px; 
	height: 167px;
	padding-left: 30px; 	
}

#ifm2{
	border: none; 
	width: 330px; 
	height: 167px;
	//padding-left: 30px; 
}

#update{
	padding-left: 10px;
}

.text-box-digest{
  position: relative;
  vertical-align: top;
  top: 0px;  
  left: 0px;
  padding-left: 20px;
  display: inline-block; /* Make the width of box same as image */  
}

.text-box-digest-mobile{
  position: relative;
  top: 0px;  
  left: -15px;  
  display: inline-block; /* Make the width of box same as image */
}

.white-text {
  color: #fff;
  font-family: arial;
  font-size: 18px;
  padding-bottom: 10px;
  width: 50px;
  white-space: nowrap;  
}

.lime-text {
  color: lime;
  font-family: arial;
  font-size: 16px;
  padding-bottom: 10px;
  width: 50px;
  white-space: nowrap;  
}

.arrow {
	vertical-align: middle; 
	max-height: 25px;
}

.cmt{
  position: relative;
}

.CellComment{
  display: none;
  position: absolute; 
  z-index: 1;
  background-color: black;
  color: #fff;
  text-align: left;
  white-space: normal;
  overflow: auto;
  border-radius: 6px;
  padding: 15px 15px 15px 15px;
  left: 0px;
  width: 38vw;
  height: fit-content;    
}

.cmt:hover span.CellComment{
  display: block;
}

.tcmt{
  position: relative;
}

.tcmt-cell{
  display: none;
  position: absolute; 
  z-index: 1;
  background-color: black;
  color: #fff;
  text-align: left;
  white-space: normal;
  overflow-y: auto;
  border-radius: 6px;
  /*margin: 10;
  padding: 20px 20px 5px 20px;*/
  left: -60px;
  width: 200%;
  height: 200px;
}

.tcmt:hover span.tcmt-cell{
  display: block;
}

#digest-span{
	font-size: 37px; 
	color: #fff; 
	padding-right: 20px;
}

.a-dotted{
	color: #fff;	
	text-decoration: underline dashed white;
}

.switch {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 24px;
  top: 7px;    
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff0000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0000ff;  
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

.on
{
  display: none;
}

.off 
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 65%;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

.on 
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 30%;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

input:checked + .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;}
  
.embossed-white {    
    color: #FFF;    
    font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

.grey-text {  
  color: #87CEEB;
  font-family: arial;
  font-size: 18px;
  padding-bottom: 10px;
  padding-right: 35px;
  width: 50px;
  white-space: nowrap;  
}

.graph-box {
  position: relative;
  /*top: 0px;*/
  top: 0px;  
  left: 0px;  
  display: inline-block; /* Make the width of box same as image */
  width: 100%;
}

.graph-shaded {
  font-family: 'arial'; 
  font-size: 25px;
  color: #fff;
  padding: 0 10 -20 10;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  background-color: rgba(0,0,0,0.5); 
}

.graph-shaded a {
	color: lime;
}

.wind-container {
    width:100%;
    text-align:center;
	background-color: white;	
}
.wind-container > div {
    width: calc(100% / 17);  
    display: inline-block;
    vertical-align: top;   
    //border:1px solid red;
	color: black;
	font-size: 16px;
    text-align:center;
    margin:0%;    
    padding-right:10px;	
}

.wind-container > span {
    color: blue;
}
