﻿
.panel-body-dt {
    padding: 0 15px;
}

#dt-bottom, #dt-bottom-min {
    height: auto;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.dataTables_length {
    font-size: 12px;
}

.dataTables_length label {
    margin-bottom: 0 !important;
}

.dataTables_length label select {
    width: 55px !important;
    height: 25px !important;
    padding: 0 5px !important;
}

.dataTables_info {
    line-height: unset !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    height: auto;
    text-align: right;
}
.pagination{
    display: block;
    float: right;
    margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_paginate .pagination a {
    height: auto !important;
    padding: 0 !important;
    margin: 0 6px;
    line-height: unset !important;
    text-align: center !important;
    border: none !important;
    font-size: 12px !important;
    min-width: 0 !important;
}

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus {
    color: #1b72e2;
    background-color: #fff !important;
}

div.dataTables_wrapper div.dataTables_paginate .pagination>.active>a {
    background: #fff !important;
    color: #5d9cec !important;
    font-weight: 700;
    text-decoration: underline;
}

div.dataTables_paginate li.first a:before, div.dataTables_paginate li.previous a:before {
    position: absolute;
    top: 0px;
    left: 8px;
    display: none;
    font-family: 'FontAwesome';
}

div.dataTables_paginate li.next a:after, div.dataTables_paginate li.last a:after {
    position: absolute;
    top: 0px;
    right: 8px;
    display: none;
    font-family: 'FontAwesome';
}

#dt_top .dataTables_paginate, #dt-bottom-min .dataTables_paginate {
    text-align: right;
}

#dt_top_info .dataTables_info, #dt-bottom-min .dataTables_info {
    text-align: left;
}

.dataTables_scrollBody {
    min-height: 100px;
}

.panel .dataTables_wrapper {
    position: relative;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 35px;
    bottom: 39px;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    padding: 0;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    background-color: #fff;
    z-index: 999;
}

.dataLoading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
}

.dataLoading-container .weui-loading {
    margin-top: -4px;
    margin-right: 5px;
}
