/* Cubic Bezier Transition */


/***
New Profile Page
***/

#menu-action, #menu-close{
  display: none;
}



.header-logo{
    width: 148px;
    background-image: url(/assets/img/fanaliz-footer-logo.png);
    background-size: cover;
    height: 64px;
}

.profile-sidebar {
    width: 300px;
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    padding: 15px 15px;
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, 0.25);
}
.profile-sidebar::-webkit-scrollbar {
    display: none;
}

.profile-content {
    overflow: hidden;
    width: calc(100% - 300px);
    margin-left: 300px;
}


/* PROFILE SIDEBAR */

/*.profile-sidebar-portlet {
  padding: 30px 0 0 0 !important;
}*/

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 40%;
  height:40%;
  -webkit-border-radius: 10% !important;
  -moz-border-radius: 10% !important;
  border-radius: 10% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.profile-usertitle-job {
  color: #333333;
  font-size: 14px;
  font-weight:300;
  margin-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width:100%;

}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0;
}

/*.profile-userbuttons button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
}*/

.profile-usermenu {
  margin: 0 -15px;
  padding-bottom: 20px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
  color: #7f90a4;
  font-size: 25px;
  text-align: center;
}

.profile-stat-text {
  color: #5b9bd1;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.profile-desc-title {
  color: #7f90a4;
  font-size: 17px;
  font-weight: 600;
}

.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px;
}

.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px;
}

.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1;
}


/* END PROFILE SIDEBAR */


/* RESPONSIVE MODE */

@media (max-width: 991px) {
  /* 991px */
  /* 991px */

  .profile-sidebar>.portlet {
    margin-bottom: 20px;
  }
  .profile-content {
    overflow: visible;
  }
}

.margin-top-100{
  margin-top:100px;
}


.text-green{
  color:#59C4BE;
}
