/*------------------------------------------------------------------------
# "jsWeather" Joomla module
# Copyright (C) Joachim Schmidt {@link http://www.jschmidt-systemberatung.de/}
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: joachim.schmidt@jschmidt-systemberatung.de
# Website: https//www.jschmidt-systemberatung.de/
-------------------------------------------------------------------------*/
.chart_tooltips_css {
      color: #000 ! important;
      background-color: #f9f9f9 ! important;
      padding: 5px ! important;
      border-color: #555;
      text-align: center;
      border: solid 2px #707070 !important;
      font-size: 11px ! important;
      z-index: 999 ! important; 
}

#RGraph_tooltipsPointer {
   border-bottom: #707070 solid 2px;
   border-right: #707070 solid 2px;
   bottom: -7px !important;
} 

.RGraph_contextmenu {
     z-index: 99 !important;
}

.RGraph_tooltip {
   color: #000 !important;
   background-color: #f9f9f9 !important;
   padding: 4px !important;
   border: solid 2px #707070 !important;
   text-align: center;
   z-index: 999 !important;  
}

.js_weather_container {
  border: rgba(180,180,180,0.5) 2px solid;
  border-radius: 5px;
  margin-left :auto;
  margin-right: auto;
  color: #525252;
  padding-bottom: 15px;
  background-image: url("/media/mod_js_weather/images/clouds.png");
  background-size: cover;
}

.js_weather-time {
  font-size: 0.85em;
  text-align: center;
}

.js_weather-misc {
  font-size: 0.85em;
  text-align: center;
  margin-top: 5px;
  color: #505050;
}

.js_weather-table {
	background-color: rgba(0,0,0,0.0);
	width: auto; 
	margin-left:auto; 
	margin-right: auto; 
	margin-bottom: 0px;
	border: 0px;
}

.js_weather-td {
	width: 160px;
	text-align: center;
	background-image: url('/media/mod_js_weather/images/bright.png');
	background-size: cover;
	background-repeat: no-repeat, repeat;	
	padding-top: 3px; 
}

.js_weather-small {
	font-size: 0.5em;
}

.js_weather_forecast {
  background-color: rgba(0,0,0,0.0);
 }
 
.js_weather-forecast {
  color: #212121;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
 }

.min-temperature {
  margin-left: 2px;
  font-size: 0.7em;
  color: #626262;
}

.js_weather-icon {
  display: inline;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}

.js_weather_value {
	padding-bottom: 5px;
}

