﻿/*全局*/
        body{
            font-family:"幼圆";
            font-size:13px;
        }
        input,textarea{
            background-color:rgba(242, 242, 242, 1);
            border:1px solid #ccc;
        }
        input{
            height:21px;
        }
        input:hover,textarea:hover{
            border-color:rgba(43, 145, 62, 1);
        }
        #timesheet,#query,#statistics,#project_task,#personal_development{
            margin:0 0 0 20px;
        }
        #statistics_container{
            margin-left:-20px;
        }
        #mask{
            opacity: 0.7;
			position: absolute;
			top: 0;
            left:0;
			z-index: 1;
			background-color: #777;
			filter: alpha(opacity=60);
			-moz-opacity:0.7; 
			-khtml-opacity:0.7;
        }
        textarea{
            width:250px;
            height:80px;
        }
        .button{
            width:90px;
            height:25px;
            border-radius:2px;
            border:1px solid #ccc;
        }
        .button:hover{
            background-color:rgba(31, 40, 51, 1);
            color:white;
        }
        .title{
            margin:10px 0 5px 0;
        }
        .blank{
            height:20px;
        }
        .text{
            width:500px;
            height:90px;
            margin:5px 0 5px 0;
        }
        .text div{
            float:left;
        }
        .innertext{
            width:500px;
            height:90px;
        }
        .innertext div{
            float:left;
        }
        .block{
            width:460px;
            height:25px;
            margin:5px 0 5px 0;
            overflow:hidden;
        }
        .block div{
            float:left;
        }
        .innerblock{
            width:460px;
            height:25px;
            margin:5px 0 5px 0;
            overflow:hidden;
        }
        .innerblock div{
            float:left;
        }
        .operation{
            width:500px;
            height:35px;
            overflow:hidden;
        }
        .operation div{
            float:left;
        }
        .query{
            width:650px;
            height:40px;
            margin:5px 0 5px 0;
        }
        .query div{
            float:left;
            margin-right:30px;
            text-align:center;
        }
        .name{
            width:120px;
            text-align:center;
            line-height:20px;
            text-align:justify;
            text-justify:inter-ideograph;
        }
        .content{
            padding-top:0;
            width:300px;
        }
        .project_operation{
            width:550px;
            height:25px;
            margin:0 0 15px 0;
            overflow:hidden;
        }
        .task_operation{
            width:550px;
            height:25px;
            margin:0 0 15px 0;
            overflow:hidden;
        }
        .u_task_operation{
            width:550px;
            height:25px;
            margin:0 0 15px 0;
            overflow:hidden;
        }
        .filter{
            width:400px;
            height:25px;
            overflow:hidden;
            float:left;
        }
        .filter_name{
            width:80px;
            height:25px;
            float:left;
            line-height:25px;
        }
        .filter ul{
            margin:0;
            padding-left:0;
        }
        .filter li{
            list-style:none;
            float:left;
            margin-right:10px;
        }
        .checkbox{
            vertical-align:middle;
        }
        .create{
            width:120px;
            height:25px;
            float:right;
        }
        #u_task_create{
            width:110px;
        }

        /*隐藏项*/
        #identity{
            display:none;
        }
        #info{
            display:none;
        }
        #topbar{
            display:none;
        }
        #timesheet{
            display:none;
        }
        #timesheet_task_div{
            display:none;
        }
        #query_engineer_task_div{
            display:none;
        }
        #timesheet_task_selected{
            display:none;
        }
        #timesheet_edit{
            display:none;
        }
        #timesheet_cancel{
            display:none;
        }
        #query{
            display:none;
        }
        #export{
            display:none;
        }
        #statistics{
            display:none;
        }
        #project_task{
            display:none;
        }
        #personal_development{
            display:none;
        }
        #info{
            display:none;
        }
        #prj_info{
            display:none;
        }
        #task{
            display:none;
        }
        #task_info{
            display:none;
        }
        #u_task{
            display:none;
        }
        #u_task_info{
            display:none;
        }
        #kpi{
            display:none;
        }
        #kpi_show_title{
            display:none;
        }
        #kpi_audit{
            display:none;
        }
        /*顶部菜单*/
        .topbar{
            width:760px;
            height:40px;
            background-color:rgba(16, 110, 75, 1);
            line-height:40px;
        }
        .topbar ul{
            margin-left:60px;
        }
        .topbar li{
            list-style:none;
            float:left;
            margin-right:20px;
        }
        .topbar li a{
            text-decoration:none;
            display:block;
            line-height:40px;
            padding:0 5px;
            font-size:16px;
            color:white;
        }
        .topbar li a:hover{
            height:38px;
            background-color:rgba(69, 190, 217, 1);
            border-bottom:2px solid rgba(255, 170, 68, 1);
        }
        /*表格*/
        /*工时申报任务查询表*/
        #query_engineer_task_div{
            width:600px;
            height:500px;
            overflow-y:auto;
            margin:5px 0 15px 0;
            z-index:2;
            position:absolute;
            top:30%;
            left:30%;
            border:1px solid black;
            border-radius:5px;
            background-color:white;
            text-align:center;
        }
        #query_engineer_task_div_top{
            width:600px;
            height:30px;
            background-color:rgba(85, 91, 101, 1);
        }
        #query_engineer_task_div_top h4{
            float:left;
            margin:6px 0 0 20px;
            color:white;
        }
        #query_engineer_task_div_top a{
            position:absolute;
            right:10px;
            top:6px;
            float:right;
        }
        #query_engineer_task_title{
            width:550px;
            height:30px;
            line-height:30px;
            margin:20px auto 0 auto;
            background-color:rgba(245, 245, 245, 1);
            border:1px solid rgba(221, 221, 221, 1);
        }
        #query_engineer_task_title ul{
            margin:0;
            padding:0;
        }
        #query_engineer_task_title li{
            float:left;
            list-style:none;
            text-align:center;
            display:block;
            vertical-align:central;
        }
        #query_engineer_task_taskname{
            width:99px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_engineer_task_plan{
            width:134px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_engineer_task_real{
            width:134px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_engineer_task_status{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_engineer_task_operation{
            width:100px;
        }
        #query_engineer_task{
            width:550px;
            margin:0 auto 10px auto;
        }
        #query_engineer_task ul{
            margin:0;
            padding:0;
        }
        #query_engineer_task li{
            float:left;
            list-style:none;
            text-align:center;
            vertical-align:central;
            display:block;
        }
        .query_engineer_task_info{
            width:550px;
            margin:0;
            padding:5px 0 5px 0;
            border:1px solid rgba(221, 221, 221, 1);
            overflow:hidden;
        }
        .query_engineer_task_taskname{
            width:100px;
            height:30px;
            font-size:15px;
            line-height:30px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_engineer_task_p_start{
            width:135px;
            text-align:center;
            line-height:20px;
            font-size:13px;
            color:gray;
        }
        .query_engineer_task_p_end{
            width:135px;
            margin:5px 0 5px 0;
            text-align:center;
            font-size:13px;
            color:gray;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_engineer_task_r_start{
            width:135px;
            text-align:center;
            line-height:20px;
            font-size:13px;
            color:gray;
        }
        .query_engineer_task_r_end{
            width:135px;
            margin:5px 0 5px 0;
            text-align:center;
            font-size:13px;
            color:gray;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_engineer_task_status{
            width:80px;
            height:30px;
            font-size:15px;
            line-height:30px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_engineer_task_operation{
            width:100px;
            height:30px;
            line-height:30px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        #query_engineer_task_holder{
            margin:0 auto;
        }
        #query_engineer_task_div_bottom{
            width:600px;
            height:50px;
            margin:0 auto;
            position:absolute;
            bottom:0;
            border-top:1px solid black;
        }
        #query_engineer_task_confirm{
            margin:10px auto;
        }


        /*工时查询表*/
        #query_record_div{
            width:565px;
        }
        #query_record_title{
            width:565px;
            height:30px;
            margin:5px 0 30px 0;
            display:none;
            line-height:30px;
            background-color:rgba(245, 245, 245, 1);
        }
        #query_record_title ul{
            margin:0;
            padding:0;
        }
        #query_record_title li{
            float:left;
            list-style:none;
            text-align:center;
            display:block;
        }
        #query_record_type{
            width:80px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_record_content{
            width:290px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_record_hour{
            width:80px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_record_operation{
            width:100px;
        }
        #query_record{
            width:565px;
            margin:5px 0 5px 0;
        }
        #query_record ul{
            margin:0;
            padding:0;
        }
        #query_record li{
            float:left;
            list-style:none;
            text-align:center;
            vertical-align:central;
            display:block;
        }
        .query_record_type{
            width:80px;
            height:30px;
            font-size:15px;
            line-height:30px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_record_staff{
            width:290px;
            text-align:left;
            line-height:20px;
            font-weight:600;
            font-size:16px;
        }
        .query_record_task{
            width:290px;
            text-align:left;
            line-height:20px;
            font-weight:600;
            font-size:16px;
        }
        .query_record_description{
            width:290px;
            text-align:left;
            line-height:20px;
        }
        .query_record_date{
            width:290px;
            margin:5px 0 5px 0;
            text-align:left;
            font-size:15px;
            color:gray;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_record_hour{
            width:80px;
            height:30px;
            font-size:15px;
            line-height:30px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_record_operation{
            width:100px;
            height:30px;
            line-height:30px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_record_info{
            width:550px;
            margin:5px 0 5px 0;
            padding:10px 0 10px 0;
            border-bottom:2px solid rgba(240, 240, 240, 1);
            overflow:hidden;
        }

        /*项目查询表*/
        #query_project_div{
            display:none;
        }
        #query_project_title{
            width:730px;
            height:30px;
            line-height:30px;
            margin:5px 0 30px 0;
            background-color:rgba(245, 245, 245, 1);
        }
        #query_project_title ul{
            margin:0;
            padding:0;
        }
        #query_project_title li{
            float:left;
            list-style:none;
            text-align:center;
            display:block;
        }
        #query_project_name{
            width:189px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_project_id{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_project_totalhour{
            width:49px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_project_status{
            width:49px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_project_startdate{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_project_enddate{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_project_remark{
            width:99px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_project_operation{
            width:100px;
        }
        #query_project{
            width:745px;
            margin:5px 0 5px 0;
        }
        #query_project ul{
            margin:0;
            padding:0;
        }
        #query_project li{
            float:left;
            list-style:none;
            text-align:center;
            vertical-align:central;
            display:block;
        }
        .query_project_info{
            width:730px;
            margin:5px 0 5px 0;
            padding:5px 0 10px 0;
            border-bottom:2px solid rgba(240, 240, 240, 1);
            overflow:hidden;
        }
        .query_project_name{
            width:190px;
            height:auto;
            font-size:13px;
            line-height:13px;
            display:block;
            overflow-y:auto;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_project_id{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_project_totalhour{
            width:50px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_project_status{
            width:50px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_project_startdate{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_project_enddate{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_project_remark{
            width:100px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_project_operation{
            width:100px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }

        /*任务查询表*/
        #query_task_div{
            display:none;
        }
        #query_task_title{
            width:550px;
            height:30px;
            line-height:30px;
            margin:5px 0 30px 0;
            background-color:rgba(245, 245, 245, 1);
        }
        #query_task_title ul{
            margin:0;
            padding:0;
        }
        #query_task_title li{
            float:left;
            list-style:none;
            text-align:center;
            display:block;
        }
        #query_task_name{
            width:114px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_task_description{
            width:114px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_task_totalhour{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_task_status{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_task_remark{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_task_operation{
            width:80px;
        }
        #query_task{
            width:565px;
            margin:5px 0 5px 0;
        }
        #query_task ul{
            margin:0;
            padding:0;
        }
        #query_task li{
            float:left;
            list-style:none;
            text-align:center;
            vertical-align:central;
            display:block;
        }
        .query_task_info{
            width:550px;
            margin:5px 0 5px 0;
            padding:5px 0 10px 0;
            border-bottom:2px solid rgba(240, 240, 240, 1);
            overflow:hidden;
        }
        .query_task_name{
            width:115px;
            height:auto;
            font-size:13px;
            line-height:13px;
            display:block;
            overflow-y:auto;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_task_description{
            width:115px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_task_totalhour{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_task_status{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_task_remark{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_task_operation{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }

        /*员工任务查询表*/
        #query_u_task_div{
            display:none;
        }
        #query_u_task_title{
            width:550px;
            height:30px;
            line-height:30px;
            margin:5px 0 30px 0;
            background-color:rgba(245, 245, 245, 1);
        }
        #query_u_task_title ul{
            margin:0;
            padding:0;
        }
        #query_u_task_title li{
            float:left;
            list-style:none;
            text-align:center;
            display:block;
        }
        #query_u_task_name{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_u_task_plan{
            width:114px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_u_task_real{
            width:114px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_u_task_totalhour{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_u_task_status{
            width:79px;
            border-right:1px solid rgba(221, 221, 221, 1);
        }
        #query_u_task_operation{
            width:80px;
        }
        #query_u_task{
            width:565px;
            margin:5px 0 5px 0;
        }
        #query_u_task ul{
            margin:0;
            padding:0;
        }
        #query_u_task li{
            float:left;
            list-style:none;
            text-align:center;
            vertical-align:central;
            display:block;
        }
        .query_u_task_info{
            width:550px;
            margin:5px 0 5px 0;
            padding:5px 0 10px 0;
            border-bottom:2px solid rgba(240, 240, 240, 1);
            overflow:hidden;
        }
        .query_u_task_name{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            display:block;
            overflow-y:auto;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_u_task_p_start{
            width:115px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
         .query_u_task_p_end{
            width:115px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
          .query_u_task_r_start{
            width:115px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_u_task_r_end{
            width:115px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_u_task_totalhour{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_u_task_status{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }
        .query_u_task_operation{
            width:80px;
            height:auto;
            font-size:13px;
            line-height:13px;
            padding-bottom:500px;
            margin-bottom:-500px;
        }

        /*新增项目*/
        #prj_info{
            width:500px;
            height:500px;
            overflow-y:auto;
            margin:5px 0 15px 0;
            z-index:2;
            position:absolute;
            top:50%;
            left:35%;
            border:1px solid black;
            border-radius:5px;
            background-color:white;
            text-align:center;
        }
        #prj_info_top{
            width:500px;
            height:30px;
            background-color:rgba(85, 91, 101, 1);
        }
        #prj_info_top h4{
            float:left;
            margin:6px 0 0 20px;
            color:white;
        }
        #prj_info_top a{
            position:absolute;
            right:10px;
            top:6px;
            float:right;
        }
        #prj_info_body{
            width:400px;
            height:300px;
            margin:30px auto;
        }
        #prj_info_body .block{
            width:400px;
            margin:0 0 20px 0;
        }
        #prj_info_body .name{
            width:150px;
        }
        #prj_info_body .content{
            width:250px;
            text-align:left;
        }
        #prj_info_body .text{
            width:400px;
            margin:0 0 20px 0;
        }
        #prj_info_bottom{
            width:500px;
            height:50px;
            margin:0 auto;
            position:absolute;
            bottom:0;
            border-top:1px solid black;
        }
        #prj_info_bottom .block{
            width:240px;
            margin:10px auto;
        }
        /*新增任务*/
        #task_info{
            width:500px;
            height:500px;
            overflow-y:auto;
            margin:5px 0 15px 0;
            z-index:2;
            position:absolute;
            top:30%;
            left:35%;
            border:1px solid black;
            border-radius:5px;
            background-color:white;
            text-align:center;
        }
        #task_info_top{
            width:500px;
            height:30px;
            background-color:rgba(85, 91, 101, 1);
        }
        #task_info_top h4{
            float:left;
            margin:6px 0 0 20px;
            color:white;
        }
        #task_info_top a{
            position:absolute;
            right:10px;
            top:6px;
            float:right;
        }
        #task_info_body{
            width:400px;
            height:300px;
            margin:30px auto;
        }
        #task_info_body .block{
            width:400px;
            margin:0 0 20px 0;
        }
        #task_info_body .name{
            width:150px;
        }
        #task_info_body .content{
            width:250px;
            text-align:left;
        }
        #task_info_body .text{
            width:400px;
            margin:0 0 20px 0;
        }
        #task_info_bottom{
            width:500px;
            height:50px;
            margin:0 auto;
            position:absolute;
            bottom:0;
            border-top:1px solid black;
        }
        #task_info_bottom .block{
            width:240px;
            margin:10px auto;
        }
        /*新增员工任务*/
        #u_task_info{
            width:500px;
            height:600px;
            overflow-y:auto;
            margin:5px 0 15px 0;
            z-index:2;
            position:absolute;
            top:30%;
            left:35%;
            border:1px solid black;
            border-radius:5px;
            background-color:white;
            text-align:center;
        }
        #u_task_info_top{
            width:500px;
            height:30px;
            background-color:rgba(85, 91, 101, 1);
        }
        #u_task_info_top h4{
            float:left;
            margin:6px 0 0 20px;
            color:white;
        }
        #u_task_info_top a{
            position:absolute;
            right:10px;
            top:6px;
            float:right;
        }
        #u_task_info_body{
            width:400px;
            height:300px;
            margin:30px auto;
        }
        #u_task_info_body .block{
            width:400px;
            margin:0 0 20px 0;
        }
        #u_task_info_body .name{
            width:150px;
        }
        #u_task_info_body .content{
            width:250px;
            text-align:left;
        }
        #u_task_info_body .text{
            width:400px;
            margin:0 0 20px 0;
        }
        #u_task_info_bottom{
            width:500px;
            height:50px;
            margin:0 auto;
            position:absolute;
            bottom:0;
            border-top:1px solid black;
        }
        #u_task_info_bottom .block{
            width:240px;
            margin:10px auto;
        }


        /*其他*/
        #nav{
            margin:30px 0 10px 0;
            font-size:15px;
            font-weight:600;
            background-color:gray;
        }
        #nav div{
            float:left;
        }
        #timesheet_hour{
            width:50px;
        }
        #timesheet_submit{
            width:100px;
        }
        #timesheet_query{
            width:100px;
        }

        /*KPI*/
        #kpi_process{
            width:630px;
            height:120px;
            border-radius:3px;
            border:1px solid #ccc;
        }
        .title_block{
            width:100px;
            height:30px;
            text-align:center;
            line-height:30px;
        }
        #kpi_block{
            width:630px;
            /*background-color:rgba(235, 236, 236, 1);*/
            overflow-x:hidden;
            border-radius:3px;
            border:1px solid #ccc;
        }
        #kpi_add{
            float:right;
            position:absolute;
            margin-left:400px;
            margin-top:10px;
        }
        #kpi{
            width:450px;
            padding:5px;
            margin:10px 0 5px 40px;
            border-radius:3px;
            border:1px solid #ccc;
        }
        #kpi_show_title{
            width:580px;
            height:21px;
            margin:5px 0 0 20px;
            padding:5px 10px 5px 10px;
            background-color:rgba(245, 245, 245, 1);
        }
        #kpi_show_title div{
            float:left;
            height:20px;
            text-align:center;
            background-color:rgba(245, 245, 245, 1);
        }
        .kpi_info{
            width:580px;
            margin:0 0 10px 20px;
            padding:5px 10px 5px 10px;
            border-radius:2px;
            border:1px solid #ccc;
            font-size:12px;
            overflow:hidden;
        }
        .kpi_info div{
            float:left;
        }
        .kpi_name{
            width:120px;
            padding:3px 5px;
            text-align:center;
            border-right:1px solid rgba(245, 245, 245, 1);
        }
        .kpi_content{
            width:330px;
            padding:3px 10px;
            text-align:left;
            border-right:1px solid rgba(245, 245, 245, 1);
        }
        .kpi_operation{
            width:65px;
            padding:3px 5px;
            text-align:center;
        }
