body {
  padding: 0;
  margin: 0;
}
#pageone{
  background-color:white;
}
html, body, #pageone, #maindiv, #map{
  height: 95%;
  z-index: 0;
  overflow: hidden; /*uitzetten van verticale schuifbalken */
}
#bandenPopup, #infoPopup {
  z-index: 1;
}
#bandenPopup, #bandenPopup {
  text-align:center;
}
#infoPopup{
  position:fixed;
  top:50px;
  left:1%;
  right:1%;
}
#infoPopup, #bandenPopup{
  overflow-y:auto;
  max-width:890px;
  margin:auto;
  margin-top:60px;
}
#adresForm{
  position:absolute;
  top:162px;
  right:24px;
  z-index:10;
  font-size:small;
}
#buttonLB, #buttonRB{
  position: absolute;
  top: 7px;
}
#rijkslogo, #rijkslogofoot{
  display: block;
  margin-left:auto;
  margin-right:auto;
}
#footer {
  max-width:940px;
  text-align:center; bottom:5px;
}
#footer a {
  margin: 8px 10px 7px 10px;
}
#bandenPopup {
width: 290px
}
.ui-bar-f {
  color:white;
  background-color:#D52B1E;
  border-bottom-width:10px;
  border-bottom-color: #F2BFBB;
  border-top-width:18px;
  border-top-color: #D52B1E;
  margin-left:0px;
  margin-right:0px;
}
.ui-bar-h {
  color:white;
  background-color:#D52B1E;
  border-bottom-width:6px;
  border-bottom-color: #F2BFBB;
  border-top-width:0px;
  border-top-color: #D52B1E;
  margin-left:0px;
  margin-right:0px;
}
.ui-bar-g {
  color:white;
  background-color:white;
}
#buttonLB,#buttonRB,#geobutton,#BBbutton,#Cbutton{
  background-color:#D52B1E; /*#154273;*/
  border:#154273;
}
#buttonLB:hover,#buttonRB:hover,#geobutton:hover,#BBbutton:hover,#Cbutton:hover{
  background-color:#F2BFBB; /*#F9DFDD;*/
  border:#154273;
}
#geobutton,#BBbutton,#Cbutton{
  background-color:#F2BFBB; /*#154273;*/
  border:#154273;
}
#geobutton:hover,#BBbutton:hover,#Cbutton:hover{
  background-color:#F9DFDD; /*#F9DFDD;*/
  border:#154273;
}
.ui-icon-save:after {
  background-image: url('../images/save.png'); 
}
.ui-icon-save:after {
  background-repeat: no-repeat;
  background-position: 4px 3px;
}
.leaflet-container {
  cursor:pointer;
}
.leaflet-top .leaflet-control {
  margin-top: 37px;
}
#adres{
  border:1px solid;
  border-color:#F2BFBB;
}
#pageone{
  -webkit-box-shadow:0 0px 10px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
     -moz-box-shadow:0 0px 10px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow:0 0px 10px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
}
.ui-btn:after {
  -moz-border-radius:                 3px;
  -webkit-border-radius:              3px;
  border-radius:                      3px;
}
.ui-button-corner-all {
  -moz-border-radius:         3px /*{global-radii-blocks}*/;
  -webkit-border-radius:        3px/*{global-radii-blocks}*/;
  border-radius:            0px/*{global-radii-blocks}*/;
}
#pageone{
  max-width:940px;
  position:fixed;
  top:10px;
  margin-bottom:20px;
}
#myCanvas {
  display: none;
}

