
/*login css 新加*/
.login-box .toolbar > div:first-child > .footer-white{
    color:#fff;
}
#but_login{
    border-radius: 6px;
}


/*header css*/
.header-ul > li{
    height: 52px;
    line-height: 52px;
    border-left: none;
}
.ace-nav>li>a {
    background-color: #438eb9;
}
/*.ace-nav>li.green>a{*/
    /*background-color: #438eb9;*/
/*}*/
.ui_close{
    outline: none;!important;
}
/*公共字体颜色*/
.panel-title{
    color: #1963aa;
}

/*隐藏*/
#btn-scroll-up{
    display: none;
}

/* a outline css*/
a:focus{
    outline: none;
}

.table-content{
    width: 100%;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
.table-message{
    margin-top: 10px;
    border-collapse: collapse;
}
.table-message tr td{
    width: 80px;
    height: 40px;
    text-align: center;
    border: 1px solid #D7D7D7;
}
.table-message tr .table-cell{
    /*margin: 0 auto;*/
    width: 50px;
    line-height: 28px;
}
.table-next{
    margin-top: 0px;
    border-collapse: collapse;
}
.table-next tr td{
    width: 80px;
    height: 40px;
    text-align: center;
}
.table-next tr .table-cell{
    /*margin: 0 auto;*/
    width: 50px;
    line-height: 28px;
}