#gesamt {
  width: 100%;
}

div.header {  
  background-color: #FFFFFF;
  width: 99%;
  height: 65px;
  box-shadow: 8px 8px 15px #999595;
}

#betrachtungstag {
  display: inline-block;
  width: 100px;
}

div.headline {
  margin-top: 40px;
  width: 1000px;
}

div.inline {
  display: inline;
}

#modulfelder {
  width: 100%;
}

/* Maybe the 'trees' can again be handled as 1 */

#agTree_day,
#Tree_day,
#agTree_month,
#Tree_year {
  width: 100%;
}

#navigation_links {
  display: inline;
  text-align: center;
  float: left;
}
/*
a:link {text-decoration: none; color:#000000} 
a:visited {text-decoration: none; color:#000000} 
a:active {text-decoration: none; color:#000000} 
*/

#buttons_navigate {
  display: inline;
  text-align: center;
}

hr.dashed {
  border: 0;	
  border-bottom: 1px dashed #ccc;
  background: #999;
  width: 30px;
}

hr.dotted {
  border-top: 1px dotted #f00;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:50%;
}

dt.dotted {
  border-top: 1px dotted #f00;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:50%;	
}

.jqplot-target {
	background-color: rgb(0,0,0,0.0);
	background: transparent;
}

#ertragssoll {
  display: inline;
  text-align: left;  
}

#switch_button {
  display: inline;
  text-align: right;
}

#buttons_bottom {
  display: inline;
}

#dashboard_day_chart {
 height: 100%;
 width: 100%;
}

#dashboard_month_chart {
 height: 100%;
 width: 100%;
}

#dashboard_year_chart {
 height: 100%;
 width: 100%;
}

#dashboard_gesamt_chart {
 height: 100%;
 width: 100%;
}

#dashboard_pv_strom {
 height: 42%;
 width: 100%;
}

#dashboard_verbrauch {
 height: 42%;
 width: 100%;
}

#statistics_pv_strom {
 background: transparent;
 height: 120px;
 //width: 80%;
}

#statistics_verbrauch {
  background: transparent;
 height: 120px;
 //width: 80%;
 //margin-top: 80px;
}

#pv_strom_heading {
  position: absolute;
  top: 157px;
  left: 60%;  
}

#pv_strom_values {
  position: absolute;
  top: 280px;
  left: 60%;
}

#verbrauch_heading {
  position: absolute;
  top: 355px;
  left: 60%;  
}

#verbrauch_values {
  position: absolute;
  top: 485px;
  left: 60%;
}

div.legend_inline {
  display: inline;
}

dt.legend {
  display: inline;
}

dt.legend-box {
  cursor: pointer;
  display: inline;
  width: 15px;
  height: 15px;
}

dd.legend-text {
  float: left;
}

.legend_table {
  margin-top: 30px;
  background-color: #F5F5F5;
  cursor: pointer;
}

.legend_table td, .legend_table tr {
  white-space: nowrap;
  border-top: 0px;
  padding: 3px;
  line-height: 10px;
}

input[readonly] {
     cursor: pointer;
}

// ---------------------------------  Property Page ---------------------------- //
input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#backButton{
  font-size: 60px;
  color: gray;
  padding-top: 5px;
  z-index: 200;
}

#backButton:hover {
  text-decoration: none;
  font-size: 75px;
  color: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

label{
  color: gray;
  padding: 5px;
}

.container{
  //width: 100% !important;
  //max-width: 1200px;
  //margin: auto;
  //padding: 20px;
}

.well, .btn{
  margin: 10px;
}

.props {
  position: relative;
  padding: 15px 15px 15px;
  margin: 15px 15px 15px;
  background-color: #fafafa;
  //-moz-border-radius: 15px;
  //border-radius: 15px;
  background-color: #FFFFFF;
  //box-shadow: 2px 2px 4px #666;
  //-webkit-box-shadow: 2px 2px 4px #666;
  //-moz-box-shadow: 2px 2px 4px #666;
}

#accordionProps {
  padding:15px;
}
