/* Default demo styles */

ul.sidebar-menu {margin-left: 0;}
ul.submenu {margin-left: 0;}
.sidebar-menu a {
	display: block;
	position:relative;
	overflow:hidden;
}
.snap-drawers {
  background: #888888;
}

.snap-drawer {
	background: #888888;
}

/*1. Sidebar Header*/

.header-clear{
	height:65px;
}

.sidebar-header{
	width:100%;
	z-index:11;
	background-color:#FFFFFF;
	height:65px;
	border-bottom:solid 2px #2d3033;	
}

.sidebar-logo{
	margin-top:22px;
	margin-left:20px;
	background-image:url(../img/logo.png);
	background-size:80px 18px;
	display:block;
	width:80px;
	height:18px;
	float:left;
}

.sidebar-close{
	font-size:14px;
	position:absolute;
	left:210px;
	color:#5a6166;
	height:70px;
	line-height:65px;
	width:59px;
	text-align:center;
	transition:all 200ms ease;
}

.sidebar-close:hover{
	color:#FFFFFF;
}

/*2. Sidebar Menu */

.sidebar-breadcrumb{
	background-color:#26292b;
	color:#60656a;
	font-size:1.1rem;
	font-weight:800;
	text-transform:uppercase;
	font-style:normal;
	padding-left:1em;
	padding-right:1em;
	line-height:3em;
	border-bottom:solid 1px #26292b;
	border-top:solid 1px #26262b;
}

.active-item{
	background-color:#97A7D5!important;	
}


.active-item:hover{
	background-color:#5E76BD!important;	
}

.sidebar-menu{
	margin-bottom:0px;
}

.sidebar-menu li{
	font-weight:400;
	list-style:none;
	line-height:4em;
	font-size:1rem;
	padding: 0.5em 0.5em 0.5em 0;
	text-indent: -0.5em;
}

.sidebar-menu li a {line-height: 2em;}

.submenu{
	max-height:0px;
	overflow:hidden;
	margin-bottom:0px;	
	transition:all 300ms ease;	
}

.submenu-active{
	max-height:38em;
	transition:all 300ms ease;	
}

.show-submenu .fa-plus{
	font-size:11px!important;
	transition:all 300ms ease;
}

.submenu .fa-last{
	margin-top:23px;
}

.show-submenu-active .fa-plus{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);	
	transition:all 300ms ease;
	color:#c0392b;
	opacity:1;
}

.show-submenu-active{
	background-color:rgba(255, 255, 255,0.05);	
}

.submenu-item-active{
	opacity:1!important;
	font-weight:400;
	font-size:12px;
}

.submenu .fa-circle{
	position:absolute;
	left:217px!important;
}

.submenu li{
	line-height:2.5em;
	font-size:0.9rem;
}

.submenu li a{
	opacity:0.6;
}

.submenu li i:first-child{
	padding-right:30px;
}

.sidebar-menu li a:hover{
	background-color:rgba(255, 255, 255,0.05);	
}

.sidebar-menu li a i:first-child{
	width:13px;
	margin-right:0.5em;
	font-size:1.3em;
	text-align:center;
}

.fa-last{
	width:13px;
	position:absolute;
	left:230px;
	font-size:8px;
	text-align:center;
	margin-top:0.8em;
	color:#5a6166;	
	opacity:0.5;
}

.sidebar-menu li a{
	color:#FFFFFF;
	padding-left:1em;
	padding-right:1em;	
}

/* Sidebar Menu Structures */
/* DO NOT CHANGE!*/
/* The code is calibrated perfectly for all mobiles*/


/*Sidebar Generated Code*/
/*Custom Code*/
.snap-content {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
	position: relative;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow-x:hidden;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

.snapjs-right .snap-drawer-left {
	display: block;
	right: 0;
	left: auto;
}

/* Hide the actual "Right" drawer in the demo */
.snapjs-right .snap-drawer-right {
	display: block !important;
	right: 0  !important;
	left: auto  !important;
}

/*Snap.CSS*/

.snap-content {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
	position: relative;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 285px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
  padding-left:20px;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

/* Hide the actual "Right" drawer in the demo */
.snapjs-right .snap-drawer-right {
	display: none;
}

/* Show the "Drag" background in the demo */
#content {
	background-color:#DEE0DF;
	overflow-x:hidden;
}

/* Styles for fading out the drawer content in the "Expanding" demo */
.drawer-inner {
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
	    -ms-transition: opacity 0.3s ease;
	     -o-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
	opacity: 0;
}


