.logo-small {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background-size: 80px 80px;
	display:inline-block;
	margin:10px 10px 0;
}
.logo-circle  {
	width: 140px;
	height: 140px;
	border:4px solid #fff; /*#d9e0e7 #008a8a*/
	border-radius: 70px;
	background-size: 160px 160px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.logo-circle img {
	position:absolute;
	bottom:0;
}
.logo-rectangle {
	width: auto;
	height: 100px;
	display:block;
}
.page-sidebar-minified .sidebar .nav>li>i.logo-rectangle {
	background-size: 100px 100px !important;
}
.icon-small {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}
.icon-medium {
	width: 60px;
	height: 60px;
}
.frame-wide {
	width: 100%;
	height: 60px;
	padding: 10px;
	border-radius: 10px;
}