.profilebg{
	padding:15px;
	background-color:#f9f9f9;
	border:1px solid #e4e4e4;
	border-radius:5px;
	margin-bottom:20px;
}
.profilebg ul{
	margin:0px;
}
.profilebg ul li{
	vertical-align:top;
}
.profile_pic{
	width:100px;
	height:100px;
	background-color:#999;
	overflow:hidden;
}
.profile_name{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
}
.profile_detail{
	margin-top:10px;
}
.profile_text{
	font-size:14px;
}
.profilebtn .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.profilebtn .btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  line-height: 1.33;
  border-radius: 25px;
}
.profilebtn .btn-inverse:hover {
  color:#fff;
}
.profilebtn a{
	margin-right:10px;
}
.profilebtn{
	line-height:90px;
}
.acc_cards{
	border-radius:5px;
	padding:15px;
	border:1px solid #e4e4e4;
	margin-bottom:20px;
}
.acc_cards .title{
	text-transform:uppercase;
	font-size:16px;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:8px;
}
.acc_cards .title i{
	font-size:16px;
}
.acc_cards .card_content{
	min-height:150px;
	text-align:center;
}
.acc_cards .card_content .num{
	display: block;
	font-size: 85px;
	line-height: 85px;
	margin: 0;
}
.add_line{
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
}
.add_line span{
}
.small_cards{
	border-radius:5px;
	text-align:center;
	overflow:hidden;
	margin-bottom:20px;
}
.small_cards i{
	color:#fff;
	font-size:48px;
	margin:15px;
}
.small_cards .bottomtext{
	display:block;
	padding:10px;
	background-color:#2a2a2a;
}
.custom_acc .list-group-item{
	border:0px;
	padding-left:0px;
}
.custom_acc a:hover{
	background:none;
	border:0px;
}
.custom_acc a.heading:hover{
	border:0px;
	text-shadow:none;
}
.custom_acc .heading{
	padding:10px;
}
.custom_acc .list-group-item:first-child, .custom_acc .list-group-item:last-child{
	border-radius:0px;
}