﻿@charset "utf-8";

body, dl, dt, dd, ul, ol, td, th, li, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f2f2f2;
    font-family: "微软雅黑","Tahoma","Verdana","宋体","新宋体";
    font-size: 14px;
    /* 强制页面在重画之前先处理CSS（遮罩层兼容IE6需要） */
    background: url(about:blank);
    background-attachment: fixed;
    /* IE滚动条样式 */
    scrollbar-3dlight-color: #C8C8C8; /*- 最外左 (设置或检索滚动条亮边框颜色) -*/
    scrollbar-darkshadow-color: #C8C8C8; /*- 最外右 (设置或检索滚动条暗边框（ThreedDarkShadow）颜色) */
    scrollbar-face-color: #E3E3E3; /*- 表面 (设置或检索滚动条3D表面（ThreedFace）的颜色) -*/
    scrollbar-arrow-color: #5A5A5A; /*- 箭头 (设置或检索滚动条方向箭头的颜色) -*/
    scrollbar-shadow-color: #FFF; /*- 右二 (设置或检索滚动条3D界面的暗边（ThreedShadow）颜色) -*/
    scrollbar-highlight-color: #FFF; /*- 左二 (设置或检索滚动条3D界面的亮边（ThreedHighlight）颜色) -*/
    scrollbar-base-color: #D7DCE0; /*- 基色 (设置或检索滚动条基准颜色) -*/
    scrollbar-track-color: #C8C8C8; /*- 滑道 (检索或设置对象滚动条拖动区域的外观颜色) -*/
}

.w_s {
    width: 10px;
}

