
/* .feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
} */


#content {
	width: calc(100% - 250px);
	margin-top: 30px;
	padding: 20px;
	padding-bottom: 51px;
	/* min-height: 100vh; */
	min-height: calc(100vh - 51px);		/* footer ¶§¹®¿¡ ÁÙÀÓ */
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
}

#content.active {
	width: 100%;
}
.main-content {
	width: 100%;
	margin-top: 30px;
	padding: 50px 20px 51px 20px;
	/* padding-top: 50px; */
	/* padding-bottom: 51px; */
	/* min-height: 100vh; */
	min-height: calc(100vh - 51px);		/* footer ¶§¹®¿¡ ÁÙÀÓ */
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
}

/*
 * Sidebar
 */
.sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999; /* Behind the navbar */
	padding: 40px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
	transition: all 0.3s;
}

@media (max-width: 767.98px) {
	.sidebar {
		top: 5rem;
	}
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 31px);
	/* height: calc(95vh - 11px); */	/* footer ¶§¹®¿¡ ÁÙÀÓ */
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
	}
}

.sidebar.active {
	margin-left: -250px;
}

.sidebar .sidebar-header {
	/* padding: 20px; */
	/* background: #6d7fcc; */
}

.sidebar ul.components {
	/* padding: 20px 0; */
	/* border-bottom: 1px solid #47748b; */
}

.sidebar ul p {
	/* color: #fff; */
	min-height: 58px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 15px;
	background: #7386D5;
	color: #fff;
	margin-bottom: 0;
}

.sidebar ul li a {
	color: #333;
	text-decoration: none;
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

.sidebar ul li a:hover {
	/* color: #7386D5; */
	/* background: #fff; */
}

.sidebar .expanded {
	color: #fff;
	background: #6c757d !important;
}

.sidebar ul li.active>a, .sidebar a[aria-expanded="true"] {
	/* color: #fff;
	background: #007bff; */
	/* background: #6d7fcc; */
}

.sidebar ul li.active>a, .sidebar a[aria-expanded="false"] {
	/* color: #fff; */
	/* background: #f8f9fa; */
	/* background: #6d7fcc; */
}

.sidebar a[data-toggle="collapse"] {
	position: relative;
}

.sidebar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	.sidebar {
		margin-left: -250px;
	}
	.sidebar.active {
		margin-left: 0;
	}
	/* #content {
		width: 100%;
	}
	#content.active {
		width: calc(100% - 250px);
	} */
	/* .sidebarCollapse span {
		display: none;
	} */
}

@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px;
	}
	#sidebar.active {
		margin-left: 0;
	}
	#content {
		width: 100%;
	}
	#content.active {
		width: calc(100% - 250px);
	}
	/* #sidebarCollapse span {
		display: none;
	} */
	#menu-toggle {
		display: none;
	}
}