﻿/* start header */
.page .header .logo {
    float: left;
    width: auto;
    height: 70px;
    line-height: 70px;
}

    .page .header .logo i {
        background: url(images/logo.png) no-repeat;
        width: 122px;
        height: 57px;
        display: block;
        margin-left: 21px;
        margin-top: 6px;
        float: left;
    }

    .page .header .logo span {
        margin-left: 10px;
        font-size: 24px;
        font-weight: 800;
        display: inline-block;
    }

        .page .header .logo span.split {
            font-size: 16px;
            font-weight: normal;
        }

.page .header .login {
    float: right;
    font-size: 16px;
    width: auto;
    height: 70px;
    line-height: 70px;
}

    .page .header .login .loginname {
        float: right;
        margin-right: 20px;
    }

    .page .header .login i {
        float: right;
        background: url(images/head_line.png) no-repeat;
        width: 2px;
        height: 70px;
        display: block;
    }

    .page .header .login .split {
        float: right;
        background: url(images/head_line.png) repeat-y;
        width: 2px;
        height: 70px;
        line-height: 70px;
        display: block;
        margin-right: 5px;
    }

    .page .header .login .logout {
        float: right;
        width: 100px;
        height: 70px;
        line-height: 70px;
        display: inline-block;
        color: #ffffff;
        margin-right: 5px;
    }

        .page .header .login .logout b {
            float: left;
            background: url(images/head_exit.png) no-repeat;
            width: 20px;
            height: 25px;
            display: block;
            margin-top: 21px;
            margin-left: 20px;
            margin-right: 10px;
        }
/* end header */

