

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {    
         
	/* border: 1px solid #ccc; */
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
   width:100%;  
   border:0;
}

.sidebar-nav li {
   /*  padding: 10px 20px;    */ 
	width:100%;
	/* border-bottom: 1px solid #ddd; */
	position:relative;	
	transition: all .7s ease;
}
.sidebar-nav li i 
{
	position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
	display:none !important;
}
.sidebar-nav li:last-child
{
	border-bottom:0;
}
.sidebar-nav-store li:last-child
{
	border-bottom:0!important;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
	font-size: 14px;
	cursor:pointer;
	padding: 10px 20px; 
	font-family: 'Poppins-Regular';
    letter-spacing: 1px;
	text-transform: capitalize;
}
.sidebar-nav li .active 
{
	/* background:#d3aea5; */
	color:#b3d237;
}
.sidebar-nav-store  li .active 
{
	background:#daf0cd;
	color:#b3d237;
}
.sidebar-nav li .active i
{
	color:#7f1900;
}

/* .sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
} */

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}





/* .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
} */


    #wrapper {
        /* padding-left: 250px; */
		padding:50px 0;
		float: left;
		width: 100%;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 215px;
		height:917px;
		/* width: 22%; */
		float: left;
		background:url(../images/sidebar-bg.png) no-repeat;
		position: sticky;
		top: 0px;
		z-index:99;
    }
	

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


#wrapper .tab-content
{
	float: right;
	width: 78%;
    margin-left: 3%;
}
.sidebar-brand
{	
	color:#fff!important;
	text-align: center;
	font-size:15px;
	padding:50px 10px 30px;
	text-transform: uppercase;
	font-family: 'Poppins-Medium';
	position:relative;
}
.sidebar-brand:before 
{
	position:absolute;
	content:'';
	display:block;
	background:#fff;
	width:65px;
	height:2px;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
}
.sidebar-brand-store
{
	background:#b3d237;
}

#sidebar-nav ul 
{
	display:none;
}
#sidebar-nav li:hover ul
{
	display: block;
    position: relative;    
	width:90%;
	margin-left:10%;
	border-left: 2px solid #fff;
    z-index: 2;    
    animation: fadeIn 0.7s; 	
}
.sidebar-nav li .sub-menu li{text-align:left;}
.sidebar-nav li .sub-menu li a { font-size:12px; font-family: 'Poppins-Regular'; }
#sidebar-nav li a:hover {color:#b3d237;}
#sidebar-wrapper button 
	{
		width:100%;
		padding:10px;
		border:0;
		display:none;
		background: #7f1900;
		color: #fff;
	}

	
@media only screen and (min-width:320px) and (max-width:767px)
{
	#sidebar-nav li:hover ul
	{
		display:none;		
	}
	
	
}
