.profile-view {
    margin-bottom: 14px;
}

.profile-view:last-child {
    margin-bottom: 0;
}
.profile-view .panel-body{
padding-top:0;
}
.profile-view .img-circle{
   margin: -73px 13px 0 13px;
    max-width: 100%;
      border: white 7px solid;
}
.profile-view .profile-view-bg{
background-size:cover;
height:200px;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{margin-top:20px;
}

