@blue: #0078d6;

.j-table-operate-view {

    .anticon-delete,
    .anticon-edit {
        color: @blue  !important;
        font-size: 20px !important;
        cursor: pointer;
    }

    .anticon-delete {
        margin-left: 15px !important;
    }
}

.ant-pagination-item {
    border: none !important;
    border-radius: 16px !important;
}

.ant-pagination-options-quick-jumper input {
    border-radius: 16px !important;
}

.ant-pagination {
    .ant-select-selection {
        border-radius: 15px 15px 15px 15px !important;
    }

    .ant-pagination-item:focus,
    .ant-pagination-item:hover,
    .ant-pagination-item-active {
        border-radius: 16px !important;
        background-color: #0078d6;

        a {
            color: #fff !important;
        }
    }
    .anticon:before {
        display: none;
    }
}

.ant-pagination-prev,
.ant-pagination-next {
    min-width: 16px !important;
}

.ant-pagination-options {
    margin-left: 10px !important;
}

.ant-pagination-options-size-changer.ant-select {
    margin-right: 10px !important;
}

.ant-pagination-item-link {
    border: none !important;
}

.ant-table-fixed-right {
    box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.05) !important;
}

.ant-table-fixed-left {
    box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.05) !important;
}

tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
    background: #faf8f8 !important;
}

.ant-table-thead{
    background: #faf9f9;
}

.ant-table-thead>tr>th {
    background: transparent !important;
}


//loading
.jlt-loading {
    border-radius: 50%;
    box-shadow: 0 40px 0 -5px currentcolor;
    position: relative;
    -webkit-animation: jltLoading 0.4s ease-in-out alternate infinite;
    animation: jltLoading 0.4s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    top: -30px;
    color: purple;
    width: 20px;
    height: 20px;
}

.jlt-loading:after,
.jlt-loading:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}

.jlt-loading:before {
    left: 20px;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
    color: #ff6400;
}

.jlt-loading:after {
    right: 20px;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
    color: #0078d6;
}

@-webkit-keyframes jltLoading {
    0% {
        box-shadow: 0 50px 0 -5px currentcolor;
    }

    100% {
        box-shadow: 0 30px 0 -5px currentcolor;
    }
}

@keyframes jltLoading {
    0% {
        box-shadow: 0 50px 0 -5px currentcolor;
    }

    100% {
        box-shadow: 0 30px 0 -5px currentcolor;
    }
}

// 时间选择器样式修改  phillip

.ant-calendar-date {
    border-radius: 50% !important;
}
