body {
	margin: 0;
	padding-top: 50px;
	position: relative;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
	display: none;
}

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

header.topnav {
	
}

header.topnav>nav {
	margin: 0px;
	top: 0px;
	width: 100%;
}
section.contents{
	border:0px solid #000;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.3);
}

aside.left {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 20%;
	left: 0px;
	z-index: 50;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

aside section {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

aside.right {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 20%;
	right: 0px;
	top: 50px;
	z-index: 50;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contents {
	width: 60%;
	left: 20%;
	min-height: 1200px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 20%;
}
.active{border:0px solid #fff;}
section header > li.active {
	text-align:center;
	background:#c1c1c1;
	
}
.sidebtnleft:focus, .sidebtnright:focus {
	outline: none
}

.sidebtnleft {
	position: absolute;
	top: 0;
	right: -50px;
	min-width: 50px;
	display: block;
	font-size: 25px;
}

.sidebtnright {
	position: absolute;
	top: 0;
	left: -50px;
	min-width: 50px;
	display: block;
	font-size: 25px;
}

aside.left.off {
	left: -20%;
}

aside.right.off {
	right: -20%;
}

.contents.hideleft {
	width: 80%;
	margin-left: 0;
}

.contents.hideright {
	width: 80%;
	margin-left: 20%;
}

.contents.hideright.hideleft {
	width: 100%;
	margin-left: 0;
}

aside section::-webkit-scrollbar {
	width: 12px;
}

aside section::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

aside section::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}

aside header>li.active>.btn {
	margin: 0px;
	position: absolute;
	top: 0px;
	padding: 0px 20px;
	height: 100%;
	right: 0px;
	background: rgba(0, 0, 0, 0.15)
}

aside.left  header>li.active {
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase
}

aside.right  header>li.active {
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase
}
.jumbotron {padding: 0px 20px;}
@media ( max-width :861px) {
	.jumbotron h1{font-size:24px}
	.jumbotron {background: transparent;}
	aside.right {
		right: -20%;
	}
	aside.left {
		left: -20%;
	}
	aside.left.off {
		left: 0%;
		width: 80%;
	}
	aside.right.off {
		right: 0%;
		width: 80%;
	}
	.contents.hideleft {
		width: 100%;
		background: #4d4d4d;
		margin-left: 80%;
	}
	.contents.hideright {
		width: 100%;
		background: #4d4d4d;
		margin-left: -80%;
	}
	.contents.hideright.hideleft {
		width: 100%;
		background: #4d4d4d;
		margin-left: 0;
	}
	.contents {
		width: 100%;
		margin-left: 0px;
	}
}

body{background:#fff;}
/*BOOTSTRAP THEME CHANGES*/
.responsive {
	background: #4d4d4d
}

.panel-title a {
	width: 100%;
	display: block;
	text-transform: uppercase;
}

.panel-heading:hover {
	cursor: pointer;
}

.panel-heading {
	position: relative;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.15);
}

.panel-heading:hover .overlay {
	display: block
}

.panel a {
	text-decoration: none;
}

.panel-title a:after {
	clear: both;
}

.panel-title a span {
	float: right;
	background: rgba(0, 0, 0, 0.15);
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
	margin-top: -5px;
}