/* Willy */
/* https://www.rapidtables.com/web/css/css-color.html */

/* .ops, #display, #export is controlled in        */ 
/* volkszaehler.org/htdocs/views/modules/vz/Vz.php */

#wrapper {
  width: 1070px;
  text-align: left; 
  margin: 0 auto;
  background-color: white;
  padding-bottom: 20px;
}
/*  width: 100%;
  max-height: 100%; 
  max-width: 100%;
  background: url("/img-wv/picture-2600.jpg") no-repeat center/contain;

*/

/*#default-body{
  background: url("/img-wv/picture-2600.jpg") no-repeat center;
  height: 100vh;
  width: 100vw;
  overflow: scroll;
}    

/* simple color input edit for datapoint WV 4.12.2020 */
#color-input-dp_wui-wv-js{
  display: inline !important;
  width: 80px;
}
.simpleColorContainer{
  width: 60px;
  clear: both;
  float: left;
}
.simpleColorDisplay{
  width: 100px;
}

#default-body{
  margin: 2px 10px 2px 10px;
}

#content{
  clear: both;  
  padding: 6px 10px 5px 10px;
}

#errorDiv{
  height: 30px; 
  width: 50%;
  margin: auto;
  text-align: center;
}

.errorMsgTxt{
  color: red;
  margin: 0;
  font-weight: bold;
}

.errorMsgLbl{
  color: #0A71CE; /* Blauw volgens opmerking Johan 17.08.2020 */
  margin: 0;
  font-weight: bold;
}

p.errorMsg {
  margin-top: 10px;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

/* https://www.bestcssbuttongenerator.com/#/1 Online button generator */
.errorAnchorOK {
  box-shadow: 0px 0px 0px 2px #9fb4f2;
  background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color:#7892c2;
  border-radius:7px;
  border:1px solid #4e6096;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:18px;
  padding:6px 15px;
  text-decoration:none;
  text-shadow:0px 1px 0px #283966;
  margin-top: 10px;
  text-align: center;
}
.errorAnchorOK:hover {
  background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color:#476e9e;
}
.errorAnchorOK:active {
  position:relative;
  top:1px;
}

#content div {
  padding: 0;
}

#vz-titels{
  clear: both;
  height: 22px;
}

#div-title1{
  display: block;
}
#div-title2{
  float: right;
}

#vz-titels h2{
  font-size: 1em;
}

#title{
  margin: 0 0 0 0;  
}

#LegendBar {
  clear: both;
  height: 25px;
  background-color: grey;
}

#LegendDiv {
  margin: 0 0 0 0;
}

#LegendDiv h3 {
  clear: both;
  float: left;
  background-color: inherit;
  margin: 4px 0 0 4px;
  padding: 0;
  cursor: pointer;
  font-size: 0.9em;
}

#LegendDiv h3 img{
  vertical-align: top;
}

#title {
  float: left;
  margin: 0 0;
}   

#title-graph {
  float: left;
  margin: 0 70px 0 0;
  color:  #70D549; /* Groen volgens opm Johan 17.08.2020 */
}

#display {
  _display: none !important;
  float: right;
  margin-top: 3px;
  margin-right: 3px;
}

#export {
  _display: none !important;
  float: right;
  margin-top: 3px;
  margin-right: 3px;
}

/*#entity-list .properties .ui-droppable .ops{
  display: none;
}*/

#plot{
  margin-top: 8px;  
}

#footer {
  clear: both;
}