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: 767px) {
    .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;
    }
    .show-tagger
    {
        display: none;
    }
}
.msg-box
{
    opacity: 0;
}
.payment-data table
{
    width: 100%;
}
.login-section
{
    width: 90%;
}
.login-section .login-main
{
    /*width: 50%;*/
    /*float: left;*/
}
body {
    color:#666;
    /*background:url('{$background}');*/
    background-size:cover;
}
.panel-default
{
    min-height: 600px;
    margin-bottom: 70px;
}
.dayshow
{
    font-size: 10px;
    display: inline-block;
    width: 70px;
    height: 65px;
    text-align: center;
    background-color: #feffef;
    border: 0.55px solid #e2dfd4;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 5px;
}
.dayshow span{
    font-weight: bold;
}
.notleft
{
    color: #999999;
    background-color: #f5f5f5;
}
.hotel-info img
{
    max-width: 100%;
    height: auto;
}

.chname{
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
}
.enname{
    font-size: 1rem;
    color: #e1e1e1;

}
.body_wrap{
    /*background:url("/assets/images/bg_img.gif") repeat;*/
    width: 100%;
    position: fixed;
    top: 0;
    /*height: 105px;*/
    height: 54px;
    overflow: hidden;
    background: #111111;
    z-index: 999;
    /*border-bottom: 5px solid #04305b;*/
}
.header
{
    /*text-align: center;*/
    color: white;
}
.toplog
{
    display: block;
    width: 46px;
    height: 46px;
    margin: 4px 20px 4px 10px;
    float: left;
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
}
.toptitle{
    /*float: left;*/
    height: 100px;
    padding-top: 8px;
    padding-right: 40px;
    overflow: hidden;
}
.toptitle a{
    display:block;
}
@media screen and (min-width: 978px) {

    .sidenav
    {
        transition: 0.3s;
        display: block;
    }
}

@media screen and (max-width: 978px) {

    .toptitle a{
        display: inline-block;
        overflow: hidden;
    }
    .sidenav
    {
        display: none;
    }
}
.toptitle a:hover{
    color: #bdbdbd;
}

.topuser
{
    position: absolute;
    top: 10px;
    right: 10px;
}
footer.footer .copyright
{
    background: #111111;
}
