body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position:relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.occupied{
  background: #f1f1f1 !important;
  color: #ab0a0a !important;
  border: 1px solid #ab0a0a !important;
  font-weight: 200 !important;
  font-size: 13px !important;
  /*padding: 3px 11px !important;*/
}
.occupied:hover{
  background: #dac8c8;
  color: #ab0a0a;
  text-decoration: none !important;
}

.bottompadding20{
  padding-bottom: 20px !important
}
