#widgets .widgets-content {
  background: transparent;
}
#widgets .widget {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
#widgets .widget+.widget {
  margin-left: 7px;
}
#widgets .widget>.widget-heading {
  background-color: #ffffff;
  border: 0;
}
#widgets .widget-title {
  font-weight: bold;
}

#map-controls .btn {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#sidebar .btn-collapse:before,
#sidebar .btn-collapse:after,
#widgets .btn-collapse:before,
#widgets .btn-collapse:after{
  display:none;
}

#sidebar .btn-collapse,
#widgets .btn-collapse {
  color: #ffffff !important;
  background-color: #202020;
  border-radius: 10px;
}

#sidebar a[href="#objects_tab"]:before,
#sidebar a[href="#events_tab"]:before,
#sidebar a[href="#history_tab"]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;

  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: initial;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sidebar a[href="#objects_tab"]:before {
  background-image: url(/assets/custom/objects.png);
}
#sidebar a[href="#events_tab"]:before {
  background-image: url(/assets/custom/events.png);
}
#sidebar a[href="#history_tab"]:before {
  background-image: url(/assets/custom/history.png);
}
