﻿.nn5-sidebar-left {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: fixed;
  left: -150px;
  width: 150px;
  top: 0;
  bottom: 0;
  z-index: 50000;
  height: 100%;
  background-color: white;
  border-right: black;
}
.nn5-sidebar-left.active {
  left: 0;
}
.nn5-sidebar-right {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: fixed;
  right: -150px;
  width: 150px;
  top: 0;
  bottom: 0;
  z-index: 50000;
  height: 100%;
  background-color: white;
  border-left: 1px solid #eeeeee;
}
.nn5-sidebar-right.active {
  right: 0;
}
.nn5-sidebar-dimmer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 8 */
  filter: alpha(opacity=10);
  /* IE 5-7 */
  -moz-opacity: 0.1;
  /* Netscape */
  -khtml-opacity: 0.1;
  /* Safari 1.x */
  opacity: 0.1;
  display: none;
  z-index: 49999;
}
.nn5-sidebar-header {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.nn5-sidebar-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
