/*::-webkit-scrollbar {
    width:	3px;
	height:	5px;
}

::-webkit-scrollbar-thumb {
	border-radius:		5px;
	background-image:	linear-gradient(to bottom, #427BC6 0, #003794 100%);
}*/

.softadmin-menu
{
	position:		fixed;
	width:			160px;
	height:			100%;
	border:			solid #003794;
	border-width:	0 2px 0 0;
}

.softadmin-menu-logo img
{
	max-width:		100%;
}

.softadmin-menu-heading
{
	color:			#FFF;
	background:		#427BC6;
	border:			solid #003794;
	border-width:	2px 0 0;
	font-weight:	bold;
	padding:		0 15px;
	height:			25px;
}

.softadmin-menu-menugroups
{
	overflow:		auto;
	bottom:			110px;
	top:			115px;
	position:		absolute;
	width:			100%;
}

.softadmin-menu-menugroup
{
	display:		block;
	margin:			3px;
	padding:		6px 0 6px 6px;
}

.softadmin-menu-menugroup-icon
{
	max-width:		20px;
	max-height:		20px;
	float:			left;
	margin-right:	5px;
}

.softadmin-menu-menugroup-label
{
	float:			left;
	font-size:		10px;
	font-weight:	bold;
	padding:		2px 0;
}

.softadmin-menu-footer
{
	position:		absolute;
	bottom:			0;
	width:			100%;
}

.softadmin-menu-footer-border
{
	color:			#FFF;
	background:		#427BC6;
	border:			solid #003794;
	border-width:	0 0 2px;
	height:			25px;
}

.softadmin-menu-footer-softadmin
{
	padding:		10px 0 15px;
}

.softadmin-menu-footer-softadmin a
{
	width: 			110px;
	display: 		block;
	margin: 		auto;
}

.softadmin-menu-footer-softadmin img
{
	opacity:		0.4;
}

.softadmin-menu-footer-softadmin img:hover
{
	opacity:		1;
}

/*	right	*/

.softadmin-right
{
	margin:			0 0 0 160px;
}

/*	softadmin-header	*/

.softadmin-header
{
	height:			40px;
	background:		#427BC6;
}

.softadmin-header-title
{
	display:		inline-block;
	background:		#FFF;
	margin:			3px 0 0;
	height:			37px;
	padding:		5px 10px 0;
	color:	#000;
}

.softadmin-header-title:hover .glyphicon
{
	opacity:	1.0;
}

.softadmin-header-title-img
{
	float:			left;
	max-height:		100%;
}

.softadmin-header-title-label
{
	float:			left;
	padding:		5px 0 0 5px;
	font-weight:	bold;
}

.softadmin-header-border
{
	height:			5px;
	margin:			4px 0 0;
	background:		#003794;
}



/*	content container	*/

.softadmin-content
{
	padding:		15px;
	font-size:		10px;
}