div.page-wrapper > div.left-column.inactive
{
	display : none;
}

div.page-wrapper > div#pageHeader > div.side-bar-toggle.inactive
{
	display : none;
}

div.page-wrapper > div.left-column
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15%;
	height: 100%;
}

div.left-column > div.sidebar
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	min-width: 120px;
	background: rgba(0,0,0,0.87);
	color: white;
	z-index: 2;
}

div.left-column > div.sidebar i.fa
{
	color: white;
}

div.left-column > div.sidebar > div.current-identity
{
	margin: 90px 0px 0px 30px;
	text-align: left;
	cursor: pointer;
}

div.left-column > div.sidebar > div.current-identity > .user-image
{
	font-size: 40px;
	line-height: 48px;
	border-radius: 26px;
	border-width: 2px;
	border-style: solid;
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 12px;
	overflow: hidden;
}

div.left-column > div.sidebar > div.current-identity > div.user-image > i.fa
{
	opacity: 0.5;
}

div.left-column > div.sidebar > div.current-identity > div.user-info
{
	display: inline-block;
	text-align: left;
	margin-top: 10px;
	margin-right: 15px;
}

div.left-column > div.sidebar > div.current-identity > div.user-info > h1
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.left-column > div.sidebar > div.current-identity > div.user-info > div.company
{
	opacity: 0.87;
}

div.left-column > div.sidebar > div.current-identity > div.user-info > div.externalid
{
	display: none;
	opacity: 0.3;
}

div.left-column > div.sidebar > div.current-identity > div.nav-button
{
	float: right;
	position: relative;
	top: -10px;
	display: none;
}

div.left-column > div.sidebar > div.container
{
	width: 120px;
	margin: 0px auto;
	position: absolute;
	top: 210px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

div.page-header > div.side-bar-toggle > div.action-required
{
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	right: 25px;
	background-color: #FF1844;
	min-width: 20px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	border-radius: 12px;
	padding: 0px 2px;
	color: white;
}

div.page-wrapper > div.page-header > div.side-bar-toggle > div.action-required
{
	right: 6px;
	left: auto;
}

div.left-column > div.sidebar > div.akyla
{
	text-align: left;
	position: fixed;
	left: 10px;
	bottom: 10px;
	opacity: 0.5;
	width: 30%;
	line-height: 18px;
}

div.page-wrapper.advanced div.left-column
{
	display : none;
}

/**
 * width < 600px
 * 2 columns, action bar hidden, stream hidden.
 * Phone portait, small phone landscape.
 */
@media all and (max-width:  599px) and (orientation: portrait), (max-width:  799px) and (orientation: landscape)
{
	div.page-wrapper > div.left-column
	{
		width: 60%;
		z-index: 3;
		display: none;
	}

	div.page-wrapper > div.left-column.visible
	{
		display: block;
	}

	div.left-column > div.sidebar > div.current-identity
	{
		margin-top: 71px;
		margin-left: 15px;
	}

	div.left-column > div.sidebar > div.current-identity > div.nav-button
	{
		display: block;
	}

	div.left-column > div.sidebar > div.container
	{
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

	div.page-header > div.side-bar-toggle > div.action-required
	{
		font-size: 12px;
		top: 8px;
		left: 20px;
		right: auto;
		min-width: 16px;
		line-height: 20px;
		height: 20px;
		border-radius: 10px;
	}

	div.left-column > div.sidebar > div.akyla
	{
		position: absolute;
		width: 80%;
	}
}

/**
 * 600px <= width < 960px
 * 2 columns, action bar visible, stream hidden.
 * Large phone landscape, tablet portrait.
 */
@media all and (min-width: 600px) and (max-width: 959px) and (orientation: portrait), (min-width: 800px) and (max-width: 959px) and (orientation: landscape)
{
	div.page-wrapper > div.left-column
	{
		width: 30%;
	}

	div.left-column > div.sidebar > div.current-identity
	{
		margin-top: 120px;
	}
}

/**
 * 960px <= width < 1280px
 * 4 columns, action bar visible, stream hidden.
 * Tablet landscape, small desktop.
 */
@media all and (min-width: 960px) and (max-width: 1279px)
{
	div.page-wrapper > div.left-column
	{
		width: 18%;
	}
}

/**
 * width >= 1280px
 * 4 columns, action bar visible, stream visible.
 * Large desktop.
 */
@media all and (min-width: 1280px)
{

}
