﻿
/*修改系统默认样式*/

* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    font-size: 13px;
}

svg * {
    user-select: none;
}

textarea {
    resize: none;
}

dialog-window {
    position: absolute;
    left: -9999px;
    background-color: white;
    height: 0px;
    overflow: hidden;
}

select:hover, button:hover, input[type=checkbox]:hover, input[type=radio]:hover {
    cursor: pointer;
}

body {
    padding-bottom: 100px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: white;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

input, button, select {
    outline: none;
}

.hkj-copyright {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0px;
    right: 0px;
}


/*默认对话框的样式*/
.hkj-dialog {
    position: relative;
    padding: 20px;
}

.hkj-dialog-h1 {
    margin-top: -5px;
    margin-bottom: 15px;
}

.hkj-dialog-listbox {
    overflow: auto;
    border: 1px solid black;
}

    .hkj-dialog-listbox > ul {
        padding: 5px 15px;
    }

        .hkj-dialog-listbox > ul > li {
            margin: 2px;
        }



.hkj-dialog .row {
    position: relative;
    margin-bottom: 10px;
}

.hkj-dialog-btn {
    height: 25px;
    line-height: 25px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    box-shadow: 1px 1px 3px 0px #eee;
}

    .hkj-dialog-btn.primary {
        border-color: #1E9FFF;
        background-color: #1E9FFF;
        color: #fff;
        background-color: #03a9de;
    }

    .hkj-dialog-btn:hover {
        opacity: 0.8;
        cursor: pointer;
    }




.hkj-query-form {
    background-color: #eee;
}

.hkj-form-group {
    margin-bottom: 5px;
}

.hkj-form {
    padding: 8px;
}

    .hkj-form .row {
        margin-bottom: 5px;
    }

    .hkj-form ul {
        overflow: hidden;
    }

        .hkj-form ul > li {
            float: left;
            margin: 3px 5px;
        }

.hkj-form-control {
    height: 24px;
    margin: 0 auto;
    line-height: 24px;
    padding: 0px 10px;
    border: 1px solid #666;
    color: #333;
    border-radius: 5px;
}

input[type=checkbox].hkj-form-control {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 12px;
}

.hkj-easyui-text {
    display: inline-block;
    width: 100%;
    height: 21px;
    line-height: 21px;
    padding-left: 5px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #95B8E7;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .hkj-easyui-text:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }



input.hkj-form-control {
    width: 150px;
}


select.hkj-form-control {
    height: 26px;
    line-height: 26px;
    padding-right: 0px;
    min-width: 100px;
}

/*button.hkj-form-control {
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    border: none;
    padding: 0px 15px;
    background-color: #646d7e;
    box-shadow: 1px 1px 3px 0px #666666;
}

    button.hkj-form-control:hover {
        background-color: #eeeeee;
        color: #646d7e;
    }*/

button.hkj-form-control {
    height: 26px;
    line-height: 27px;
    color: #ffffff;
    border: none;
    padding: 0px 15px;
    background-color: #58585b;
    /*border-radius: 0.8em;*/
    box-shadow: 1px 1px 2px 0px #666666;
}

    button.hkj-form-control:hover {
        /*border-radius: 0.8em;*/
        box-shadow: 1px 1px 3px 0px #666666;
        background-color: #03a9de;
    }

    button.hkj-form-control:active {
        color: black;
    }

.hkj-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
}

.hkj-hidden {
    height: 0px;
    overflow: hidden;
}




.hkj-btn {
    color: #fff;
    padding: 2px 15px;
    background-color: #646d7e;
    border-width: 0;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px #666666;
}

    .hkj-btn:hover {
        color: #EFC;
    }

.hkj-btn-default {
}

.hkj-btn-primary {
    background-color: rgb(3, 169, 222);
}



.hkj-center {
    text-align: center;
}

.hkj-text-center {
    text-align: center;
}

.hkj-text-left {
    text-align: left;
}

.hkj-text-right {
    text-align: right;
}


.hkj-control-label {
    display: inline-block;
    color: black;
    width: 80px;
    text-align: left;
}

.hkj-absolute-full {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}


.hkj-btn-edit {
    padding: 2px 10px;
    border: 0px;
    color: #ffffff;
    background-color: #58585b;
    font-size: 0.85em;
    border-radius: 0.8em;
    box-shadow: 0px 0px 1px 0px #369ea5;
}

    .hkj-btn-edit:hover {
        border-radius: 0.8em;
        box-shadow: 1px 1px 3px 0px #666666;
        background-color: #03a9de;
    }

    .hkj-btn-edit:active {
        color: black;
    }



.hkj-checkbox {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    height: 1em;
    width: 1em;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    vertical-align: middle;
}

    .hkj-checkbox > .checkbox {
        position: absolute;
        left: -999px;
    }

    .hkj-checkbox > .strike {
        position: absolute;
        display: none;
        line-height: 0;
        height: 1em;
        width: 1em;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hkj-checkbox > .checkbox:checked + .strike {
        display: inline-block;
    }


/* ******************************************* Home Page ********************************************** */


/*页面头*/
.hkj-head {
    position: relative;
    height: 50px;
}

.hkj-head-logo {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 250px;
    background-color: #2a2e34;
}

    .hkj-head-logo > div {
        height: 100%;
        background-image: url(/Images/Logo.png);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }


.hkj-head-menu {
    position: absolute;
    top: 0px;
    right: 220px;
    bottom: 0px;
    left: 250px;
    background-color: #03a9de;
    overflow: hidden;
}

    .hkj-head-menu table {
        width: 100%;
        height: 50px;
        border-collapse: collapse;
        background: #03a9de;
        table-layout: fixed;
    }

        .hkj-head-menu table td {
            color: white;
            font-size: 15px;
            text-align: center;
        }

            .hkj-head-menu table td.selected {
                background-color: #007bbc;
            }

            .hkj-head-menu table td:hover {
                cursor: pointer;
                background-color: #007bbc;
            }

    .hkj-head-menu ul {
        overflow: hidden;
    }

        .hkj-head-menu ul > li {
            float: left;
            width: 200px;
            color: white;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }

            .hkj-head-menu ul > li.selected {
                background-color: #007bbc;
            }

            .hkj-head-menu ul > li:hover {
                background-color: #007bbc;
                cursor: pointer;
            }


.hkj-head-logout {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #03a9de;
    text-align: right;
}

    .hkj-head-logout ul > li {
        padding: 0px 10px;
        display: inline-block;
    }

    .hkj-head-logout img {
        display: inline-block;
        height: 28px;
        width: 28px;
        vertical-align: middle;
    }

    .hkj-head-logout .cabinet {
        height: 25px;
        width: 25px;
    }

        .hkj-head-logout img:hover {
            cursor: pointer;
            opacity: 0.5;
            background: #03A9E5;
        }


.khj-iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: auto;
}


/*页面主体*/
.hkj-main {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 40px;
}


    /* 左侧栏 */
    .hkj-main #panel01 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 250px;
        color: white;
        background: #2a2e34;
    }

        .hkj-main #panel01 .user {
            height: 50px;
            line-height: 50px;
            background-color: #383f48;
            text-align: center;
        }

            .hkj-main #panel01 .user > img {
                vertical-align: middle;
            }

            .hkj-main #panel01 .user > a {
                color: white;
            }

        .hkj-main #panel01 .tree {
            position: absolute;
            top: 50px;
            left: 0px;
            right: 0px;
            bottom: 50px;
            overflow: auto;
        }

            .hkj-main #panel01 .tree a {
                font-size: 13px;
                display: block;
                padding-left: 15px;
                color: white;
            }

                .hkj-main #panel01 .tree a[data-level='1'] {
                    padding-left: 10px;
                }

                .hkj-main #panel01 .tree a[data-level='2'] {
                    padding-left: 20px;
                }

                .hkj-main #panel01 .tree a.haschild:before {
                    background-position: -32px 0 !important;
                }

                .hkj-main #panel01 .tree a.haschild.downlist:before {
                    background-position: -50px 0 !important;
                }

                .hkj-main #panel01 .tree a.downlist:before {
                    background-position: -20px 0;
                }

                .hkj-main #panel01 .tree a:before {
                    display: inline-block;
                    content: '';
                    width: 16px;
                    height: 16px;
                    background: url(/Images/tree_icons.png) no-repeat 0px 0px;
                }

                .hkj-main #panel01 .tree a:hover {
                    color: #000;
                    background: #eaf2ff;
                }

                .hkj-main #panel01 .tree a.selected {
                    color: black;
                    background: white;
                }

        

        .hkj-main #panel01 .edit {
            position: absolute;
            bottom: 0px;
            height: 50px;
            left: 0px;
            right: 0px;
        }

            .hkj-main #panel01 .edit > ul > li {
                display: inline-block;
                width: 33.33%;
                float: left;
                text-align: center;
                margin: 6px 0px;
            }

                .hkj-main #panel01 .edit > ul > li:hover {
                    cursor: pointer;
                    background: #646d7e;
                }

            .hkj-main #panel01 .edit img {
                width: 24px;
                height: 24px;
                padding: 7px 0px;
            }


    /* 中间栏 */

    .hkj-main #panel02 {
        position: absolute;
        top: 0px;
        left: 250px;
        right: 220px;
        bottom: 0px;
    }

        .hkj-main #panel02 menu table {
            width: 100%;
            height: 51px;
            border-collapse: collapse;
            font-size: 15px;
            color: white;
            background: #03a9de;
        }

            .hkj-main #panel02 menu table td {
                width: 20%;
                font-size: 15px;
                text-align: center;
                white-space: nowrap;
            }

                .hkj-main #panel02 menu table td:hover {
                    cursor: pointer;
                    background: #007bbc;
                }

                .hkj-main #panel02 menu table td.selected {
                    background: #007bbc;
                }

        .hkj-main #panel02 iframe {
            width: 100%;
            height: 100%;
            border: 0px;
            /*background: #eaf2ff;*/
            overflow: auto;
        }


    /* 右侧栏 */
    .hkj-main #panel03 {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 220px;
        background: #eeeeee;
    }

        .hkj-main #panel03 .title {
            text-align: right;
            padding: 0px 5px;
            height: 50px;
            line-height: 50px;
            background: #03a9de;
            font-size: 0px;
        }

            .hkj-main #panel03 .title > ul > li {
                padding: 0px 10px;
                display: inline-block;
            }

            .hkj-main #panel03 .title img {
                display: inline-block;
                height: 28px;
                width: 28px;
                vertical-align: middle;
            }

                .hkj-main #panel03 .title img:hover {
                    cursor: pointer;
                    opacity: 0.5;
                    background: #03A9E5;
                }


        .hkj-main #panel03 .alarm {
        }

            .hkj-main #panel03 .alarm > .alarm-title {
                height: 50px;
                background-image: url('../../Images/alarm.png');
                background-size: 60%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .hkj-main #panel03 .alarm > .alarm-content {
                position: absolute;
                top: 50px;
                right: 0px;
                bottom: 0px;
                left: 0px;
                overflow: auto;
            }

                .hkj-main #panel03 .alarm > .alarm-content ul > li {
                    margin-bottom: 10px;
                    padding: 10px 12px;
                     font-size: 12px;
                    cursor: pointer; 
                }
                .alarm-content1{
                    margin-bottom: 10px;
                    padding: 10px 12px;
                    color: white;
                    font-size: 12px;
                    cursor: pointer;
                    background-color: #ea503c;
                }
                .alarm-LJcontent{
                    margin-bottom: 10px;
                    padding: 10px 12px;
                    color: black;
                    font-size: 12px;
                    cursor: pointer;
                    background-color: #f5f10b;
                }



