﻿
/*组件全局样式Css*/




/*学生信息导入组件Css*/
.Student_DataImport {
}

    .Student_DataImport .Student_Container {
        padding: 10px 20px;
    }

    .Student_DataImport .Student_Head {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        padding: 10px 15px 10px 15px;
        overflow: hidden;
        
    }

    .Student_DataImport .Student_Li {
        background: #e8e8e8;
        width: 188px;
        line-height: 64px;
        text-align: center;
        font-size: 18px;
        border-radius: 3px;
        margin-right: 55px;
        color: #666;
        float: left;
        position: relative;
        display: list-item;
        list-style-type: none;
    }


        .Student_DataImport .Student_Li:after {
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-left: 10px solid #e8e8e8;
            content: "";
            display: block;
            position: absolute;
            top: 22px;
            right: -20px;
        }

    .Student_DataImport .Student_LiClear:after {
        display: none !important;
    }

    .Student_DataImport .Student_Li.Active {
        background: #2d6dcc;
        color: #fff;
    }

        .Student_DataImport .Student_Li.Active:after {
            border-left-color: #2d6dcc;
        }

        .Student_DataImport .Student_Li.Active cite {
            color: #fff;
        }

    .Student_DataImport .Student_Li cite {
        color: #999;
        font-size: 36px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: -5px;
        font-style: italic;
        font-weight: 400;
        line-height: 64px;
        text-align: center;
    }

    .Student_DataImport .Student_Bottom {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        padding: 10px 15px 10px 15px;
        overflow: hidden;
        margin-top: 20px;
    }

    .Student_DataImport .Student_Next {
        line-height: 21px;
        color: #fff;
        background-color: #5a98de;
        display: inline-block;
        box-sizing: border-box;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
        white-space: nowrap;
        vertical-align: middle;
        width: auto;
        transition: background-color .1s linear;
        padding: 4px 50px 4px 50px;
        font-size: 14px;
        height: 31px;
        border-radius: 4px;
        text-decoration: none;
        outline: 0;
        margin-right: 12px;
    }

        .Student_DataImport .Student_Next:hover {
            color: #fff;
            background-color: #0a6999;
            border-color: #0a6999;
        }


    .Student_DataImport .Student_Close {
        line-height: 21px;
        color: #5a98de;
        background-color: transparent;
        display: inline-block;
        box-sizing: border-box;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
        white-space: nowrap;
        vertical-align: middle;
        border: solid 1px #5a98de;
        width: auto;
        transition: background-color .1s linear;
        padding: 4px 12px;
        font-size: 14px;
        height: 31px;
        border-radius: 4px;
        text-decoration: none;
    }

        .Student_DataImport .Student_Close:hover {
            color: #0a6999;
            background-color: transparent;
            border-color: #0a6999;
        }

    .Student_DataImport .Student_ContentDiv {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        transition: all .3s ease-in;
        display: block;
        line-height: 22px;
        padding: 15px;
        overflow: hidden;
    }

    .Student_DataImport .Student_DownLoadDiv {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        transition: all .3s ease-in;
        display: block;
        line-height: 22px;
        background: #F8F8F8;
        overflow: hidden;
        padding: 20px;
    }



    .Student_DataImport .Student_DownIcon {
        margin-bottom: -20px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        background-position: 0 -42px;
        width: 48px;
        height: 36px;
        font-size: 48px;
        font-family: "iconfont" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        line-height: 22px;
        color: #333;
    }



    .Student_DataImport .Student_DownFont {
        margin-left: 15px;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 22px;
        color: #333;
    }

    .Student_DataImport .Student_DownA {
        color: #2d6dcc;
    }


    .Student_DataImport .Student_ImportDiv {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        transition: all .3s ease-in;
        display: block;
        line-height: 22px;
        background: #F8F8F8;
        overflow: hidden;
        padding: 20px;
        margin-top: 30px;
    }

    .Student_DataImport .Student_ImportIcon {
        margin-bottom: -20px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        background-position: 0 -42px;
        width: 48px;
        height: 36px;
        font-size: 48px;
        font-family: "iconfont" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        line-height: 22px;
        color: #333;
    }

    .Student_DataImport .Student_ImportFont {
        margin-left: 15px;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 22px;
        color: #333;
    }

    .Student_DataImport .Student_ImportSuccessDiv {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 22px;
        color: #333;
        background: #F8F8F8;
        padding: 20px;
    }


    .Student_DataImport .Student_ExecuteImportDiv {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        transition: all .3s ease-in;
        display: block;
        line-height: 22px;
        padding: 15px;
        overflow: hidden;
    }

    .Student_DataImport .Student_ImportCount {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        transition: all .3s ease-in;
        display: block;
        line-height: 22px;
        background: #F8F8F8;
        overflow: hidden;
        padding: 20px;
    }

    .Student_DataImport .ExecuteImportBtn {
        line-height: 21px;
        color: #5a98de;
        background-color: transparent;
        display: inline-block;
        box-sizing: border-box;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
        white-space: nowrap;
        vertical-align: middle;
        border: solid 1px #5a98de;
        width: auto;
        transition: background-color .1s linear;
        padding: 4px 12px;
        font-size: 14px;
        height: 31px;
        border-radius: 4px;
        text-decoration: none;
        margin-left: 15px;
    }

        .Student_DataImport .ExecuteImportBtn:hover {
            color: #0a6999;
            background-color: transparent;
            border-color: #0a6999;
        }

    .Student_DataImport .Student_ImportProgressContainer {
        margin-top: 15px;
    }

    .Student_DataImport .Student_ImportProgressDiv {
        height: 10px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        width: 300px;
        -khtml-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        float: left;
    }

    .Student_DataImport .Student_ImportProgressBar {
        height: 10px;
        font-size: 0;
        line-height: 0;
        width: 100%;
        background-color: #efefef;
    }

    .Student_DataImport .Student_ImportProgressSpan {
        height: 10px;
        font-size: 0;
        line-height: 0;
        display: inline-block;
        background-color: #337ab7;
        width: 0%;
    }

    .Student_DataImport .Student_ImportProgressBarPercentage {
        height: 10px;
        line-height: 10px;
        float: left;
        margin-left: 10px;
    }

    .Student_DataImport .ImportSuccessDataDiv {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        transition: all .3s ease-in;
        display: block;
        line-height: 22px;
        background: #F8F8F8;
        overflow: hidden;
        padding: 15px 20px;
        margin-bottom: 20px;
        max-height: 200px;
        height: 200px;
        overflow:auto;
    }

    .Student_DataImport .ImportSuccessDataTable {
        border-bottom: 0;
        border: 1px solid #ddd;
        border-collapse: separate;
        border-left: 0;
        width: 100%;
        empty-cells: show;
        background-color: transparent;
        font-size: 12px;
        display: table;
    }

     .Student_DataImport .ImportSuccessDataTable td {

            background: #f5f5f5;
            line-height: 16px;
            padding: 4px 2px;
            border-left: 1px solid #ddd;
            border-bottom: 1px solid #ddd;           
            font-weight: bold;
            font-family: tahoma, Arial, "å®‹ä½“", Verdana, sans-serif;
            font-size: 12px;
            color: #333;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            word-break: keep-all;
            white-space:nowrap;
             text-align:center;
            padding:5px;
        }

    .Student_DataImport .ImportFailDataDiv {
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        box-sizing: border-box;
        transition: all .3s ease-in;
        display: block;
        line-height: 22px;
        background: #F8F8F8;
        overflow: hidden;
        padding: 15px 20px;
        margin-top: 20px;
        max-height: 200px;
        height: 200px;
        overflow:auto;
    }

    .Student_DataImport .ImportFailDataTable {
        border-bottom: 0;
        border: 1px solid #ddd;
        border-collapse: separate;
        border-left: 0;
        width: 100%;
        empty-cells: show;
        background-color: transparent;
        font-size: 12px;
        display: table;
    }
        .Student_DataImport .ImportFailDataTable td {

            background: #f5f5f5;
            line-height: 16px;
            padding: 4px 2px;
            border-left: 1px solid #ddd;
            border-bottom: 1px solid #ddd;           
            font-weight: bold;
            font-family: tahoma, Arial, "å®‹ä½“", Verdana, sans-serif;
            font-size: 12px;
            color: #333;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            word-break: keep-all;
            white-space:nowrap;
            text-align:center;
            padding:5px;
        }

          .Student_DataImport .DataDown{

             cursor:pointer;

             color:red;

             margin-left:10px;

             display:none;

        }


 /*学校模板打印组件Css*/
