.su-side-container {
	left: 0%;
}
#sticky-sidebar-btn {
	display: none;
	position: fixed;
	left: 0px;
	top: 50%;
	padding: 15px;
	background-color: #00D3FF;
	color: white;
	z-index: 5000;
	border-radius: 0px 5px 5px 0px;
}
#body-wrapper-disable {
	display: none;
	z-index: 4999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}

/* ------------------------------------------- */

@media(max-width: 991px){
	#sticky-sidebar-btn {
		display: block;
	}
	#side-bar {
		position: fixed;
		z-index: 5000;
		top: 0px !important;
		left: -50%;
		width: 50%;
		height: 100%;
		overflow: auto;
		padding-top: 15px;
		margin-top: 0px;
		transition: none;
		border-right: none;
	}
	.widget {
		width: 100% !important;
		margin-right: 0px !important;
	}
	.input-group {
		width: 100%;
	}
	.input-group-btn {
		width: 1% !important;
	}
}