/*页面底部*/
.hkj-foot {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 15px;
    background-color: #2a2e34;
}


.on-device .hkj-main #panel03 {
    width: 150px !important;
}

.on-device .hkj-main #panel02 {
    right: 150px !important;
}

.on-device [id|='echart-dialog-window'] > .layui-layer {
    transform:scale(0.65);
}

/* ***************************************** Home Page End ************************************************ */










/* ******************************************* Monitor Page ********************************************** */



.hkj-monitor-menu {
    color: white;
    background: #2a2e34;
    overflow: hidden;
}

    .hkj-monitor-menu ul > li {
        width: 14.285%;
        height: 50px;
        line-height: 50px;
        float: left;
        text-align: center;
        color: white;
        white-space: nowrap;
        min-width: 120px;
    }

        .hkj-monitor-menu ul > li:hover {
            cursor: pointer;
            background: #646d7e;
        }

        .hkj-monitor-menu ul > li.selected {
            background: #646d7e;
        }


.hkj-monitor-main {
}

    .hkj-monitor-main .monitor-content > section {
        display: none;
    }

        .hkj-monitor-main .monitor-content > section.selected {
            display: block;
        }

    .hkj-monitor-main .content-shade{
        position:relative;
    }

    .hkj-monitor-main .content-shade::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.8);
    }

    .hkj-monitor-main .monitor-content button {
        display: none;
    }