.PrintDropdownList {
    height:27px;
    line-height:27px;
       
}
.PrintDropdownList  .List{

    width: 150px;
    height: 27px;
     line-height:27px;
    font-size: 12px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;    
    white-space: nowrap;
    font-family: inherit;    
    font-style: inherit;    
    outline: 0;
    border-radius: 0px;
    -webkit-appearance: menulist;    
    align-items: center;    
    -webkit-rtl-ordering: logical;    
    background-color: white;
    text-rendering: auto;    
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    
    text-align: start;
    margin:0 0 0 0;
    font: 400 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;
}

    .PrintDropdownList .PrintBtn {

            padding: 3px 8px;
            font-size: 12px;
            height: 27px;
            line-height: 27px;
            -webkit-appearance: none;
            outline: 0;
            color: #fff;
            background-color: #5a98de;           
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
            font-weight: 400;
            white-space: nowrap;
            vertical-align: middle;            
            width: auto;
            transition: background-color .1s linear;
            border-radius: 4px;
            margin-left: 10px;
            font-family: inherit;
            font-style: inherit;
            -webkit-font-smoothing: antialiased;
            overflow: visible;
            word-wrap: break-word;
            align-items: flex-start;
            user-select: none;
            -webkit-rtl-ordering: logical;
            text-rendering: auto;   
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
            text-shadow: none;
            font: 400 13.3333px Arial;
            -webkit-writing-mode: horizontal-tb;
            border: solid 1px #5a98de;
            margin-top:-5px;
           
    }
    .PrintDropdownList .PrintBtn:hover{

            color: #fff;
            background-color: #0a6999;
            border-color: #0a6999;
            
    }





