.bill-assign-detail{
	background-color: #eaeaea;
	border-bottom: 1px solid #d1d1d1;
    padding-top: 10px;
    margin-bottom: 5px;
}

.bill-assign-detail > div{
	padding: 3px;
}

.circle{
	width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: 0px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-text{
	font-size: 10px;
	color: yellow;
}

.clear-padding{
	padding: 0px;
}
.nav-tabs > li > a {
	color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #fff;
	background-color: initial !important;
	border: initial;
	border-bottom: 1px solid #fff;
}