﻿
.dataTables_filter {
    display: none;
}

#search {
    display: inline-block;
    width: 150px;
}

.table-head {
    text-align: right;
}

div.dataTables_info {
    padding-left: 10px;
    padding-top: 4px;
    display: inline-block;
}

.dataTables_processing {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dataTables_scrollHead {
    background-color: #fff;
}

.dataTables_scrollBody {
    margin-top: -18px;
}

div.bottom {
    margin-top: 5px;
}
@media screen and (max-width:768px) {
    /*登录页面*/
    .law-login-all {
        margin-left: 17px;
        margin-right: 8px;
    }

    .tip {
        padding-left: 20px;
    }

    .law-login-right {
        padding: 0;
    }

    .fl {
        display: none;
    }

    .fr {
        float: none;
    }

    .law-login-bg {
        background: none;
    }

    /*工作台*/
    .logout > a {
        padding: 0 !important;
    }

    .logout {
        display: inline-block !important;
    }

    .link {
        margin-top: 17px;
        display: inline-block !important;
    }

    .title {
        display: none !important;
    }

    .navbar-top-links li:last-child {
        margin-right: 0;
    }

    .webtitle {
        font-size: 14px;
    }

    .navbar-top-links li a {
        min-height: 40px;
    }

    /*企业新闻*/
    #DataTables_Table_0_length {
        display: none;
    }

    #DataTables_Table_0_filter {
        display: none;
    }

    /*#DataTables_Table_0_paginate {
        margin-right: 14px;
    }*/

    table.dataTable thead .sorting::after {
        /*content: "";*/
    }

    #DataTables_Table_0_info {
        display: none;
    }

    div.dataTables_paginate {
        float:none;
    }

    .pagination > li > a {
        margin-bottom: 5px;
    }

    .pagination {
        display: inherit;
        padding-left: revert;
    }

    .pull-right {
        float: none !important;
    }

    .ibox-title h5 {
        display: block;
        float: none;
    }

    .table-head {
        text-align: initial;
    }
}