/*动态报表组件Css*/
.DynamicStatistics {

    width:100%;

    height:100%;

}
.DynamicStatistics .RowContainer{

    width:auto;
    
    margin:10px;

}



.DynamicStatistics .RowBtnDiv{

    width:100%;
    
    height:28px;
}

 .DynamicStatistics .RowAddBtn {

            padding: 3px 8px;
            font-size: 12px;
            height: 27px;
            line-height: 27px;
            -webkit-appearance: none;
            outline: 0;
            color: #fff;
            background-color: #5a98de;           
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
            font-weight: 400;
            white-space: nowrap;
            vertical-align: middle;            
            width: auto;
            transition: background-color .1s linear;
            border-radius: 4px;
            margin-left: 0px;
            font-family: inherit;
            font-style: inherit;
            -webkit-font-smoothing: antialiased;
            overflow: visible;
            word-wrap: break-word;
            align-items: flex-start;
            user-select: none;
            -webkit-rtl-ordering: logical;
            text-rendering: auto;   
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
            text-shadow: none;
            font: 400 13.3333px Arial;
            -webkit-writing-mode: horizontal-tb;
            border: solid 1px #5a98de;
            margin-top:-5px;
            text-decoration:none;
    }
    .DynamicStatistics .RowAddBtn:hover{

            color: #fff;
            background-color: #0a6999;
            border-color: #0a6999;
            
    }
    .DynamicStatistics .RowClearCheckBox{

            margin-top:0.5px;
            margin-left:0px;
    }


    .DynamicStatistics .RowClearLab{

            position:absolute;
           margin-top:1.3px;
            margin-left:1px;
    }


