/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fcfcfc;
}

.profile-inner-block {
   background-color: white;
   padding-top: 10px;
   padding-bottom: 15px;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
}

.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: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.x0 {
  border-bottom: solid;
  border-width: 1px;
  border-color: white;
  
  background-color: #e1ffe0;
  border-left: 2px solid #fa756e;
  margin-left: -2px;
}

.profile-usermenu ul li.x1 {
  border-bottom: solid;
  border-width: 1px;
  border-color: white;
  
  background-color: #faedbb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-usermenu ul li.x2 {
  border-bottom: solid;
  border-width: 1px;
  border-color: white;
  
  background-color: #ffe1d6;
  border-left: 2px solid #3ad11b;
  margin-left: -2px;
}

.profile-usermenu ul li.x3 {
  border-bottom: solid;
  border-width: 1px;
  border-color: white;
  
  background-color: #DEFCBA;
  border-left: 2px solid #ce16f2;
  margin-left: -2px;
}

.profile-usermenu ul li.x4 {
  border-bottom: solid;
  border-width: 1px;
  border-color: white;
  
  background-color: #DAFCF5;
  border-left: 2px solid #ce16f2;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
.td-sidebar {
   padding: 3px 5px !important;  
}

.tbl-sidebar {
   background-color: white;
   margin-bottom: 0px !important;
}