echart-graphic .graphic-title {
    position: relative;
    padding: 0 80px 0 20px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    background-color: #03a9de;
    color: white;
}

    echart-graphic .graphic-title > ul {
        display: inline-block;
        position: absolute;
        right: 60px;
    }

        echart-graphic .graphic-title > ul > li {
            display: inline-block;
            margin: 0px 5px;
            cursor: pointer;
        }

echart-graphic .graphic-close {
    content: '';
    position: absolute;
    right: 10px;
    height: 16px;
    width: 16px;
    top: 8px;
    background-image: url(../Content/layer/theme/default/icon.png);
    background-repeat: no-repeat;
    background-position: 1px -40px;
    cursor: pointer;
}

    echart-graphic .graphic-close:hover {
        opacity: .7;
    }

echart-graphic .graphic-head {
    background-color: #eee;
    text-align: center;
    padding: 8px;
}

echart-graphic .graphic-main {
    height: 300px;
    padding: 0px 10px;
    overflow: hidden;
}

echart-graphic .graphic-main-wdsd {
    height: 700px;
    padding: 0px 10px;
    overflow: hidden;
}


/* ******************************************* Monitor Page End ********************************************** */












.hkj-color-blue {
    color: #03a9de;
}

.hkj-color-red {
    color: red;
}

