.text-height{height:300px}
.text-height-user{height:350px}
.inner-header-one-user {
    min-height: 350px;
    background-size: cover;
    background-position: center top;
    margin-bottom: 40px;
}
.inner-header-one-user:before {
    content: "";
    background: no-repeat padding-box #000;
    opacity: .5;
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 350px;
}
.login {
    float: right;
    line-height: 27px;
    padding-right: 12px;
    width: 32px;
    height: 32px;
    margin-top: 20px;
    color: #000;
    border-radius: 50px;
    margin-right: 8px;
    background:transparent;
}
.dropbtn {
    color: #3CAF55;
    padding: 2px 8px;
    font-size: 22px;
    border: none;
    background: transparent;
    font-weight: 600;
    margin-right: 17px;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  top: 35px;
  z-index: 1;
  right: 0;
  border-radius:6px;
  padding:5px 0px;
}

.dropup-content a {
  color: #264552 !important;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  line-height:25px;

}
.dropup-content a i{font-size:16px; padding-right:5px}
.dropup-content a:hover {background-color: #f4fff7 !important}

.dropup:hover .dropup-content {
  display: block;
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.profile-nav, .profile-info{
    margin-top:0px;
}

.profile-nav .user-heading {
    background: linear-gradient(270deg, #3CAF55 0%, #0C5E34 100%) 0% 0%;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 130px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
	margin-top: 10px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
	width: 100%;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #264552;
    border-left: 5px solid #fff;
	padding: 10px 15px;
	position: relative;
    display: block;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f4fff7 !important;
    border-left: 5px solid #28a745;
    color: #264552 !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #264552;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.bg-primary {
    background-color: #28a745!important;
}
.per{float: right;}