.pf,
.pf * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.nest-bf-in-pf .form-group {
    margin-bottom:0px;
}

.ui-breadcrumb ul li:first-child a.ui-icon-home span {
	display: block;
}

.ui-rowgroup-header td{
	background-color: #007ad9;
	color: white;
}

i.badge {   
    width:50px;
    text-align:center;
    vertical-align:middle;
    position: relative;
    color: #007ad9;
}

.badge:after{
    content: attr(data-count);
	position: absolute;
	background: red;
	height: 1rem;
	top: -0.5rem;
	right: 0.1rem;
	width: 1rem;
	text-align: center;	
	font-size: .8rem;
	font-weight: bold;
	border-radius: 50%;
	color: white;
	border: 1px solid red;

padding: 1px;
}

.totalize {
	display: none;
}

.group-total {
	float: right;
}