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: 120px;
    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";
}
.navbar{
    background:#FFFFFF;
    min-height:80px;
    padding-top:5px;
    margin-bottom:0;
}
.mainzhaobox{
    padding:20px;
    border-right:1px solid #eee;
    background:#f5f5f5;
}
.title-l {
    padding: 0 0 0 10px;
    border-left: 5px solid #3E87C4;
    line-height: 1em;
    font-size: 28px;
    font-weight: bold;
    color: #3E87C4;
    margin-bottom: 20px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mainzhaobox ul > li{
    margin-bottom: 4px;
}
.mainzhaobox ul > li a {
    display: block;
    padding: 18px 20px;
    color: #333;
    line-height: 1em;
    opacity: .8;
    background: #CECECE;
}
.mainzhaobox ul > li a.on{
    background: #3E87C4;
    color:#FFF;
}
.mainbox{
    background: url(/assets/img/backage.jpg)!important;
}

footer {
    background-color:#00438B!important;
}
footer.footer .copyright{
    background-color:#00438B!important;
}
.content{
        padding-top:35px!important;
    }
.weblogo{
    display: inline-block;height:45px;
}
.login-section{
    width:700px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -230px;
    margin-left: -350px;
}
.sidenav{
   height: calc(100vh - 205px); 
}
.panel-default{
  min-height: calc(100vh - 205px); 
}
@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    
    .weblogo{
        display: inline-block;height:32px;
    }
    
    .login-section{
        width:100%;
        position:absolute;
        left:0;
        top:30%;
        margin:0px;
    }
}
ul.dropdown-menu {
    min-width:160px!important;
}
.navbar-right {
    margin-top:5px;
}

.coverbox{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    opacity: 0.8;
  }

 .md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-content {
    color: #fff;
    background: #e74c3c;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    opacity: 1;
}
.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0,0,0,0.5);
    border-radius: 3px 3px 0 0;
}
.md-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}
.md-content button {
    border: none;
    padding: 0.6em 1.2em;
    background: #c0392b;
    color: #fff;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 3px 2px;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}
.md-show {
    visibility: visible;
}

.badge{
    background:#ff0000;
    margin-top:-1px;
}
/*# sourceMappingURL=user.css.map */