﻿.table > :not(:first-child) {
    border-top:none;
}
tbody tr.active td {
    background-color: rgba(30, 144, 255,.025);
}

.table-search .date {
    width: 180px;
    background-image: url('/imgs/icon/icon-date.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 155px center;
}

.table-search {
    float: left;
}

.table-ops button {
    width: auto;
    border: none !important;
    background: #91C769;
    color: #fff;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    min-width: 180px;
    padding: 0 20px;
    border-radius: 5px;
    vertical-align:top;
    margin-right:5px;
    margin-bottom:15px;
}

.table-ops {
    float: left;
}

.table-box {
    position: relative;
}

table {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-spacing: 0;
    border-bottom: none;
}

th:last-child {
    border-right: none;
}

th {
    background: #F5F5F5;
    text-align: left;
    padding: 12px 12px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

td:last-child {
    border-right: none;
}


td a:after {
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    right: 0;
    background: #ddd;
    top: 6.5px;
}

td a:last-child:after {
    content: none;
}

td a {
    display: inline-block;
    border-radius: 5px;
    padding: 0 7px;
    line-height: 24px;
    position: relative;
}

td {
    background: #fff;
    text-align: left;
    padding: 12px 12px;
    border: none;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    color: #666;
    max-width: 600px;
}

table tr td:nth-child(1) {
    white-space: nowrap;
}

.page * {
    user-select: none;
}

.page a {
    display: inline-block;
    width: 36px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #E8E8E8;
    color: #666;
    border-radius: 5px;
}

.page .item {
    margin: 0 3px;
}

.page .disable {
    color: #999 !important;
}

.page .last, .page .next {
    width: 80px;
    margin: 0 1px;
}

.page .active {
    background: #0094ff;
    color: #fff !important;
}

.page .page-total {
    display: inline-block;
    float: left;
    line-height: 32px;
}

.page .page-jump {
    display: inline-block;
    line-height: 32px;
}

.page select {
    text-align: center;
    height: 24px;
    padding: 0 5px;
    margin-bottom: 0;
}

.page input {
    margin: 0;
    height: 32px;
    width: 40px;
    text-align: center;
}

.page {
    text-align: right;
    margin: 20px auto;
    margin-bottom: 40px;
}