.house-name-label{
  font-size: 18px;
  font-weight: bold;
}

.house-name{
  color: rgb(7, 175, 88);
}

h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}

.user-baseinfo {
  margin-bottom: 25px;
}

.user-baseinfo table tr td {
  color: #999;
}

@media (min-width: 992px) {

  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }

  .user-center .avatar-img {
    font-size: 0;
  }

  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}

.sidebar-toggle {
  display: none;
}

@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}

body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}

body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

/*# sourceMappingURL=user.css.map */

/*panel扩展描述样式*/
.panel-default {
  padding: 0;
}

.panel-intro {
  margin-bottom: 0;
  border: none;
}

.panel-intro>.panel-heading {
  padding: 15px;
  padding-bottom: 0;
  background: #e8edf0;
  border-color: #e8edf0;
  position: relative;
}

.panel-intro>.panel-heading .panel-lead {
  margin-bottom: 15px;
}

.panel-intro>.panel-heading .panel-lead em {
  display: block;
  font-weight: bold;
  font-style: normal;
}

.panel-intro>.panel-heading .panel-title {
  height: 25px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-intro>.panel-heading .panel-control {
  height: 42px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.panel-intro>.panel-heading .panel-control .fa {
  font-size: 14px;
}

.panel-intro>.panel-heading .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}

.panel-intro>.panel-heading .nav-tabs>li>a {
  margin-right: 4px;
  color: #95a5a6;
  background-color: #d8e0e6;
  border: 1px solid #e8edf0;
  border-bottom-color: transparent;
  padding: 10px;
  padding-bottom: 2px;
  border-top-left-radius: 25%;
  border-top-right-radius: 25%;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel-intro>.panel-heading .nav-tabs>li>a:hover,
.panel-intro>.panel-heading .nav-tabs>li>a:focus {
  border: 1px solid #e8edf0;
  color: #7b8a8b;
  background-color: #c9d4dc;
}

.panel-intro>.panel-heading .nav-tabs>li.active>a,
.panel-intro>.panel-heading .nav-tabs>li.active>a:hover,
.panel-intro>.panel-heading .nav-tabs>li.active>a:focus {
  color: #7b8a8b;
  background-color: #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}

@media (max-width: 768px) {
  .panel-intro>.panel-heading .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: -1px;
  }

  .panel-intro>.panel-heading .nav-tabs>li {
    display: inline-block;
    float: none;
  }
}