.jsidepanel {
  display: none;
  z-index: 999999;
  bottom: 0px;
  padding: 0px;
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 100%; }

.jsidepanel > .jsidepanel-row {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  border: 0;
  width: 0;
  position: relative;
  height: 90%; }

.jsidepanel-row > .jsidepanel-content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow: hidden; }

.jsidepanel-right .jsidepanel-content {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.jsidepanel-left .jsidepanel-content {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.jsidepanel-right > .jsidepanel-row.span4 {
  float: right; }

.jsidepanel-title {
  background: #00809d none repeat scroll 0 0;
  color: white;
  padding: 10px; }

.jsidepanel.jsidepanel-left {
  left: 0; }

.jsidepanel.jsidepanel-right {
  right: 0; }

.toggler {
  height: 40px;
  text-align: center;
  top: 43%;
  width: 20px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  background-color: #efefef; }

.jsidepanel-left .toggler {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  right: -10px; }

.jsidepanel-left .toggler > span {
  margin: 10px 2px 15px;
  padding-top: 15px;
  vertical-align: middle; }

.jsidepanel-right .toggler {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -10px; }

.jsidepanel-right .toggler > span {
  margin: 15px 2px;
  padding-top: 15px;
  vertical-align: middle; }

.jsidepanel-page {
  padding: 10px; }