.hkj-bgcolor-gray {
    background-color: #eee;
}

.hkj-bgcolor-white {
    background-color: white;
}



.hkj-width-sm {
    width: 80px;
}

.hkj-width-md {
    width: 100px;
}

.hkj-width-lg {
    width: 120px;
}









.hkj-title-image {
    height: 50px;
    margin: 15px 22px;
    overflow: hidden;
    text-indent: -100%;
    background-repeat: no-repeat;
}

.hkj-table {
    width: 100%;
    font-size: 13px;
    background: white;
    border-collapse: collapse;
    table-layout: fixed;
}

    .hkj-table tr:nth-child(even) > td:nth-child(even) {
        background: #eee;
    }

    .hkj-table tr:nth-child(odd) > td:nth-child(odd) {
        background: #eee;
    }

    .hkj-table td {
        text-align: center;
        padding: 9px 2px;
        /*border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;*/
        /*border:1px solid #eee;*/
    }

        .hkj-table td.gray {
            background-color: #eee !important;
        }

        .hkj-table td.white {
            background-color: white !important;
        }

        .hkj-table td.left {
            text-align: left;
        }

        .hkj-table td a {
            display: inline-block;
            padding: 1px 10px;
            color: white;
            background: #646d7e;
        }

            .hkj-table td a.input {
                background: #5a8ea4;
                /*background: #359cc8;*/
                background: #4a93b3;
            }

        .hkj-table td button {
            font-size: 12px;
            color: white;
            background-color: rgb(100, 109, 126);
            cursor: pointer;
            box-shadow: rgb(102, 102, 102) 1px 1px 3px 0px;
            padding: 2px 10px;
            margin: 2px 2px;
            border: none;
            border-radius: 10px;
        }

            .hkj-table td button.rename {
                background: #03a9de;
            }

        .hkj-table td span {
            display: inline-block;
            color: #03a9de;
            text-align: center;
        }

        .hkj-table td > ul {
            width: 100%;
            font-size: 0px;
        }

            .hkj-table td > ul > li {
                display: inline-block;
                width: 45%;
            }