.DynamicStatistics .ColumnContainer{

    width:auto;

    margin:10px;
   
}

.DynamicStatistics .ColumnBtnDiv{

    width:100%;
    height:28px;
}


.DynamicStatistics .ColumnAddBtn {

            padding: 3px 8px;
            font-size: 12px;
            height: 27px;
            line-height: 27px;
            -webkit-appearance: none;
            outline: 0;
            color: #fff;
            background-color: #5a98de;           
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
            font-weight: 400;
            white-space: nowrap;
            vertical-align: middle;            
            width: auto;
            transition: background-color .1s linear;
            border-radius: 4px;
            margin-left: 0px;
            font-family: inherit;
            font-style: inherit;
            -webkit-font-smoothing: antialiased;
            overflow: visible;
            word-wrap: break-word;
            align-items: flex-start;
            user-select: none;
            -webkit-rtl-ordering: logical;
            text-rendering: auto;   
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
            text-shadow: none;
            font: 400 13.3333px Arial;
            -webkit-writing-mode: horizontal-tb;
            border: solid 1px #5a98de;
            margin-top:-5px;
            text-decoration:none;
           
    }
    .DynamicStatistics .ColumnAddBtn:hover{

            color: #fff;
            background-color: #0a6999;
            border-color: #0a6999;
            
    }
     .DynamicStatistics .ColumnClearCheckBox{

         margin-top:0.5px;
         margin-left:0px;

            
    }
       .DynamicStatistics .ColumnClearLab{

            position:absolute;
           margin-top:1.3px;
            margin-left:1px;
    }



.DynamicStatistics .ListDiv {

    width:100%;

    height:28px;

    border:1px solid #ddd;

    margin-top:-1px;
}

    .DynamicStatistics .ListLab {

        margin-left:120px;

    }



    .DynamicStatistics .FieldList {


        width: 150px;
        height: 28px;
        line-height:28px;
        font-size: 12px;
        border: solid 1px #ddd;
        box-sizing: border-box;
        cursor: pointer;
        line-height: normal;
        font-weight: normal;    
        white-space: nowrap;
        font-family: inherit;    
        font-style: inherit;    
        outline: 0;
        border-radius: 0px;
        -webkit-appearance: menulist;    
        align-items: center;    
        -webkit-rtl-ordering: logical;    
        background-color: white;
        text-rendering: auto;    
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        text-align: start;    
        font: 400 13.3333px Arial;
        -webkit-writing-mode: horizontal-tb;
         margin-left:500px;
    }

      .DynamicStatistics .FieldListStatus {


        width: 150px;
        height: 28px;
        line-height:28px;
        font-size: 12px;
        border: solid 1px #ddd;
        box-sizing: border-box;
        cursor: pointer;
        line-height: normal;
        font-weight: normal;    
        white-space: nowrap;
        font-family: inherit;    
        font-style: inherit;    
        outline: 0;
        border-radius: 0px;
        -webkit-appearance: menulist;    
        align-items: center;    
        -webkit-rtl-ordering: logical;    
        background-color: white;
        text-rendering: auto;    
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        text-align: start;    
        font: 400 13.3333px Arial;
        -webkit-writing-mode: horizontal-tb;
    }




    .DynamicStatistics .DeleteDiv {

        width:100px;

        height:100%;

        border-left:1px solid #ddd;

        float:right;
    }

    .DynamicStatistics .DeleteBtn {


          padding: 3px 8px;
            font-size: 12px;
            height: 28px;
            line-height: 28px;
            -webkit-appearance: none;
            outline: 0;
            color: #fff;
            background-color: #5a98de;           
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
            font-weight: 400;
            white-space: nowrap;
            vertical-align: middle;            
            width: auto;
            transition: background-color .1s linear;
            border-radius: 4px;
           
            font-family: inherit;
            font-style: inherit;
            -webkit-font-smoothing: antialiased;
            overflow: visible;
            word-wrap: break-word;
            align-items: flex-start;
            user-select: none;
            -webkit-rtl-ordering: logical;
            text-rendering: auto;   
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
            text-shadow: none;
            font: 400 13.3333px Arial;
            -webkit-writing-mode: horizontal-tb;
            border: solid 1px #5a98de;
            position:absolute;
            margin-top:0px;
            margin-left: 27px;
            text-decoration:none;

    }
    .DynamicStatistics .DeleteBtn:hover {

          color: #fff;
        background-color: #0a6999;
        border-color: #0a6999;
    }




    .DynamicStatistics .ConditionContainer{

    width:auto;

    margin:10px;
   
}