.w_s2 {
    width: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, button, input, select, textarea {
    font-size: 14px;
    line-height: 1.125;
    -webkit-text-size-adjust: none;
}

fieldset, img {
    border: 0;
}

textarea {
    resize: none;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

legend {
    color: #000;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

a {
    text-decoration: none;
    outline: none;
    display: inline-block;
}

    a:hover {
        text-decoration: none;
    }

.clearfix:after {
    content: "";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

.show {
    display: block;
}
/*======================================页面排版======================================*/
html, body, form {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

input[type=file] {
    min-height: 26px;
}

.db_isFinish {
    color: red;
}

.db_old {
    color: #2f568b;
}

.db_new {
    color: #ff6a00;
}

/*长列表数据*/
.div_longList, .div_List, .div_List2, .div_MaxLongList {
    /* margin: 0 auto; 不知道为什么IE浏览器上不兼容，下拉列表会跳动*/
    height: 610px;
    margin: 0 auto;
}



/*长列表数据*/
.div_longList {
    width: 1045px;
}


.div_List {
    width: 800px;
}


/*默认1280*/
.div_List2 {
    width: 1000px;
}




/*最长*/
.div_MaxLongList {
    width: 1150px;
}


@media screen and (min-device-width : 1300px) and (max-device-width : 1440px) {
    .div_MaxLongList {
        width: 1185px;
    }

    .div_List2 {
        width: 1185px;
    }

    .div_longList {
        width: 1185px;
    }
}

@media screen and (min-device-width : 1600px) {
    .div_MaxLongList {
        width: 1350px;
    }

    .div_List2 {
        width: 1350px;
    }

    .div_longList {
        width: 1350px;
    }
}


.exaSelect {
    color: black;
    /*font-weight: bold;*/
    padding-left: 10px;
}

.exaTd {
    height: 40px;
}

.exaTop {
    background-color: #E0ECFF;
    text-align: left;
    border-color: #95B8E7;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    padding: 9px 15px;
    height: 48px;
}

.exaTask {
    text-align: left;
    padding: 5px;
    height: 40px;
    background-color: #F5F5F5;
    border-width: 1px;
    border-top-width: 0px;
    border-style: solid;
    border-color: #e6e6e6;
}


.exaBottom0 {
    border-bottom-width: 0px;
}

.borderNotTop {
    border-top-width: 0px;
}

.exaTabHeader .tabs-header {
    /*border-color: #F2F2F2;*/
    border-top-color: #E0ECFF;
}

.borderNot,
.tabsNotborder,
.exaCenter,
.exaCenter,
.exaWest {
    border-width: 0px;
}

.minBut .l-btn-text {
    min-width: 20px;
}

.myHeader .tabs-header {
    border-color: #95B8E7;
    border-top-width: 0px;
}




.tabsNotborder .datagrid-wrap {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}

.border_no_top {
    border-bottom: 1px solid #95B8E7;
    border-left: 1px solid #95B8E7;
    border-right: 1px solid #95B8E7;
}


.def_border {
    border: 1px solid #95B8E7;
}

    .def_border .panel-body {
        border-color: #e6e6e6;
    }

.sco_statToolbar {
    border-color: #95B8E7;
    border-width: 0px 1px 0px 1px;
}

.div_tab .panel-body-noheader {
    border-top-width: 0px;
}


.div_tab .datagrid-toolbar {
    border-bottom-width: 0px;
    border-color: #95B8E7;
    border-top-width: 1px;
}


/*-----------------------------table基本样式start----------------------------*/
.gridtable {
    font-size: 14px;
    color: #333333;
    border-width: 0px;
    margin: auto auto;
    margin-top: 10px;
}

    .gridtable th {
        border-width: 0px;
        padding: 2px;
        height: 40px;
        text-align: left;
        vertical-align: middle;
    }

    .gridtable td {
        border-width: 0px;
        padding: 2px;
        height: 40px;
        text-align: left;
        vertical-align: middle;
    }

    .gridtable select {
        width: 150px;
    }

    .gridtable td input {
        vertical-align: middle;
    }





.font_color {
    /*color: #95B8E7 !important;*/
}

.tdal {
    text-align: right !important;
    vertical-align: middle;
}

.tdar {
    text-align: left !important;
    vertical-align: middle;
}

    .tdar input {
        width: 150px;
    }


.tab {
    border: solid 1px #dedede;
}



    .tab td {
        border: solid 1px #dedede;
        padding: 5px;
    }

    .tab th {
        border: solid 1px #dedede;
        background: #EBECED;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 20px;
        text-align: center;
    }

    .tab tr:hover {
        background: #E6E6E6;
    }


.easyui-accordion1 ul {
    list-style-type: none;
    margin: 0px;
    padding: 1px;
    height: auto;
    overflow: auto;
    /*overflow: auto;*/
}


    .easyui-accordion1 ul li {
        padding: 0px;
        list-style: circle;
    }



        .easyui-accordion1 ul li a {
            color: #000;
            line-height: 25px;
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 3px;
        }

            .easyui-accordion1 ul li a div {
                float: left;
                padding-left: 0px;
                padding-top: 2px;
                border: 1px dashed transparent;
            }

                .easyui-accordion1 ul li a div.hover {
                    border: 1px dashed transparent;
                    background: transparent;
                    cursor: default;
                }

.easyui-accordion1 .panel-title {
    padding-left: 45px !important;
    letter-spacing: 5px;
}


.easyui-accordion1 ul li div {
    border: 1px dashed transparent;
    padding-left: 20px;
    padding-top: 2px;
}

    .easyui-accordion1 ul li div.hover {
        border: 1px dashed #99BBE8;
        background: #E0ECFF;
        cursor: pointer;
    }

        .easyui-accordion1 ul li div.hover a {
            color: #416AA3;
        }

    .easyui-accordion1 ul li div.selected {
        border: 1px solid #99BBE8;
        background: #0C80E8;
        cursor: default;
    }

        .easyui-accordion1 ul li div.selected a {
            color: #efefef;
            font-weight: bold;
        }



.nav {
    padding-left: 5px;
}

.header_0 {
    height: 0px;
    padding: 0px;
    border-bottom: 0px solid #000;
}

.form_bg {
    background-color: #FFF;
}


/*消息框*/
.message_div .panel-title {
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 3px;
    padding-left: 10px;
    color: #fff;
}
/*系统信息*/
.sys {
    background: url(icon/sys.png) no-repeat;
}

/*基本编码*/
.bas {
    background: url(icon/bas.png) no-repeat;
}

/*用户资料*/
.dat {
    background: url(icon/dat.png) no-repeat;
}

/*考务管理*/
.exa {
    background: url(icon/exa.png) no-repeat;
}

/*题库应用*/
.lib {
    background: url(icon/lib.png) no-repeat;
}
/*素质评估*/
.eva {
    background: url(icon/eva.png) no-repeat;
}

/*缺考审批系统*/
.abs {
    background: url(icon/abs.png) no-repeat;
}

/*阅卷设置*/
.def {
    background: url(icon/def.png) no-repeat;
}

/*网上评卷*/
.mar {
    background: url(icon/mar.png) no-repeat;
}

/*统计分析*/
.sco {
    background: url(icon/sco.png) no-repeat;
}

/*学科编码*/
.bas_subject {
    background: url(icon/bas_subject.gif) no-repeat;
}

/*创建考试*/
.create_test {
    background: url(icon/create_test.gif) no-repeat;
}

/*系统参数*/
.sys_parameter {
    background: url(icon/sys_parameter.gif) no-repeat;
}

/*系统参数*/
.sys_info {
    background: url(icon/sys_info.gif) no-repeat;
}
/*系统角色*/
.sys_role {
    background: url(icon/sys_role.gif) no-repeat;
}

/*学届编码*/
.bas_year {
    background: url(icon/bas_year.gif) no-repeat;
}
/*年级编码*/
.bas_grade {
    background: url(icon/bas_grade.gif) no-repeat;
}

/*数据维护*/
.sys_db {
    background: url(icon/sys_db.gif) no-repeat;
}
/*平台消息*/
.sys_message {
    background: url(icon/sys_message.gif) no-repeat;
}
/*公告信息*/
.sys_notice {
    background: url(icon/sys_notice.gif) no-repeat;
}
/*基本数据维护*/
.bas {
    background: url(icon/bas.png) no-repeat;
}
/*ICON默认背景*/
.icon-background {
    background: url(tabicons.png) no-repeat;
}

/*编码规则*/
.sys_code {
    background: url(icon/sys_code.gif) no-repeat;
}
/*系统日志*/
.sys_log {
    background: url(icon/sys_log.gif) no-repeat;
}
/*知识编码*/
.bas_knowledge {
    background: url(icon/bas_knowledge.gif) no-repeat;
}
/*题型编码*/
.bas_model {
    background: url(icon/bas_model.gif) no-repeat;
}
/*生源编码*/
.bas_origin {
    background: url(icon/bas_origin.gif) no-repeat;
}

/*试卷标志*/
.def_sign {
    background: url(icon/def_sign.gif) no-repeat;
}


/*用户资料*/
.dat {
    background: url(icon/dat.png) no-repeat;
}
/*学校区域*/
.dat_area {
    background: url(icon/dat_area.gif) no-repeat;
}

/*学校分类*/
.dat_type {
    background: url(icon/dat_type.gif) no-repeat;
}
/*学校资料*/
.dat_school {
    background: url(icon/dat_school.gif) no-repeat;
}
/*班级资料*/
.dat_class {
    background: url(icon/dat_class.gif) no-repeat;
}
/*教师资料*/
.dat_teacher {
    background: url(icon/dat_teacher.gif) no-repeat;
}

/*教师岗位设置*/
.dat_teacherjob {
    background: url(icon/dat_teacherjob.gif) no-repeat;
}


/*学生资料*/
.dat_student {
    background: url(icon/dat_student.gif) no-repeat;
}

/*学生资料*/
.dat_student {
    background: url(icon/dat_student.gif) no-repeat;
}
/*学生资料*/
.dat_course {
    background: url(icon/dat_course.gif) no-repeat;
}
/*考试管理*/
.exa_exam {
    background: url(icon/exa_exam.gif) no-repeat;
}
/*试题管理*/
.exa_question {
    background: url(icon/exa_question.gif) no-repeat;
}

/*题库管理*/
.lib_library {
    background: url(icon/lib_library.gif) no-repeat;
}


/*题目管理*/
.lib_item {
    background: url(icon/lib_item.gif) no-repeat;
}

/*试卷管理*/
.lib_paper {
    background: url(icon/lib_paper.gif) no-repeat;
}

/*自助练习*/
.lib_train {
    background: url(icon/lib_train.gif) no-repeat;
}

/*评估方案*/
.eva_project {
    background: url(icon/eva_project.gif) no-repeat;
}

/*评估管理*/
.eva_evaluate {
    background: url(icon/eva_evaluate.gif) no-repeat;
}

/*评估教师*/
.eva_teacher {
    background: url(icon/eva_teacher.gif) no-repeat;
}

/*评估学生*/
.eva_student {
    background: url(icon/eva_student.gif) no-repeat;
}

/*问卷调查*/
.eva_survey {
    background: url(icon/eva_survey.gif) no-repeat;
}


/*归因分析*/
.eva_factor {
    background: url(icon/eva_factor.gif) no-repeat;
}

/*阅卷定义*/
.def_define {
    background: url(icon/def_define.gif) no-repeat;
}
/*手工阅卷项目管理*/
.def_define_manual {
    background: url(icon/def_define_manual.gif) no-repeat;
}

/*考生管理*/
.def_student {
    background: url(icon/def_student.gif) no-repeat;
}

/*扫描识别*/
.def_iro {
    background: url(icon/def_iro.gif) no-repeat;
}

/*答卷管理*/
.def_answer {
    background: url(icon/def_answer.gif) no-repeat;
}
/*评卷权限管理*/
.def_task {
    background: url(icon/def_task.gif) no-repeat;
}

/*主观题设置*/
.def_question {
    background: url(icon/def_question.gif) no-repeat;
}

/*评卷*/
.mar_mark {
    background: url(icon/mar_mark.gif) no-repeat;
}

/*评卷状态管理*/
.mar_state {
    background: url(icon/mar_state.gif) no-repeat;
}
/*评卷进度查询*/
.mar_query {
    background: url(icon/mar_query.gif) no-repeat;
}
/*标志试卷处理*/
.mar_sign {
    background: url(icon/mar_sign.gif) no-repeat;
}


/*重评管理*/
.mar_clear {
    background: url(icon/mar_clear.gif) no-repeat;
}


/*评卷质量管理*/
.mar_quality {
    background: url(icon/mar_quality.gif) no-repeat;
}

/*评卷误差管理*/
.mar_error {
    background: url(icon/mar_error.gif) no-repeat;
}

/*评卷题组设置*/
.def_group {
    background: url(icon/def_group.gif) no-repeat;
}

/*评卷数据管理*/
.def_data {
    background: url(icon/def_data.gif) no-repeat;
}
/*客观题设置*/
.def_omr {
    background: url(icon/def_omr.gif) no-repeat;
}

/*成绩统计*/
.sco_stat {
    background: url(icon/sco_stat.gif) no-repeat;
}
/*数据导出*/
.sco_export {
    background: url(icon/sco_export.gif) no-repeat;
}
/*数据分析中心*/
.sco_center {
    background: url(icon/sco_center.gif) no-repeat;
}

/*成绩查询*/
.sco_query {
    background: url(icon/sco_query.gif) no-repeat;
}

/*科目分数管理*/
.exa_score {
    background: url(icon/exa_score.gif) no-repeat;
}
/*试题分组管理*/
.exa_answer {
    background: url(icon/exa_answer.gif) no-repeat;
}
/*考场安排*/
.exa_seat {
    background: url(icon/exa_seat.gif) no-repeat;
}
/*监考安排*/
.exa_plan {
    background: url(icon/exa_plan.gif) no-repeat;
}
/*考试数据归档*/
.exa_archive {
    background: url(icon/exa_archive.gif) no-repeat;
}

/*云备份*/
.sys_cloud {
    background: url(icon/sys_cloud.gif) no-repeat;
}

/*分析报告*/
.sco_outputReport {
    background: url(icon/sco_outputReport.gif) no-repeat;
}
/*分析报告导出*/
.sco_ExportReport {
    background: url(icon/sco_ExportReport.gif) no-repeat;
}

/*自定义报表*/
.sco_report {
    background: url(icon/sco_report.gif) no-repeat;
}

/*答卷制作*/
.exa_asms {
    background: url(icon/exa_asms.gif) no-repeat;
}


.icon {
    /*background: url(tabicons.png) no-repeat;*/
    width: 16px;
    height: 16px;
    position: absolute;
}

.icon22 {
    /*background: url(tabicons.png) no-repeat;*/
    width: 22px;
    height: 22px;
    position: absolute;
    margin-top: -11px;
    margin-left: 10px;
}
