/**
 * @author Leo
 * @since 2017-01-30 Leo
 */
html, body 
{
	background-color:#ecf0f1;
}
html, body, table
{
	font-size:14px;
}
input[type="radio"], input[type="checkbox"]
{
	margin:6px 0 0;
}
.clone { display:none !important; }
.page-login .container
{
	margin-top:150px;
}
#section-1nav
{
	margin-bottom:10px;
}
#body-1
{
	margin-bottom:10px;
}
#breadcrump-1
{
	margin-bottom:10px;
}
#section-1breadcrumb
{
	background-color:transparent;
	padding:0;
	margin-bottom:0;
}
#notification-1 > .alert
{
	margin-bottom: 10px;
}
#body-1section > section
{
	display:none;
	border:1px solid #aaa;
	padding:14px;
	background-color:#fff;
}
#footer-1
{
	text-align:center;
	font-size:0.75em;
	font-weight:bold;
	color:#777;
}
.restricted
{
	display:none;
}