.DynamicStatistics .ConditionBtnDiv{

    width:100%;
    height:28px;
}


.DynamicStatistics .ConditionAddBtn {

            padding: 3px 8px;
            font-size: 12px;
            height: 27px;
            line-height: 27px;
            -webkit-appearance: none;
            outline: 0;
            color: #fff;
            background-color: #5a98de;           
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
            font-weight: 400;
            white-space: nowrap;
            vertical-align: middle;            
            width: auto;
            transition: background-color .1s linear;
            border-radius: 4px;
            margin-left: 0px;
            font-family: inherit;
            font-style: inherit;
            -webkit-font-smoothing: antialiased;
            overflow: visible;
            word-wrap: break-word;
            align-items: flex-start;
            user-select: none;
            -webkit-rtl-ordering: logical;
            text-rendering: auto;   
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
            text-shadow: none;
            font: 400 13.3333px Arial;
            -webkit-writing-mode: horizontal-tb;
            border: solid 1px #5a98de;
            margin-top:-5px;
            text-decoration:none;
           
    }
    .DynamicStatistics .ConditionAddBtn:hover{

            color: #fff;
            background-color: #0a6999;
            border-color: #0a6999;
            
    }


    .DynamicStatistics .LeftConditionList {


         width: 150px;
    height: 28px;
     line-height:28px;
    font-size: 12px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;    
    white-space: nowrap;
    font-family: inherit;    
    font-style: inherit;    
    outline: 0;
    border-radius: 0px;
    -webkit-appearance: menulist;    
    align-items: center;    
    -webkit-rtl-ordering: logical;    
    background-color: white;
    text-rendering: auto;    
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;    
    font: 400 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;
       
     margin-left:390px;

    }

  
    .DynamicStatistics .SymbolConditionList {


         width: 70px;
    height: 28px;
     line-height:28px;
    font-size: 12px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;    
    white-space: nowrap;
    font-family: inherit;    
    font-style: inherit;    
    outline: 0;
    border-radius: 0px;
    -webkit-appearance: menulist;    
    align-items: center;    
    -webkit-rtl-ordering: logical;    
    background-color: white;
    text-rendering: auto;    
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;    
    font: 400 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;

       margin-left:10px;

       margin-right:10px;

    }
      .DynamicStatistics .RightConditionList {


         width: 150px;
    height: 28px;
     line-height:28px;
    font-size: 12px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;    
    white-space: nowrap;
    font-family: inherit;    
    font-style: inherit;    
    outline: 0;
    border-radius: 0px;
    -webkit-appearance: menulist;    
    align-items: center;    
    -webkit-rtl-ordering: logical;    
    background-color: white;
    text-rendering: auto;    
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;    
    font: 400 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;

    }


    .DynamicStatistics .ConditionContainer {

         width:auto;

    margin:10px;
    }


    .DynamicStatistics .GenerateTemplateCheckBox {
         margin-top:5px;
         margin-left:10px;

    }
    .DynamicStatistics .GenerateTemplateLab {

          position:absolute;
           margin-top:3.4px;
            margin-left:1px;
    }


    .DynamicStatistics .ConfirmdBtn {

            padding: 3px 8px;
            font-size: 12px;
            height: 28px;
            line-height: 28px;
            -webkit-appearance: none;
            outline: 0;
            color: #fff;
            background-color: #5a98de;           
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
            font-weight: 400;
            white-space: nowrap;
            vertical-align: middle;            
            width: auto;
            transition: background-color .1s linear;
            border-radius: 4px;
            
            font-family: inherit;
            font-style: inherit;
            -webkit-font-smoothing: antialiased;
            overflow: visible;
            word-wrap: break-word;
            align-items: flex-start;
            user-select: none;
            -webkit-rtl-ordering: logical;
            text-rendering: auto;   
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
            text-shadow: none;
            font: 400 13.3333px Arial;
            -webkit-writing-mode: horizontal-tb;
            border: solid 1px #5a98de;            
            text-decoration:none;
            position:absolute;
            margin-left: 5px;
    }
    .DynamicStatistics .ConfirmdBtn:hover{

            color: #fff;
            background-color: #0a6999;
            border-color: #0a6999;
            
    }

     .DynamicStatistics ._reloadBtn {
          position:absolute;
          margin-left: 83px;
    }
          
     .DynamicStatistics .import {
          position:absolute;
          margin-left: 136px;
          height:28px;
          padding: 2px 6px;
    }



      .DynamicStatistics .StatisticsTable {
        border-bottom: 0;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-collapse: separate;
        border-left: 0;
        width: 100%;
        empty-cells: show;
        background-color: transparent;
        font-size: 12px;
        display: table;
    }
        .DynamicStatistics .StatisticsTable td {

            background: #fff;
            line-height: 16px;
            padding: 4px 2px;
            border-left: 1px solid #000;
            border-bottom: 1px solid #000;           
            font-weight: bold;
            font-family: tahoma, Arial, "å®‹ä½“", Verdana, sans-serif;
            font-size: 12px;
            color: #333;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            word-break: keep-all;
            white-space:nowrap;
            text-align:center;
            padding:5px;
            width:60px;
        }
        .DynamicStatistics .StatisticsTable th {

            background: #fff;
            line-height: 16px;
            padding: 4px 2px;
            border-left: 1px solid #000;
            border-bottom: 1px solid #000;           
            font-weight: bold;
            font-family: tahoma, Arial, "å®‹ä½“", Verdana, sans-serif;
            font-size: 12px;
            color: #333;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            word-break: keep-all;
            white-space:nowrap;
            text-align:center;
            padding:5px;
            width:60px;
        }

    .DynamicStatistics .headerTd {

          background:  #e6e6e6 !important;
          border-left: 1px solid #000 !important;
          border-bottom: 1px solid #000 !important;        
   
    }
     .DynamicStatistics .hide {

         display:none;
    }


    .DynamicStatistics .NumberSpan {
        color:blue;
    }


    .DynamicStatistics .UpSort {
        position:relative;
        float:right;
        font-size: 14px;
        line-height: 14px;
        margin-top:2px;
        color: #333;
        transition: font-size 0.25s ease-out 0s;
        
    }

   

/*扫描信息组件Css*/
.ScanInfo {
    
}

.ScanInfo .BarcodeContainer {
    width:100%;
    height:0.3px;
    border-bottom:1px solid #ddd;
}

.ScanInfo .BarcodeTxt{
    border:none;
    width:100%;
    height:0.3px;
    line-height:28px;
    font-size:28px;
}

    .ScanInfo .BarcodeInfoIframe {

        border:none;
        width:100%;
    }

/*发送消息Css*/
.SendMessage {

}