/* SIDEBAR */

.appMain
{
	height: 100%;
}

.wrapper
{
	display: flex;
	width: 100%;
}

#sidebar
{
	position: fixed;
	top: 0;
	width: 295px;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}

.rightSidebar #sidebar.active
{
	margin-right: -220px;
}

.leftSidebar #sidebar.active
{
	margin-left: -220px;
}

#sidebar .sidebar-header
{
	padding: 20px;
	background: #6d7fcc;
}

#sidebar ul.components
{
	padding: 20px 0;
	border-bottom: 1px solid #47748b;
}

#sidebar ul p
{
	color: #fff;
	padding: 10px;
}

#sidebar ul li a
{
	padding: 10px;
	display: block;
}

#sidebar ul li.active>a, a[aria-expanded="true"]
{
	background: #1F384A;
}

a[data-toggle="collapse"]
{
	position: relative;
}

/* CONTENT  */

#content
{
	position: absolute;
	top: 0;
	width: calc(100% - 295px);
	height: 100%;
	transition: all 0.3s;
}

#content.active
{
	width: calc(100% - 75px);
}

.leftSidebar .sidebarTools
{
	float: right;
}

.leftSidebar #sidebar
{
	left: 0;
	border: 0;
	border-right: 2px solid transparent;
}

.leftSidebar #content
{
	right: 0;
}

.rightSidebar .sidebarTools
{
	float: left;
}

.rightSidebar #sidebar
{
	right: 0;
	border: 0;
	border-left: 2px solid transparent;
}

.rightSidebar #content
{
	left: 0;
}

#bottombar
{
	height: 100%;
}

.bottomNavbar
{
	height: 38px;
	position: absolute;
	top: unset !important;
	bottom: 0;
	z-index: 999 !important;
}

.context-menu-item span
{
	font-weight: normal;
}

.context-menu-icon.context-menu-icon--fa::before
{
	color: white;
	opacity: 0.7;
}

.context-menu-item.context-menu-disabled:hover
{
	background-color: transparent;
}

.context-menu-item.context-menu-disabled.context-menu-icon--fa::before
{
	opacity: 0.3;
}

.scrollIndicator
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0.7);
	color: white;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 1000;
}

.invisibleContent
{
	visibility: hidden;
}

#imageContainer
{
	overflow: hidden;
}

#galleryImagePreviewDiv
{
	padding: 5px;
}

.galleryFollowers
{
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}