body,html {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	background-color: rgba(0,0,0,.01);
}
nav {
	background-color: #ededed;
}
nav .input-group {
	margin-left: 10px;
}
.table thead th {
	border-bottom-width: 0px;
	padding-bottom: 0rem;
}
thead tr.sub th {
	border-top-width: 0px;
	padding-top: 0px;
}
thead tr.sub:last-child th {
	border-bottom-width: 2px;
	padding-bottom: .75rem;
}
a.btn-site-detail {
	display: inline-block;
	background-color: white;
	color: black;
	width:80px;
	border-radius: 3px;
	text-align: center;
}
a.btn-site-detail-site {
	display: inline-block;
	background-color: #333;
	color: white;
	width:130px;
	padding: 3px;
	border-radius: 3px;
	text-align: center;
}
.navbar {
	padding: 10px 20px;
	background-color: #ededed;
}
.container-fluid {
	padding-left: 0;
}
.navbar.panel_cc_bar {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	background: transparent;
}
.navbar.panel_cc_bar form {
	display: none;
}
/* ---------------------------------------------------
	SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
	perspective: 1500px;
}


#sidebar {
	min-width: 250px;
	max-width: 250px;
	background: #2c2e2f;
	color: #fff;
	transition: all 0.6s;
	transform-origin: bottom left;
	border-right: dotted 1px rgba(255,255,255,.3);
	position: absolute;
	z-index: 5000;
    left: 0;
    height: 100%;
    overflow: hidden;
}

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

#sidebar .sidebar-header {
	padding: 20px;
}

#sidebar ul.components {
	padding: 20px 10px;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li {
	color: #979898;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 13px;
}
#sidebar ul li a {
	padding: 10px;
	display: block;
	color: white;
	border-bottom: 1px solid #313437;
}
#sidebar ul li a:hover {
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
}


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

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

ul ul a {
	padding-left: 20px !important;
}
ul ul ul a {
	padding-left: 30px !important;
}



/* ---------------------------------------------------
	CONTENT STYLE
----------------------------------------------------- */
#content {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
}

#sidebarCollapse, #sidebarCollapse2 {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	cursor: pointer;
}

#sidebarCollapse span, #sidebarCollapse2 span {
	width: 80%;
	height: 2px;
	margin: 0 auto;
	display: block;
	background: #555;
	transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
	transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type, #sidebarCollapse2 span:first-of-type {
	transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2), #sidebarCollapse2 span:nth-of-type(2) {
	opacity: 0;
}
#sidebarCollapse span:last-of-type, #sidebarCollapse2 span:last-of-type {
	transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span, #sidebarCollapse2.active span {
	transform: none;
	opacity: 1;
	margin: 5px auto;
}
.btn-audio-detail 
{
	font-weight: 400;
	display: inline-block;
	margin-left: 20px;
	color: rgba(255,255,255,.7);
	font-size: .9rem;
}
.btn-audio-detail:hover 
{
	color: rgba(255,255,255,1);
	text-decoration: none;
} 
.audio-detail {
	margin-top: 10px;
	padding: 5px 0px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	border-top: dashed 1px rgba(255,255,255,.3);
	border-bottom: dashed 1px rgba(255,255,255,.3);
	display: none
}
.audio-detail span {
	float: right;
}
/* ---------------------------------------------------
	MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px;
		transform: rotateY(90deg);
	}
	#sidebar.active {
		margin-left: 0;
		transform: none;
	}
	#sidebarCollapse span:first-of-type,
	#sidebarCollapse span:nth-of-type(2),
	#sidebarCollapse span:last-of-type {
		transform: none;
		opacity: 1;
		margin: 5px auto;
	}
	#sidebarCollapse.active span {
		margin: 0 auto;
	}
	#sidebarCollapse.active span:first-of-type {
		transform: rotate(45deg) translate(2px, 2px);
	}
	#sidebarCollapse.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sidebarCollapse.active span:last-of-type {
		transform: rotate(-45deg) translate(1px, -1px);
	}

}