.acc-div {
	background: #fff none repeat scroll 0 0;
	margin-bottom:10px;
	border:1px solid #eee;
	border-radius:10px;
	text-align:center;
}
.acc_profile{
	background: #fff none repeat scroll 0 0;
	margin-bottom:10px;
}
.acc-bg {
	background-color:#ff0;
	border-radius: 4px 4px 0 0;
	height: 95px;
	width: 100%;
}
.acc-div .image{
	padding:10px;
	text-align:center;
}
.acc-block {
	display: block !important;
}

.acc-avatarLink {
	background-color: #fff;
	border-radius: 10px;
	display: inline-block !important;
	float: left;
	margin: -30px 5px 0 8px;
	max-width: 100%;
	padding: 1px;
	vertical-align: bottom;
}
.acc-avatarImg {
	border: 2px solid #ddd;
	box-sizing: border-box;
	color: #fff;
}
.acc_content{
	z-index:99;
	position:relative;
}
.acc_avatarImg {
	border: 2px solid #fff;
	border-radius: 7px;
	box-sizing: border-box;
	color: #fff;
	height: 72px;
	width: 72px;
}
.acc-divUser {
	margin: 20px 0 0;
}
.acc_divUser {
	margin: 5px 0 0;
}
.acc-divName {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
}
.acc-divName a {
	color: inherit !important;
}

.acc_button {
    margin: -45px -10px 0;
    text-align: right;
    width: 100%;
	position:absolute;
}

.acc .nav-tabs { border-bottom: 2px solid #DDD; }
.acc .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.acc .nav-tabs > li > a { border: none; color: #666; }
.acc .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.acc .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.acc .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.acc .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.acc .tab-pane { padding: 15px 0; }

.accform label.control-label{
	text-align:left;
}
.accform .form-group{
	margin-bottom:10px;
}


.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;
}
.acc_module .modules i{
	    font-size: 40px;
    float: left;
    width: 40%;
}
.acc_module .modules .bottomtext{
	display:block;
	float: right;
    vertical-align: middle;
    margin-top:15px;
	width:60%;
    font-size: 15px;
}
.list-group-item.heading, .list-group-item.heading:hover{
	border:none;
}
.custom_acc a.heading:hover{
	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;
}