html,
body {
  height: 100%;
}
html.no-scroll {
  width: 100%;
  overflow-y: scroll;
  position: fixed;
}
#jm-allpage {
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right.off-canvas #jm-allpage {
  margin-left: -300px;
  margin-right: 300px;
}
.off-canvas-left.off-canvas #jm-allpage {
  margin-right: -300px;
  margin-left: 300px;
}
#jm-offcanvas {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #272727;
  top: 0;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right #jm-offcanvas {
  right: -300px;
}
.off-canvas-right.off-canvas #jm-offcanvas {
  right: 0;
  overflow-y: auto;
}
.off-canvas-left #jm-offcanvas {
  left: -300px;
}
.off-canvas-left.off-canvas #jm-offcanvas {
  left: 0;
  overflow-y: auto;
}
#jm-offcanvas-toolbar {
  background: #1f1f1f;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#jm-offcanvas-content {
  padding: 15px;
  color: #898989;
}
#jm-offcanvas-content .jm-title {
  color: #898989;
}
.toggle-nav {
  cursor: pointer;
}
.toggle-nav [class^="icon-"],
.toggle-nav [class*=" icon-"] {
  font-size: 20px;
}
.toggle-nav.menu {
  display: inline-block;
  color: #444444;
  text-align: center;
  vertical-align: top;
}
.toggle-nav.close-menu {
  color: #ffffff;
}
.off-canvas-left #jm-offcanvas-toolbar {
  text-align: right;
}
html[dir='rtl'] .off-canvas-right #jm-offcanvas-toolbar {
  text-align: left;
}
#jm-top-bar .toggle-nav.menu {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  color: #959593;
  width: 42px;
  height: 42px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-top-bar .toggle-nav.menu:hover {
  color: #ec2124;
}
#jm-top-bar .toggle-nav.menu [class^="icon-"],
#jm-top-bar .toggle-nav.menu [class*=" icon-"] {
  top: -1px;
  height: 42px;
  line-height: 42px;
}
#jm-djmenu .toggle-nav.menu {
  color: #ffffff;
  margin: -21px 0 -20px;
  height: 60px;
  width: 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #383838, #323232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383838), to(#323232));
  background-image: -webkit-linear-gradient(top, #383838, #323232);
  background-image: -o-linear-gradient(top, #383838, #323232);
  background-image: linear-gradient(to bottom, #383838, #323232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383838', endColorstr='#ff323232', GradientType=0);
  border-top: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}
#jm-djmenu .toggle-nav.menu:hover {
  background: #ec2124;
  border-top: 1px solid #f05355;
  border-left: 1px solid #f05355;
}
#jm-djmenu .toggle-nav.menu [class^="icon-"],
#jm-djmenu .toggle-nav.menu [class*=" icon-"] {
  top: -1px;
  height: 60px;
  line-height: 60px;
}
#jm-offcanvas .jm-module {
  margin: 30px 0 0;
}
#jm-offcanvas .jm-module:first-child {
  margin: 0;
}
#jm-offcanvas .jm-module .jm-title {
  color: #ffffff;
}
#jm-offcanvas .jm-module .jm-title:before,
#jm-offcanvas .jm-module .jm-title:after {
  border-color: #2f2f2f;
}
