/* ############################# CssObject [boxBadge] ############################### */
#SIXwdgColonnaDx {padding-top:15px;}
.widgetBox {

    float: left;
    height: 335px;
    overflow: hidden;
    margin-bottom: 40px;
    width:100%;
}

.page-xs .widgetBox {
    height: 300px;
    width: 100%;
}

.widgetBoxHeader
	{
	
	}
.widgetBoxTitle
	{
	background-position:10px 50%;
	background-repeat:no-repeat;
	padding-bottom:20px;
	color:#000;
	height:50px;
	line-height:50px;
	font-weight:bold;
	margin-right:10px;
	}
.widgetBoxTitle .fa
	{
	font-size: 18px;
	background-color: #f5bb24;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 54px;
	text-align: center;
	margin-right:10px;
	}
.widgetBoxContent {background-color:#EBEFF2;}

