.layer-switcher.shown.ol-control {
  background-color: transparent;
}

.layer-switcher.shown.ol-control:hover {
  background-color: transparent;
}

.layer-switcher {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  text-align: left;
}

.layer-switcher.shown {
  bottom: 3em;
}

.layer-switcher .panel {
  padding: 0 1em 0 0;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: white;
  display: none;
  max-height: 100%;
  overflow-y: auto;
  opacity: 0.8;
  font-size: 12px;
}

.layer-switcher.shown .panel {
  display: block;
}

.layer-switcher button {
  float: right;
  width: 38px;
  height: 38px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAABtUlEQVRIieXUv2sUURAH8NlcCuEIXqIoBARBRVCLiK11CAYLQVvtAhaiYGElpLQNVunUUkgnBLUIxD/BhKBRYqOdBlHRIvFjcW/ledmNe5dK/MLyfs185735zk7EfwUMYagfn0bGGMFMRKxGxDruYGyQS/YSH8M9bNqJL5jHqUGIz+MxtiqIe/ETz3ERxW6k+3AVLxuQ1uE1bqJd8hZZgE8RMdr3c6uxWRTFWERDkfeCPMB4RFyLiJU98K1HxK2IOLLjBK00FpjEE2w3yPt2sp0sRcZwVYD3mMWBbK+vMsX+JPK7qgAlvuMRzmRnI5jBGt7q/mij2fkJzOFrSVIVYAqLunUtjU9xQWoPslaR5tN41uOziKlalXC8Ii1v0q072WtWK9J1ejfiuziUrTu4jY2M6HP6Smwkm07mdxizdRr8wAOczfZbuISljHgp7bUyu3N4mDgqNVjwZ+9ZxmVZyWECE9l6GFfwIvPbwkJdmsZ1S/Vj5vAh7R3M7H6XY0/65nC0VoeMoI3rumVZ4lsScj7NS6wl2/ZfiWuCVbXuZi06sm7aINDJiLiRlveLong10I3/OfwCMWs1zm0OgRkAAAAASUVORK5CYII=")
    /*logo.png*/;
  background-repeat: no-repeat;
  background-position: 7px;
  /* background-color: rgba(128, 128, 128, 0.7); */
  background-color: rgba(0, 113, 188, 0.5);
  border: none;
  border-radius: 38px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.ol-control {
  background-color: transparent !important;
}

.layer-switcher.shown button {
  display: none;
}

.layer-switcher button:focus,
.layer-switcher button:hover {
  background-color: white;
}

.layer-switcher ul {
  padding-left: 0.1em;
  list-style: none;
}

/*.layer-switcher li.group > label {
    font-weight: bold;
}*/

.layer-switcher li.layer {
  display: table;
}

.layer-switcher li.layer label,
.layer-switcher li.layer input {
  display: table-cell;
  vertical-align: middle;
}

.layer-switcher label.disabled {
  opacity: 0.4;
}

.layer-switcher input {
  margin: 4px;
}

.layer-switcher.touch ::-webkit-scrollbar {
  width: 4px;
}

.layer-switcher.touch ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.layer-switcher.touch ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.layer-switcher .group button {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 16px;
  height: 16px;
  background-position: center 2px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAW0lEQVR4nGNgGAWMyBwXFxcGBgaGeii3EU0tXHzPnj1wQRYsihqQ+I0ExDEMQAYNONgoAN0AmMkNaDSyQSheY8JiaCMOGzE04zIAmyFYNTMw4A+DRhzsUUBtAADw4BCeIZkGdwAAAABJRU5ErkJggg==");
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.layer-switcher .group.layer-switcher-close button {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

li.group.layer-switcher-fold {
  margin-left: -18px;
}

.layer-switcher .group.layer-switcher-fold > ul {
  padding-left: 3em;
}

.layer-switcher .group.layer-switcher-fold.layer-switcher-close > ul {
  overflow: hidden;
  height: 0;
}

/*zoom control*/
.ol-control {
  background-color: transparent !important;
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,.4);
  border-radius: 4px;
  padding: 2px;
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

/*button*/
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,.5);
  border: none;
  border-radius: 2px;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,.5);
  border: none;
  border-radius: 2px;
}

/*attribution control*/
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
}
.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-unselectable, .ol-viewport {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ol-attribution {
  width: 100%;
  max-width: none;
  text-align: right;
}
.ol-control {
  background-color: transparent !important;
}