#sidepanel-toolbar {
	position: fixed;
	top: 0;
	right: 0;
	width: 180px;
	z-index: 10000 !important;
}

.sidepanel-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	z-index: 2040 !important;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }

.sidepanel {
	top: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 2010;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.sidepanel {
	background-color: #f0f0f0;
	/*padding-top: 20px;*/
	z-index: 2050 !important;
}

.sidepanel .sidepanel-close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 12px;
    background-color: transparent;
    border-width: 0;
    color: #9D9D9D;
    outline: 0;
}

.sidepanel.sidepanel-left {
    border-right: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    left: -100%;
}

.sidepanel.sidepanel-left.panel-visible {
	left: 0; }
.sidepanel.sidepanel-right {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    right: -100%;
}
.sidepanel.sidepanel-right .sidepanel-close {
	left: 0;
	right: auto; }
.sidepanel.sidepanel-right.panel-visible {
	right: 0; }

.sidepanel-content-wrapper {
	min-height: 100%;
	height: 100%;
	overflow-x: auto; }

.sidepanel-container {
	position: relative;
	min-height: 100%;
	height: 100%;
	/*overflow-y: hidden;*/
	overflow: hidden;
	padding: 0;
	margin: 0;
	/*z-index: 3020;*/ }
.sidepanel-container .sidepanel-content {
    margin: 0 10px;
	margin-bottom: 20px;
    /*padding: 0 0 5px;*/
    overflow: hidden; }

.sidepanel-loading:before {
	content: 'Loading...';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	text-align: center;
	z-index: 2000; }
.sidepanel-loading:not(:required):before {
	content: '';
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-top-color: rgba(0, 0, 0, 0.6);
	-webkit-animation: modalLoadingSpinner .6s linear infinite;
	animation: modalLoadingSpinner .6s linear infinite; }

/* Spinner */
@keyframes modalLoadingSpinner {
	to {
		transform: rotate(360deg); } }
@-webkit-keyframes modalLoadingSpinner {
	to {
		-webkit-transform: rotate(360deg); } }
.sidepanel-blockui {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: #FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }
