/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.portlet-body{
	min-height: 100px;
}	

.portlet > .portlet-title > .caption{
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portlet.nuovo a{
	display: block;
	width: 100%;
	line-height: 190px;
	border: 2px dashed #ccc;
	color: #ccc !important;
	border-radius: 4px;
	text-align: center;
}
.portlet.nuovo a:hover{
	border: 2px dashed #BBB;
	color: #BBB;
}

.icon-x2{
	font-size: 2em !important;
}
.icon-x3{
	font-size: 3em !important;
}
.icon-x4{
	font-size: 4em !important;
}

.alert-block-notifiche{
	display: none;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 500px;
	z-index: 150;
	margin-left: -250px;
}

.notifica-barra{
	display: block;
	padding-top: 26px;
	color: #9EACB4;
	font-size: 13px;
	font-weight: 400;
	font-family: "Open Sans",sans-serif;
}

.portlet.light.portlet-errore{
	background: #E38E8F url(../img/sfondo-warning.png) 103% 106% no-repeat;
}
.portlet.light.portlet-errore > .portlet-title > .caption, 
.portlet.light.portlet-errore > .portlet-title > .caption > i{
	color: #FFF;
}