.sidr {
  background: #5AC0D1 url('/sites/all/themes/krijgdekleertjes/images/noisy.png') repeat center center;
  border-right: 2px solid #fff;
  box-shadow: 1px 1px 7px #212121;
  box-sizing: border-box;
  color: #212121;
  display: block;
  font-size: 1em;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 0px 20px 0px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 999999;
}
.sidr.left {
  left: -300px;
  right: auto;
}
.sidr a.active,
.sidr a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.sidr ul li {
  border-bottom: 2px solid #fff;
  list-style: none;
  padding: 20px;
}
.sidr ul li:first-child {
border-top: 2px solid #fff;
}
.sidr ul li.sidr-class-active-trail {
  background: #ec7404 url('/sites/all/themes/krijgdekleertjes/images/noisy.png') repeat center center;
}
