.treeview-menu { display: none; }
.treeview-open .treeview-menu { display: block; }
h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 115px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
.container-user	{
	width: 1480px;
	margin: auto;
}
.onezon-login-top{height:100px;line-height:100px;width:100%}
.navbar-brand{margin-top:10px;  height: 50px;}
.navbar-brand img{margin-top:0px; }
.onezon-login-top span{border-left: 1px solid #E4E9F2;}
.onezon-login-top .txt{padding:0px  20px}
.navbar-header{font-size:28px; }
.onezon-login-top-right{margin-top:40px}
.onezon-login-top-right a{padding:10px 20px; background:#0066ff; color:#fff;}
.onezen-login-footer{width:100%;text-align:center;font-size:12px; color:#8f9bb2;}
.onezen-login-footer a{width:100%;color:#8f9bb2;}
.btn-captcha{height:40px;line-height:30px;}
.msgbox{width:600px; margin:50px auto;text-align:center; border:6px solid #e4f1ff;font-size:12px}
.msgbox dl{border:1px solid #88abc9; padding:2px}
.msgbox dl dt{height:28px; line-height:28px; background:#0069d4; color:#fff}
.msgbox dl .msg{padding:25px 0 20px 0}
.msgbox dl .jump{padding:0 0 30px 0}
.zonkvm-left-0001{background:#ff7200;color:#fff;margin-right:5px;padding:2px 5px;font-size:12px;border-radius: 4px;}
.zonkvm-left-0002{background:#006cb7;color:#fff;margin-right:5px;padding:2px 5px;font-size:12px;border-radius: 4px;}
@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 */