/* start leftmenu */
.page .body .left .menu {
    width: 180px;
    height: auto;
    border: none;
}

    .page .body .left .menu li.rootmenu:hover,
    .page .body .left .menu li.rootmenu {
        width: 164px;
        min-height: 40px;
        border: none;
        padding-left: 16px;
        background: #7364bf;
        border-bottom: 1px solid #8375cd;
    }

        .page .body .left .menu li.rootmenu a {
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            text-decoration: none;
        }

    .page .body .left .menu li.home_icon a {
        width: 128px;
    }

    .page .body .left .menu li.home_icon i {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-left: 0px;
        margin-right: 3px;
        margin-bottom: -5px;
        background: url(images/left_icon_home_w.png) no-repeat;
    }

    .page .body .left .menu li.report_icon i {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-left: 0px;
        margin-right: 3px;
        margin-bottom: -5px;
        background: url(images/left_icon_chart_w.png) no-repeat;
    }

    .page .body .left .menu li.question_icon i {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-left: 0px;
        margin-right: 3px;
        margin-bottom: -5px;
        background: url(images/left_icon_ques_w.png) no-repeat;
    }

    .page .body .left .menu li.system_icon i {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-left: 0px;
        margin-right: 3px;
        margin-bottom: -5px;
        background: url(images/left_icon_set_w.png) no-repeat;
    }

    .page .body .left .menu ul li.activeitem {
        padding-left: 14px;
        background: #f0f1f4;
        margin-left: 2px;
    }

        .page .body .left .menu ul li.activeitem a {
            color: #7364bf;
        }

        .page .body .left .menu ul li.activeitem i {
            background: url(images/left_icon_home_z.png) no-repeat;
        }

    .page .body .left .menu ul li.home_icon:hover {
        padding-left: 14px;
        background: #f0f1f4;
        margin-left: 2px;
    }

    .page .body .left .menu li.home_icon:hover a {
        color: #7364bf;
    }

    .page .body .left .menu ul li.home_icon:hover i {
        background: url(images/left_icon_home_z.png) no-repeat;
    }

    .page .body .left .menu ul li {
        float: left;
        border-bottom: 1px solid #8375cd;
        width: 180px;
        height: auto;
        min-height: 40px;
        cursor: pointer;
    }

        .page .body .left .menu ul li ul {
            display: none;
        }

        .page .body .left .menu ul li:first-child ul {
            display: block;
        }

        .page .body .left .menu ul li a {
            height: 40px;
            line-height: 40px;
            display: inline-block;
            cursor: pointer;
            color: #ffffff;
            font-size: 12px;
            font-weight: normal;
            text-align: left;
        }

        .page .body .left .menu ul li ul li.icon,
        .page .body .left .menu ul li ul li.cmenu {
            background: url(images/left_menu.png) no-repeat;
            width: 150px;
            height: 28px;
            line-height: 28px;
            min-height: 28px;
            display: inline-block;
            text-align: left;
            border: none;
            padding-left: 30px;
            margin-left: -16px;
        }

            .page .body .left .menu ul li ul li.cmenu ul li.icon {
                width: 140px;
                padding-left: 40px;
                margin-left: -30px;
            }

        .page .body .left .menu ul li ul li.cmenu {
            height: auto;
            line-height: normal;
        }

            .page .body .left .menu ul li ul li.cmenu i,
            .page .body .left .menu ul li ul li.icon i {
                display: inline-block;
                width: 5px;
                height: 9px;
                margin-left: 0px;
                margin-right: 10px;
                margin-bottom: 0px;
                background: url(images/left_icon_chile_w.png) no-repeat;
            }

                .page .body .left .menu ul li ul li.cmenu i.icon {
                    display: inline-block;
                    width: 9px;
                    height: 5px;
                    margin-left: 0px;
                    margin-right: 6px;
                    background: url(images/left_icon_chile_down.png) no-repeat;
                }

        .page .body .left .menu ul li.rootmenu ul li.icon a,
        .page .body .left .menu ul li.rootmenu ul li.cmenu a {
            display: inline-block;
            text-decoration: none;
            color: #ffffff;
            font-size: 12px;
            font-weight: normal;
            text-align: left;
            height: 28px;
            line-height: 28px;
            width: 110px;
        }

    .page .body .left .menu li.cmenu li.cmenu {
        margin-left: -30px;
        padding-left: 45px;
        width: 135px;
    }

        .page .body .left .menu li.cmenu li.cmenu li.icon {
            margin-left: -45px;
            padding-left: 55px;
            width: 130px;
        }

    .page .body .left .menu ul li.rootmenu ul li.activeitem,
    .page .body .left .menu ul li.rootmenu ul li.icon:hover {
        background: #f0f1f4;
        margin-left: -14px;
    }

    .page .body .left .menu ul li.rootmenu ul li.cmenu ul li.activeitem,
    .page .body .left .menu ul li.rootmenu ul li.cmenu ul li.icon:hover {
        background: #f0f1f4;
        width: 138px;
        margin-left: -28px;
    }

    .page .body .left .menu ul li.rootmenu ul li.activeitem a,
    .page .body .left .menu ul li.rootmenu ul li.icon:hover a {
        color: #7364bf;
        font-size: 12px;
        font-weight: normal;
    }

    .page .body .left .menu ul li.rootmenu ul li.activeitem i,
    .page .body .left .menu ul li.rootmenu ul li.icon:hover i {
        background: url(images/left_icon_chile_z.png) no-repeat;
    }

    .page .body .left .menu ul li.rootmenu li.cmenu li.cmenu li.activeitem,
    .page .body .left .menu ul li.rootmenu li.cmenu li.cmenu li.icon:hover {
        margin-left: -43px;
    }
/* end leftmenu */

/*start filters*/

