﻿

.linebar {
    background-image: url(../img/no_data.png);
    background-repeat: no-repeat;
    background-position: center
}

.Vbar {
    background-image: url(../img/no_data.png);
    background-repeat: no-repeat;
    background-position: center
}

.Hbar {
    background-image: url(../img/no_data.png);
    background-repeat: no-repeat;
    background-position: center
}


/****工作台****/
.panel-heading {
    padding: 0 0 0 10px;
}

.panel-default > .panel-heading {
    background-color: White;
    height: 40px;
    border-top: 4px solid #398cda;
    border-bottom: 1px solid #d6d6d6;
}

.panel-heading i {
    color: #fd9d48;
    font-size: 18px;
    line-height: 40px;
    float: left;
}

.panel-heading kd {
    float: left;
    margin-left: 6px;
    font: 600 16px/40px "微软雅黑";
}

.imag {
    overflow: hidden;
    margin-bottom: 21px;
    height: 111px;
}

    .imag img {
        width: 100%;
        height: auto;
    }

.panel-body ul li {
    height: 33px;
    font: 100 14px/24px "微软雅黑";
}

li .time {
    float: right;
    padding-right: 5px;
    color: #a1a1a1;
}

.attbutton {
    width: 100%;
    padding: 0;
}

.li1, .li2 {
    float: left;
    height: 33px;
    text-align: center;
    font: 100 14px/30px "微软雅黑";
    margin: 3px;
    cursor: pointer;
}

.li1 {
    width: 31.3%;
}

.li2 {
    width: 48%;
}

.attbutton ol li:hover {
    font-weight: bold;
    color: #2c2c2c;
}
/*第一行*/
.HLT_task {
    width: 99.28%;
    height: 150px;
    margin: 3px 3px 15px 3px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
/*当前任务*/
.HLT_task_top {
    width: 100%;
    height: 40px;
    border-top: 4px solid #398cda;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 16px;
}

    .HLT_task_top i {
        color: #fd9d48;
        font-size: 18px;
        line-height: 40px;
        float: left;
    }

    .HLT_task_top p {
        float: left;
        margin-left: 6px;
        font: 600 16px/40px "微软雅黑";
    }

    .HLT_task_top ul {
        margin-top: 12px;
        width: 8%;
        height: 20px;
        float: right;
        margin-bottom: 0;
    }

        .HLT_task_top ul li {
            width: 18px;
            height: 18px;
            display: block;
            float: right;
            font: 100 12px/18px "微软雅黑";
            text-align: center;
            margin-right: 6px;
        }

.HLT_task_nav {
    width: 100%;
    height: 104px;
    padding: 0 4px;
    cursor: pointer;
    overflow: hidden;
}

    .HLT_task_nav .systemManagement {
        width: 120px;
        height: 82px;
        float: left;
        margin: 10px 0 0 14px;
        border: 1px solid #ececec;
        position: relative;
    }

        .HLT_task_nav .systemManagement .num {
            width: 100%;
            height: 45px;
            text-align: center;
            font: 600 18px/40px "微软雅黑";
            color: #f00;
        }

        .HLT_task_nav .systemManagement .text {
            width: 100%;
            height: 36px;
            text-align: center;
            font: 100 14px/43px "微软雅黑";
            color: #fff;
        }

        .HLT_task_nav .systemManagement i {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 2px solid #fff;
            text-align: center;
            line-height: 22px;
            color: #fff;
            top: 32px;
            left: 46px;
        }

/****仪表盘****/
.DashBoard_one {
    width: 100%;
    height: 320px;
}

.topTitle {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dedede;
    background-color: #f0f0f0;
    padding: 0 20px;
}

    .topTitle span {
        font: 600 16px/50px "";
    }

    .topTitle p {
        float: right;
        display: block;
        width: 28px;
        height: 30px;
        margin-top: 10px;
        cursor: pointer;
    }

        .topTitle p img {
            margin-top: 14px;
        }

.DashBoard_one_aa {
    width: 30%;
    height: 97%;
    margin: 3px;
    float: left;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.DashBoard_one_bb {
    width: 68.4%;
    height: 97%;
    margin: 3px 6px 0 0;
    float: right;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.DashBoard_two {
    width: 100%;
    height: 300px;
    margin-top: 8px;
}

.DashBoard_two_aa {
    width: 24.02%;
    height: 97%;
    margin: 0 0 0 1.01%;
    float: left;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.DashBoard {
    position: relative;
    margin: 3px;
    height: 458px;
    background-color: transparent;
    border: 2px solid #08cdee;
    color: white;
    overflow: hidden;
}

    .DashBoard:before {
        position: absolute;
        top: -2px;
        bottom: -2px;
        left: 30px;
        width: calc(100% - 60px);
        content: "";
        border-top: 2px solid #1D4467;
        border-bottom: 2px solid #1D4467;
        z-index: 0;
        opacity: 100%;
        pointer-events: none;
    }

    .DashBoard:after {
        position: absolute;
        top: 30px;
        right: -2px;
        left: -2px;
        height: calc(100% - 60px);
        content: "";
        border-right: 2px solid #1D4467;
        border-left: 2px solid #1D4467;
        z-index: 0;
        opacity: 100%;
        pointer-events: none;
    }

    .DashBoard:hover {
        box-shadow: rgb(11, 234, 235) 0px 0px 20px;
    }

.DashHead {
    background-image: linear-gradient(to right,#273761 5%,transparent 95%);
    padding: 10px;
    font-size: 16px;
}

.DashCell {
    padding: 0px;
    background-image: radial-gradient(transparent 75%,#1D4467);
}

#divBI > ul a {
    color: white;
    background-color: transparent;
}

    #divBI > ul a:hover {
        color: #21d1fd;
    }

#divBI > ul .active a {
    color: #21d1fd;
    outline: none;
}

#divBI > ul a:focus {
    color: #21d1fd;
    outline: none;
}

.DashCell .panel-body {
    padding: 0 !important;
}


#divBI .panel-heading > ul a {
    color: white;
    background-color: transparent;
}

    #divBI .panel-heading > ul a:hover {
        color: #21d1fd;
    }

#divBI .panel-heading > ul .active a {
    color: #21d1fd;
    outline: none;
}

#divBI .panel-heading > ul a:focus {
    color: #21d1fd;
    outline: none;
}