.hkj_pagination {
    overflow: hidden;
    clear: both;
    display: inline-block;
}

    .hkj_pagination li {
        float: left;
        margin: 0px 5px;
    }

        .hkj_pagination li > a {
            display: inline-block;
            text-align: center;
            height: 30px;
            line-height: 30px;
            width: 30px;
            background-color: #eee;
        }

            .hkj_pagination li > a.selected {
                color: white;
                background-color: #383F48
            }

            .hkj_pagination li > a:hover {
                color: white;
                background-color: #383F48
            }



.hkj_triangle_left {
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #eee;
}

.hkj_triangle_right {
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #eee;
}



/*告警弹框*/
.hkj-alarm-code {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .hkj-alarm-code tr th:nth-child(1) {
        background-color: #2a2e34;
        color: #ffffff;
    }

    .hkj-alarm-code tr th:nth-child(2) {
        background-color: #646d7e;
        color: #ffffff;
        width: 50%;
    }

    .hkj-alarm-code tr th:nth-child(3) {
        background-color: #646d7e;
        color: #ffffff;
        width: 50%;
    }

    .hkj-alarm-code tr td:nth-child(1) {
        background-color: #646d7e;
        color: #ffffff;
        padding-left: 5px;
        max-width: 60px;
    }

    .hkj-alarm-code tr td:nth-child(2) {
        background-color: #eeeeee;
        color: #58585b;
        text-align: center;
    }

    .hkj-alarm-code tr td:nth-child(3) {
        background-color: #ffffff;
        color: #58585b;
        text-align: center;
    }

    .hkj-alarm-code td, .hkj-alarm-code th {
        border: 1px solid #646d7e;
        padding: 2px 8px;
    }





/*客户统计*/
.hkj-stats-panel {
    border: 1px solid #e0e0e0;
    margin: 10px 0px;
    padding: 2px 0px;
}

    .hkj-stats-panel nav {
        overflow: hidden;
        background: #e0e0e0;
    }

        .hkj-stats-panel nav li {
            float: left;
            margin: 8px 20px;
        }

        .hkj-stats-panel nav img {
            width: 16px;
            height: 16px;
        }

            .hkj-stats-panel nav img:hover {
                cursor: pointer;
            }

        .hkj-stats-panel nav a.link {
            display: inline-block;
            padding: 2px 15px;
            margin: 0px 8px;
            color: white;
            background-color: #646d7e;
            text-align: center;
            text-decoration: none;
        }

            .hkj-stats-panel nav a.link:hover {
                background-color: #c7d1d6;
            }


    .hkj-stats-panel .content {
        display: none;
        margin: 10px 20px;
        color: #646d7e;
        color: black;
    }

        .hkj-stats-panel .content table {
            margin-left: 50px;
        }

            .hkj-stats-panel .content table td {
                white-space: nowrap;
                width: 120px;
                padding: 5px 0px;
            }






/*登陆*/
.hkj-login-page {
    height: 100%;
    background: url('../../Images/loginbackground.jpg') no-repeat;
    background-size: 100% 100%;
}

    .hkj-login-page form {
        position: absolute;
        right: 12%;
        top: 20%;
        height: 343px;
        width: 511px;
        background: url('../../Images/Loginform.png') no-repeat;
    }

        .hkj-login-page form input {
            width: 195px;
            height: 45px;
            border-width: 0;
            background-color: transparent;
            outline: none;
            padding-left: 8px;
        }

        .hkj-login-page form .username {
            position: absolute;
            top: 100px;
            left: 175px;
        }

        .hkj-login-page form .password {
            position: absolute;
            top: 165px;
            left: 175px;
        }

        .hkj-login-page form button {
            position: absolute;
            top: 238px;
            left: 127px;
            width: 252px;
            height: 47px;
            border: none;
            color: white;
            background-color: #03a9de;
        }

            .hkj-login-page form button:hover {
                cursor: pointer;
                color: black;
                background-color: #eeeeee;
            }






i.layui-layer-TipsR {
    top: 0px !important;
    transform: rotate(40deg);
}

.layui-layer-tips .layui-layer-content {
    min-width: 180px !important;
    min-height:44px !important;
}





.ui-datepicker-prev:hover {
    cursor: pointer;
}

.ui-datepicker-next:hover {
    cursor: pointer;
}





/*插件修改*/
/*table.dataTable thead tr {
    background-color: #eeeeee !important;
}

.dataTables_wrapper .dataTables_length {
    display: none !important;
}

.dataTables_wrapper .dataTable {
    width: 100% !important;
    border-collapse:collapse !important;
}*/


table.dataTable thead tr {
    background: #646d7e !important;
    color: white !important;
}

    table.dataTable thead tr th {
        font-weight: normal !important;
    }

table.dataTable tbody tr td {
    font-weight: normal !important;
}

table.dataTable tbody tr:hover {
    background-color: white !important;
}

table.dataTable tr {
    background-color: rgb(238, 238, 238) !important;
    background-color: rgb(245, 245, 245) !important;
}

table.dataTable {
    border: 1px solid black !important;
    border-collapse: collapse !important;
    width: 100% !important;
    width: calc(100% - 1px) !important;
}

    table.dataTable thead tr th, table.dataTable tbody tr td {
        padding: 3px 4px !important;
    }

    table.dataTable thead tr th {
        padding: 5px 4px !important;
    }




.dataTables_wrapper {
    background-color: #646d7e !important;
}


    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0px !important;
    }


        .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
            color: black !important;
            background-color: white !important;
            padding: 0px 3px !important;
        }



    .dataTables_wrapper .dataTables_length {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 5px;
        color: white !important;
    }


    .dataTables_wrapper .dataTables_info {
        color: white !important;
        padding: 5px 4px !important;
    }


    .dataTables_wrapper .dataTables_paginate {
        padding: 5px 4px !important;
        margin-right: 150px;
    }





.panel.combo-p {
    z-index: 100000000 !important;
}

.textbox.combo.datebox {
    width: 125px !important;
    height: 21px !important;
}






.hkj-layer-section {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}


.hkj-layer-content{
  padding:20px;
  padding-top:50px;
}

.hkj-layer-footer{
    position:absolute;
    bottom:20px;
    right:20px;
}

.hkj-layer-select {
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #333;
    border: 1px solid #666;
    border-radius:5px;
}



.hkj-layer-button {
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border-radius: 5px;
    border: none;
    outline: none;
}

        .hkj-layer-button:hover {
            opacity: .9;
        }

        .hkj-layer-button:active {
            opacity: .8;
        }

.hkj-layer-button.btn0 {
    border-color: #1E9FFF;
    color: #fff;
    background-color: #03a9de;
}





@keyframes dots {
    0% {
        content: '';
    }

    20% {
        content: '.';
    }

    40% {
        content: '..';
    }

    60% {
        content: '...';
    }

    80% {
        content: '....';
    }

    100% {
        content: '.....';
    }
}