/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/*body {
  background: #F1F3FA;
  line-height: 40px;
}*/

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

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

.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 {
  margin-top: 30px;
}

.profile-usermenu ul li {
  line-height: 40px;
  border-bottom: 1px solid #f0f4f7;
}

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

.profile-usermenu ul li a {
  color: black;
  font-size: 15px;
  font-weight: 400;
}

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

.profile-usermenu ul li a:hover {

  color: white;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}
.profile-usermenu li:hover {
    background-color:#208094;
    color: white;
}
.profile-usermenu li a {
    color: white;
}
.profile-usermenu ul li.active  a{
  color:white;
}
.profile-usermenu ul li.active {
  color:white;
  background-color:#208094;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
  text-decoration-color: white;
}

/* Profile Content */
.profile-content {
  /*padding: 20px;*/
  /*background: #fff;*/
  min-height: 460px;
}
a {
    color: #208094;
    text-decoration: none;
}
 /*for product ?*/
 .help-box {
  display: inline-block;
  box-sizing: border-box;
  color: #25b9d7;
  background-color: #dff5f9;
   height: 16px; 
  width: 16px; 
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #25b9d7;
  cursor: pointer;
  padding: 0;
  margin: 0 5px 2px;
}