
/* -------------------------- Portlets ----------------------------- */

div.portlets {
	margin: 8px 0 0 0;
}

div#portlets div.portlet {
	margin: 5px 0 10px 0;
	line-height: 25px;
	color: #757575;
}
div#portlets div.portlet .portlet_inner {
	position: relative;
}

div#portlets div.portlet + div.portlet {
	margin-top: 20px;
}

div#portlets div.portlet h3.portlet-title a,
div#portlets div.portlet h3.portlet-title {
	font: 500 19px/ 24px 'Roboto', Verdana, Arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
	color: #565656;
	text-decoration: none;
}

div#portlets div.portlet h3.portlet-title a {
	margin: 0;
}

div#portlets div.portlet div.picture {
	margin: 10px 0;
}

div#portlets div.portlet ul.controls {
	background: transparent;
	float: right;
}

div#portlets div.portlet a.portlet_content_link {
	font-weight: 900;
	text-decoration: underline;
	line-height: 25px;
}

a.add_portlet_link.button {
	margin: 0 0 10px 0;
}

div#portlets div.portlet div.picture {
	margin: 0 0 10px 0;
}

div#portlets div.portlet ul.controls {
	position: absolute; 
	top: 0; 
	right: 8px; 
	background: #f0f0f0;
	padding: 5px 6px 10px;
	z-index: 10;
}
div#portlets div.portlet ul.controls li {
	font-size: 14px; 
	margin: 0 2px;
}
div#portlets div.portlet ul.controls li i.fa {
	margin: 0;
}
div#portlets div.portlet ul.controls li, a {
	color: #666;
}
div#portlets div.portlet ul.controls li:hover,
div#portlets div.portlet ul.controls li:hover a {
	color: #666EC3;
}