.sidebar {
	z-index: 1;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;

}

.sidebar.min {
	width: 44px;
}

.main.max {
	width: calc(100% - 44px);
	margin-left: 10px;
}

@media (min-width: 765px) {
	.main.max {
		margin-left: 44px;
	}
}

#id-sidebar-max,
#id-sidebar-min {
   color: #FFFFFF;
   position: absolute;
    top: 0px;
    left: 2px;
    padding: 4px 2px;
}

#id-sidebar-max {
	left: 5px;
}

li.dropdown-header span.hide,
#id-sidebar-max.hide,
#id-sidebar-min.hide {
	display: none;
}


.sidebar i.fa-sidebar {
	position: absolute;
	z-index: 1000;
	margin: 13px;
	cursor: pointer;
}

.sidebar a.a-sidebar {
	padding-left: 44px;
	overflow: hidden;
	height: 41px;
	white-space: nowrap;
}

.nav > li > i.fa:hover + a, 
.nav > li > i.fa:focus + a {
    text-decoration: none;
    background-color: #e6e6e6;
}

.fa-div-sidebar-b {

	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 260px;
	margin-left: -22px;
	z-index: -1;
	text-align: center;
	opacity: 0.4;
}

.fa-sidebar-b {    
    z-index: -1;
    font-size: 200px;
    color: #FFFFFF;
}

div.id-sidebar-btn-gb {
	position: absolute;
    top: 40vh;
	width: 50px;
	height: 30px;
	right: -30px;
	z-index: 1000;
	background-color: #ccc;
	border: 1px solid #FFF;
    border-radius: 12px;
}

div.id-sidebar-btn-gb:hover {
	background-color: #666;
	border-color: #666;
	cursor: pointer;
}
