﻿.container {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important;
}

select.form-control:not([size]):not([multiple]) {
    height: inherit;
    color:#000;
    font-size:14px;
}

.title-border {
    border-bottom: 1px solid #d2d2d2;
}

    .title-border h5 {
        font-weight: 700;
    }

    .title-border label {
        color: #a0a0a0;
        font-size: 16px;
    }

.search-form .form-control {
    margin: 6px 0;
    width: 121px !important;
    font-size: 14px;
}

.search-form span{
    margin-left:10px;
}


.form-span {
    margin-left: 18px;
}

.serch-button {
    margin: 0 10px;
}

.more-param {
    display: none;
}

.normal:hover {
    text-decoration: none;
}

.btn-clear {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: rgba(0,0,0,.85);
}

    .btn-clear:hover {
        color: #40a9ff;
        background-color: #fff;
        border-color: #40a9ff;
    }

#kkpager span.curr {
    border: 1px solid rgb(6,70,129);
    color: rgb(6,70,129);
}

#kkpager_btn_go_input {
    height: 18px;
}

#kkpager a:hover {
    background-color: rgb(6,70,129);
    border-color: rgb(6,70,129);
}

.bill-tab tr th {
    /*border-top: 0px;*/
    /*background-color: #1784ea;*/
    background: #fafafa;
}

.bill-tab tr:hover td {
    background-color: #e6f7ff;
}

.bill-tab td {
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    clear: both;
}

.ant-badge-status-dot {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 50%;
}

.ant-badge-status-error {
    background-color: #f5222d;
}

.ant-badge-status-success {
    background-color: #52c41a;
}
.ant-badge-status-processing {
    position: relative;
    background-color: #1890ff;
}
.ant-badge-status-default {
    background-color: #d9d9d9;
}