.page .body .filters {
    border: 1px solid #c7c7c7;
    background: #ffffff;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px 0px 5px 0px;
}

    .page .body .filters .item {
        float: left;
        padding: 5px;
        padding: 5px 0px 5px 0px;
        margin-left: 5px;
        margin-right: 5px;
        display: inline-block;
    }

        .page .body .filters .item .clear {
            display: none;
        }

        .page .body .filters .item .fieldlabel {
            float: left;
            display: inline-block;
            padding-top: 8px;
            min-width: 45px;
            font-size: 12px;
            color: #555555;
            text-align: right;
        }

        .page .body .filters .item .fieldvalue {
            float: left;
            width: 136px;
            border: 1px solid #c7c7c7;
            display: inline-block;
            height: 16px;
            line-height: 16px;
            padding: 4px 6px;
            font-size: 12px;
            color: #555555;
            vertical-align: middle;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .page .body .filters .item select.fieldvalue {
            float: left;
            width: 150px;
            border: 1px solid #c7c7c7;
            display: inline-block;
            height: 26px;
            line-height: 26px;
            padding: 4px 6px;
            font-size: 12px;
            color: #555555;
            vertical-align: middle;
        }

        .page .body .filters .item select.exam {
            width: 310px;
        }

        .page .body .filters .item select.term {
            width: 180px;
        }

        .page .body .filters .item.frac .fieldlabel {
            min-width: 15px;
        }

        .page .body .filters .item.frac .fieldvalue {
            width: 45px;
        }

        .page .body .filters .item.frac.date .fieldvalue {
            width: 65px;
        }

    .page .body .filters .buttons {
        float: left;
        margin-left: 15px;
        margin-right: 10px;
        padding: 5px;
    }

        .page .body .filters .buttons a.button {
            width: 65px;
            min-width: 65px;
            border: 1px solid #7364bf;
            background: #7364bf;
            height: 17px;
            line-height: 17px;
            padding-top: 6px;
            color: #ffffff;
            font-size: 12px;
            font-family: Arial;
            cursor: pointer;
            text-align: center;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            display: inline-block;
            margin-right: 10px;
        }

        .page .body .filters .buttons a:before {
            background: url(images/icon_search.png) no-repeat;
            content: '';
            position: static;
            width: 13px;
            height: 14px;
            display: block;
            margin-bottom: -16px;
            margin-left: 3px;
        }

        .page .body .filters .buttons input.button {
            min-width: 65px;
            border: 1px solid #7364bf;
            background: #7364bf;
            height: 25px;
            line-height: 25px;
            color: #ffffff;
            font-size: 12px;
            font-family: Arial;
            cursor: pointer;
            text-align: center;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            display: inline-block;
            padding-left: 8px;
            padding-right: 8px;
            margin-right: 10px;
        }
/*end filters*/

/* start operations */
.page .body .operations {
    width: 100%;
    display: inline-block;
    padding: 3px 0px 2px 0px;
}

    .page .body .operations input.button {
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #7364bf;
        background: #7364bf;
        height: 25px;
        color: #ffffff;
        font-size: 12px;
        font-family: Arial;
        cursor: pointer;
        text-align: center;
        margin-left: 15px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .page .body .operations a.button:hover,
    .page .body .operations a.button {
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
        border: none;
        background: #7364bf;
        height: 25px;
        line-height: 25px;
        color: #ffffff;
        font-size: 12px;
        font-family: Arial;
        cursor: pointer;
        text-align: center;
        margin-left: 15px;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .page .body .operations br.clear {
        display: none;
    }

    .page .body .operations .fieldlabel {
        float: left;
        text-align: right;
        margin-right: 5px;
        margin-left: 15px;
        display: inline-block;
        padding-top: 8px;
        margin-bottom: 15px;
        width: 50px;
        font-size: 12px;
        color: #555555;
    }

    .page .body .operations .fieldvalue {
        float: left;
        margin-right: 10px;
        width: 105px;
        margin-bottom: 15px;
        background: #fffff;
        border: 1px solid #cccccc;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        padding: 4px 6px;
        font-size: 12px;
        color: #555555;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        vertical-align: middle;
    }
/* end operations */
/* start gridview */

.page .body .gridview-chrome {
    background: #ffffff;
    padding: 10px 0px 10px 0px;
    border: 1px solid #c7c7c7;
    width: 100%;
}

    .page .body .gridview-chrome .gridview-chrome-l {
        margin-left: 10px;
    }

    .page .body .gridview-chrome .gridview-chrome-r {
        margin-right: 10px;
        overflow-x: auto;
    }

.page .body .gridview {
    border: 1px #c7c7c7 solid;
    width: 100%;
    text-align: center;
}

    .page .body .gridview input {
        border: 0px;
        text-align: center;
        width: 50px;
    }

    .page .body .gridview th {
        background: #eae9f3;
        padding: 5px 5px 0px 5px;
        text-align: center;
        vertical-align: middle;
        border-top: 1px #c7c7c7 solid;
        border-right: 1px #c7c7c7 solid;
        height: 28px;
        font-weight: 500;
        max-width: 260px;
    }

        .page .body .gridview th a {
            font-weight: normal;
            text-decoration: none;
            color: #000;
        }

        .page .body .gridview th.cell-select {
            width: 50px;
            padding-left: 5px;
            padding-right: 5px;
        }

    .page .body .gridview td.cell-select {
        width: 50px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .page .body .gridview th.cell-num {
        width: 50px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .page .body .gridview th.cell-button {
        min-width: 120px;
    }

    .page .body .gridview td.cell-num {
        width: 50px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .page .body .gridview td.cell-button {
        min-width: 120px;
    }

    .page .body .gridview td p {
        font-size:12px;
        padding:3px;
        text-align:left;
    }

    .page .body .gridview tr {
        width: 100%;
        border: 1px #b9b9b9 solid;
        font-size: 14px;
    }

    .page .body .gridview td {
        padding: 5px 5px 0px 5px;
        text-align: center;
        vertical-align: middle;
        border-top: 1px #c7c7c7 solid;
        border-right: 1px #c7c7c7 solid;
        background: #ffffff;
        font-size: 12px;
        height: 25px;
        min-height: 25px;
        white-space: nowrap;
        /*max-width: 260px;*/
    }

        .page .body .gridview td a {
            font-weight: normal;
            text-decoration: none;
            color: #000;
        }

            .page .body .gridview td a.link {
                display: inline-block;
                clear: both;
                padding: 3px 0px 3px 0px;
            }

                .page .body .gridview td a.link:hover {
                    color: #7364bf;
                }

        .page .body .gridview td .subtxt {
            display: inline-block;
            clear: both;
            padding: 3px 0px 3px 0px;
        }

        .page .body .gridview td.both {
            background: #f6f6f6;
        }

        .page .body .gridview td.yellow {
            background: #ffff00;
        }

        .page .body .gridview td span.up {
            color: #f24957;
        }

        .page .body .gridview td span.down {
            color: #1dbf60;
        }

        .page .body .gridview td div.university {
        }

            .page .body .gridview td div.university span.scr {
                display: inline-block;
                padding: 5px;
            }

            .page .body .gridview td div.university span.sc {
                display: inline-block;
                padding: 5px;
                color: #ff0000;
            }

    .page .body .gridview tbody tr td .buttons {
        display: inline-block;
        width: auto;
        height: 24px;
    }
        .page .body .gridview tfoot tr td .buttons a.button,
        .page .body .gridview tbody tr td .buttons a.button {
            float: left;
            margin-left: 10px;
            border: 1px solid #7364bf;
            background: #7364bf;
            height: 14px;
            font-size: 12px;
            color: #ffffff;
            text-align: center;
            padding: 3px 10px 1px 10px;
            display: inline-block;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            text-decoration: none;
        }

            .page .body .gridview tbody tr td .buttons a.button:first-child {
                margin-left: 0px;
            }

    .page .body .gridview tbody tr td .fieldvalue {
        width: 60px;
        border: 1px solid #c7c7c7;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        padding: 4px 6px;
        font-size: 12px;
        color: #555555;
        vertical-align: middle;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom:3px;
    }

    .page .body .gridview tbody tr td select.fieldvalue {
        width: 80px;
        border: 1px solid #c7c7c7;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 4px 6px;
        font-size: 12px;
        color: #555555;
        vertical-align: middle;
        vertical-align: middle;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 3px;
    }
    .page .body .gridview tr.empty td {
        font-size: 18px;
    }
/* end gridview */
.page .body .content p.empty {
    background: #fff;
    border: 1px solid #c7c7c7;
    padding: 10px;
}

.page .body .content .bertright {
    position: fixed;
    right: 0;
    top: 400px;
    width: 100px;
    height: 50px;
    z-index: 9999;
}

    .page .body .content .bertright a {
        color: #ffffff;
        font-size: 20px;
        background: #7364bf;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 75px;
        height: 60px;
        padding-top: 15px;
        cursor: pointer;
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
    }

.page .body .content .previewmodel {
    padding: 10px 0px 10px 0px;
    width: 100%;
}

    .page .body .content .previewmodel li {
        float: left;
        background: #ffffff;
        padding: 5px;
        border: 1px solid #c7c7c7;
        border-bottom: none;
        cursor: pointer;
    }

        .page .body .content .previewmodel li:first-child {
            border-right: none;
        }

        .page .body .content .previewmodel li.active {
            background: #7364bf;
            color: #ffffff;
            border: 1px solid #7364bf;
            border-bottom: none;
        }

        .page .body .content .previewmodel li:first-child.active {
            border-right: none;
        }

.page .body .content .tree_org {
    display: none;
    position: fixed;
    width: 245px;
    border: 1px solid #7364bf;
    background: #fff;
}

    .page .body .content .tree_org .ztree {
        border: none;
        height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .page .body .content .tree_org .ztree li a {
            color: #858585;
            font-size: 14px;
        }
/*start dialog*/
.nui-mask {
    left: -190px;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 900;
    opacity: 0.3;
    background: #000000;
}

.dialog {
    position: fixed;
    z-index: 990;
    top: 10%;
    left: 22%;
    padding: 0px;
    background: #f6f6f6;
    display: none;
}

    .dialog .dialog-title {
        background: #e8e8e8;
        color: #7364bf;
        font-size: 16px;
        font-weight: 500;
        height: 30px;
        padding: 15px 0px 0px 20px;
        cursor: move;
    }

        .dialog .dialog-title .close {
            float: right;
            display: inline-block;
            padding-top: 0px;
            margin-right: 8px;
            cursor: pointer;
            color: #000000;
            font-weight: bold;
        }

    .dialog .dialog-body {
        background: #f6f6f6;
        padding: 5px 11px 11px 11px;
        color: #555555;
        min-width: 445px;
        height: auto;
        max-height: 550px;
        overflow-y: auto;
    }

        .dialog .dialog-body .msg,
        .dialog .dialog-body .zoom {
            background: #ffffff;
            padding: 5px;
        }

        .dialog .dialog-body .zoomimagein {
            cursor: url(images/plugins/zoomin.cur), default;
            text-decoration: none;
            display: inline-block;
        }

            .dialog .dialog-body .zoomimagein img {
                max-width: 495px;
                max-height: 320px;
            }

        .dialog .dialog-body .fieldlabel {
            text-align: right;
            padding-top: 5px;
            padding-right: 0px;
            padding-bottom: 4px;
            display: inline-block;
            font-size: 14px;
            margin-top: 8px;
            width: 90px;
        }

        .dialog .dialog-body .fieldvalue {
            width: 239px;
            height: 21px;
            border: 1px solid #d5d5d5;
            color: #858585;
            margin-top: 8px;
            margin-bottom: auto;
            padding: 2px 3px 2px 3px;
            background: #fff;
        }

        .dialog .dialog-body select.fieldvalue {
            width: 247px;
            height: 26px;
        }

        .dialog .dialog-body ul.fieldvalue {
            display: inline-block;
            height: auto;
        }

            .dialog .dialog-body ul.fieldvalue li {
                float: left;
                padding: 3px;
            }

        .dialog .dialog-body .row-slider .fieldlabel {
            float: left;
        }

        .dialog .dialog-body .row-slider .slider {
            height: 8px;
            width: 220px;
            padding: 0px;
            margin-top: 8px;
            float: left;
            margin-left: 8px;
            margin-top: 15px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

            .dialog .dialog-body .row-slider .slider .slider-f {
                height: 8px;
                width: 0px;
                padding: 0px;
                margin: 0px;
                border: 0px;
                background: #7364bf;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
            }

            .dialog .dialog-body .row-slider .slider .ui-slider-handle {
                background: url(images/slider-icon.png) no-repeat;
                width: 17px;
                height: 17px;
                border: 0px;
            }

        .dialog .dialog-body .row-slider .slidervalue {
            padding-top: 10px;
            display: inline-block;
            margin-left: 5px;
        }

        .dialog .dialog-body .buttons {
            margin-bottom: 10px;
            margin-top: 10px;
            display: inline-block;
            width: 70%;
            padding-left: 25%;
        }

            .dialog .dialog-body .buttons span.button {
                float: left;
            }

            .dialog .dialog-body .buttons input.button {
                float: left;
                width: 95px;
                border: none;
                background: #7364bf;
                height: 30px;
                color: #ffffff;
                font-size: 12px;
                font-family: Arial;
                cursor: pointer;
                text-align: center;
                margin-right: 30px;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border: 1px solid #7364bf;
            }

            .dialog .dialog-body .buttons input.close {
                background: #dcdcdc;
                border: 1px solid #dcdcdc;
                color: #000000;
            }

        .dialog .dialog-body .tree_org {
            display: none;
            position: fixed;
            width: 245px;
            border: 1px solid #7364bf;
            background: #fff;
        }

            .dialog .dialog-body .tree_org .ztree {
                border: none;
                height: 300px;
                overflow-x: hidden;
                overflow-y: auto;
            }

                .dialog .dialog-body .tree_org .ztree li a {
                    color: #858585;
                    font-size: 14px;
                }

        .dialog .dialog-body .cl-row {
            margin-top: 8px;
            color: #858585;
            width: 247px;
            height: 26px;
            font-size: 14px;
        }

            .dialog .dialog-body .cl-row a.ja,
            .dialog .dialog-body .cl-row a.jz {
                display: inline-block;
                width: 17px;
                height: 15px;
                padding: 5px 3px 3px 3px;
                text-align: center;
                border: 1px solid #7363bf;
                background: #fff;
                margin: 0px;
                cursor: pointer;
                text-decoration: none;
            }

            .dialog .dialog-body .cl-row span.num {
                display: inline-block;
                width: 35px;
                height: 15px;
                padding: 5px 3px 2px 3px;
                text-align: center;
                border: 1px solid #d5d5d5;
                background: #fff;
                margin: 0px;
            }

        .dialog .dialog-body .table {
        }

            .dialog .dialog-body .table tr td {
                padding: 3px 3px;
            }

        .dialog .dialog-body .examtypes {
            text-align: center;
        }

            .dialog .dialog-body .examtypes label {
                float: left;
                padding-top: 10px;
                font-size: 16px;
                margin-left: 8px;
            }

            .dialog .dialog-body .examtypes li {
                float: left;
                margin-left: 10px;
                width: 48px;
                height: 24px;
                text-align: center;
                font: bold 16px arial;
                border: #c7c7c7 1px solid;
                padding-top: 8px;
                border-radius: 8px;
                -moz-border-radius: 8px;
                -webkit-border-radius: 8px;
                cursor: pointer;
            }

                .dialog .dialog-body .examtypes li.current {
                    border: #7364bf 1px solid;
                    color: #7364bf;
                }

        .dialog .dialog-body .paper {
            max-height: 650px;
            overflow-y: auto;
        }

    .dialog .dialog-box .chartcontrol {
        max-height: 600px;
    }
    .dialog .dialog-box .permission-list {
        border: solid 1px #eee;
    }

        .dialog .dialog-box .permission-list > dt {
            background-color: #efefef;
            padding: 5px 10px
        }

        .dialog .dialog-box .permission-list > dd {
            padding: 10px;
            padding-left: 30px
        }

            .dialog .dialog-box .permission-list > dd > dl {
                border-bottom: solid 1px #eee;
                padding: 5px 0
            }

                .dialog .dialog-box .permission-list > dd > dl > dt {
                    display: inline-block;
                    float: left;
                    white-space: nowrap;
                    width: 100px
                }

                .dialog .dialog-box .permission-list > dd > dl > dd {
                    margin-left: 100px;
                }

                    .dialog .dialog-box .permission-list > dd > dl > dd > label {
                        padding-right: 10px
                    }

/*
.dialog .dialog-body img.fieldvalue
{
    width: 48px;
    height:48px;
    padding:0px;
    border:none;
}*/
/*end dialog*/

/*start pager*/
.page .body .pager {
    clear: both;
    color: #999;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
    margin-bottom: 20px;
    display: inline-block;
}

    .page .body .pager a {
        float: left;
        border: 1px solid #ccc;
        display: inline;
        padding: 3px 10px 3px 10px;
        margin-right: 5px;
        cursor: pointer;
        background: #fff;
        text-decoration: none;
        color: #999;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .page .body .pager a:hover {
            border: 1px solid #31ACE2;
            background: #31ACE2;
            color: #fff;
        }

    .page .body .pager span.btn_cur {
        float: left;
        border: 1px solid #31ACE2;
        display: inline;
        padding: 3px 10px 3px 10px;
        margin-right: 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #F0FDFF;
        color: #31ACE2;
    }

    .page .body .pager input.box {
        width: 36px;
        height: 14px;
        color: #999;
        text-align: center;
        margin-left: 1px;
        margin-right: 1px;
        border: 1px solid #DFDFDF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        outline: none;
    }

    .page .body .pager input.btn_to {
        width: 44px;
        height: 18px;
        border: 0px;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        text-align: center;
        cursor: pointer;
        background: #31ACE2;
        color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
/*end pager*/
.spanitem {
    border: 1px #b9b9b9 solid;
    font-size: 12px;
    color: #616161;
    text-align: center;
    padding: 5px 5px 0px 5px;
    display: inline-block;
    height: 18px;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 4px;
    background: #f0f1f4;
}

.spinner {
    position: fixed;
    display: none;
    z-index: 100000;
    top: 43%;
    left: 42%;
}

    .spinner .spinner-content {
        background: #fff;
        width: 200px;
        height: 150px;
        margin: 0 auto;
        display: inline-block;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

        .spinner .spinner-content .spinnerloadimg {
            background: url(images/ajax-loading.gif);
            width: 80px;
            height: 80px;
            margin-top: 20px;
            margin-bottom: 10px;
            margin-left: 60px;
        }

        .spinner .spinner-content .spinnerloadtxt {
            font-size: 14px;
            color: #7364bf;
            font-weight: 600;
            margin-left: 30px;
        }

.autocomplete {
    margin: 0;
    background: window;
    color: windowtext;
    border: buttonshadow 1px solid;
    background: #ffffff;
}

    .autocomplete .item {
        margin: 0;
        padding: 1px 2px;
        background: none;
        border-bottom: 1px solid #c7c7c7;
    }

    .autocomplete .item-highlighted {
        margin: 0;
        padding: 1px 2px;
        background: highlight;
        color: highlighttext;
    }

.wu-example {
    text-align: center;
}

    .wu-example .uploader-list {
        margin-bottom: 10px;
    }

.wx-top-desc {
    padding: 5px;
}

    .wx-top-desc p {
        margin-bottom: 2px;
        padding: 3px;
        color: #c00;
    }


/*错误提示*/
.validatorCalloutHighlight {
    background: #fff;
}

.ajax__validatorcallout_callout_cell {
    background: none !important;
}

.ajax__validatorcallout_icon_cell {
    background: #fff !important;
    border: 1px #e3730d solid !important;
    border-right: none !important;
    padding-left: 10px;
}

.ajax__validatorcallout_error_message_cell {
    background: #fff !important;
    border-top: 1px #e3730d solid !important;
    border-bottom: 1px #e3730d solid !important;
    font-size: 12px;
    line-height: 150%;
}

.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
    background: #fff !important;
    border-left: 1px #e3730d solid;
}

.ajax__validatorcallout_close_button_cell {
    background: #fff !important;
    border: 1px #e3730d solid !important;
    border-left: none !important;
}

.ajax__validatorcallout_innerdiv {
    background: #fff !important;
    border-top: 1px #e3730d solid !important;
}
