﻿body {
    /*margin: 40px 10px;*/
    background: #fff;
    padding: 0;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
}

.floatLeft {
    float: left;
}

.center {
    text-align: center;
}
/*查询按钮*/
.btn-select {
    background: #14a1eb;
    border: 1px solid #14a1eb;
}

    .btn-select:hover, .btn-select:focus {
        background: #0a80be;
        border: 1px solid #0a80be;
    }
/*各种按钮*/
.btn-primary {
    background: #14a1eb;
    border: 1px solid #14a1eb;
}

    .btn-primary:hover, .btn-select:focus {
        background: #0a80be;
        border: 1px solid #0a80be;
    }
/*保存按钮*/
.btn-save {
    padding: 2px 10px;
    border: 1px solid #14a1eb;
    color: #0d95dc;
    background: #fff;
}

    .btn-save:hover, .btn-save:focus {
        background: #14a1eb;
        border: 1px solid #14a1eb;
        color: #fff;
    }
/*取消按钮*/
.btn-cancel {
    padding: 2px 10px;
}

/*编辑页面保存按钮*/
.btn-edit-save {
    border: 1px solid #14a1eb;
    background: #14a1eb;
    color: #fff;
}

    .btn-edit-save:hover, .btn-edit-save:focus {
        background: #0a80be;
        border: 1px solid #0a80be;
    }
/*编辑页面取消按钮*/
.btn-edit-cancel {
    border: 1px solid #14a1eb;
    color: #0d95dc;
}

    .btn-edit-cancel:hover, .btn-edit-cancel:focus {
        border: 1px solid #14a1eb;
        color: #0d95dc;
        background: #fff;
    }

#div_showContent {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
    max-height: 104px;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
}

.taeching-header {
    /*width: 100%;
    height: 60px;
    text-align: center;
    background: #49a7ff;
    color: #fff;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;*/
    width: 100%;
    height: 75px;
    text-align: center;
    background: #5f91ed;
    color: #fff;
    line-height: 75px;
    font-size: 24px;
    /* font-weight: bold; */
}

.taeching-header-children {
    height: 40px;
    line-height: 40px;
    font-weight: initial;
    font-size: 18px;
}

.hideitem {
    display: none;
}

.form-label {
    line-height: 35px;
    text-align: right;
}

.calendar-page {
    margin-top: 10px;
}

.calendar-left-btn {
    padding: 20px 10px;
}

    .calendar-left-btn a {
        display: block;
        width: 80px;
        height: 25px;
        line-height: 25px;
        margin-bottom: 10px;
        background: #c9c9c9;
        color: #fff;
        text-align: center;
        border-radius: 5px;
    }

        .calendar-left-btn a.on {
            background: #3a97ed;
        }

        .calendar-left-btn a:hover, .calendar-left-btn a:focus {
            text-decoration: none;
            color: #fff;
        }
/*日历*/
#calendar {
    /*width: 90%;*/
    float: left;
    min-height: 300px;
    padding-right: 125px;
    /*margin: 0 auto;*/
}

.fc-view-container {
    background: #f8f8f8;
}

.unfilled {
    background-color: #fa7487;
    border-color: #fa7487;
    cursor: pointer;
    line-height: 20px;
    padding-left: 5px;
    border-radius: 5px;
}

.filled {
    background-color: #76d599;
    border-color: #76d599;
    cursor: pointer;
    line-height: 20px;
    padding-left: 5px;
    border-radius: 5px;
}

.notfilled {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    line-height: 20px;
    padding-left: 5px;
    border-radius: 5px;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #dadada;
}

.fc-widget-header {
    height: 30px;
    line-height: 30px;
    color: #969696;
    font-weight: initial;
    font-size: 16px;
}

.fc-unthemed td.fc-today {
    background: #ececec;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0px;
    height: 70px;
    line-height: 70px;
    background: #5e7286;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.fc-toolbar h2 {
    font-size: 26px;
    line-height: 70px;
}

.fc-state-default.fc-corner-left {
    position: absolute;
    border: 0px;
    background: #5e7286;
    color: #fff;
    left: 0px;
    height: 70px;
    line-height: 70px;
}

.fc-state-default.fc-corner-right {
    position: absolute;
    border: 0px;
    background: #5e7286;
    color: #fff;
    right: 0px;
    height: 70px;
    line-height: 70px;
}

.fc-icon {
    font-size: 1.5em;
}

.calendar-panel {
    position: relative;
}

.calendar-item {
    position: relative;
}

.calendar-color-tip {
    color: #111111;
    /*float: left;
    margin: 70px 0 0 20px;*/
    width: 110px;
    position: absolute;
    right: 0px;
    top: 70px;
}

.calendar-color-tip-item {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 5px;
}

.calendar-color-tip span {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}


.teaching-edit-page {
    padding: 20px;
}

    .teaching-edit-page .form-group {
        margin-bottom: 10px;
    }

    .teaching-edit-page .control-label {
        line-height: 34px;
        text-align: right;
        padding: 0px;
    }

    .teaching-edit-page .control-tip {
        line-height: 34px;
        font-weight: bold;
    }

    .teaching-edit-page .right-label {
        margin: 0 0 0 10px;
        position: relative;
        top: -2px;
    }

    .teaching-edit-page .btn-plan a.btn {
        margin-right: 10px;
    }

.stueval-pop span {
    font-size: 12px;
    /*padding: 0 16px;*/
    display: inline-block;
    height: 27px;
    line-height: 26px;
    border: 1px solid #a0a0a0;
    margin: 0px 10px 0 0;
    color: #898484;
    cursor: pointer;
    position: relative;
    width: 60px;
    text-align: center;
}

.stueval-pop label {
    font-weight: 500;
    display: inline-block;
    width: 85px;
    text-align: right;
}

.stueval-pop span i {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 8px solid #3d87ec;
    border-left: 8px solid transparent;
    /*border-left: 8px solid #3d87ec;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;*/
    display: none;
}

.stueval-pop span:hover {
    border: 1px solid #3d87ec;
}

.stueval-pop span.on {
    background: #fff;
    border: 1px solid #3d87ec;
    color: #3d87ec;
}

    .stueval-pop span.on i {
        display: block;
    }

.stueval-table th {
    text-align: center;
}

.table-bordered > tbody > tr > td.stueval-only {
    text-align: center;
    padding-top: 21px;
    font-size: 16px;
    font-weight: bold;
}

.table-bordered > tbody > tr > td.stueval-name {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.table-bordered > tbody > tr > td.stueval-num {
    padding-top: 31px;
    text-align: center;
}

.table-bordered > tbody > tr > td.ass-num {
    padding-top: 25px;
    text-align: center;
}

.table-bordered > tbody > tr > td.stueval-btns {
    text-align: center;
    padding-top: 15px;
}

    .table-bordered > tbody > tr > td.stueval-btns a {
        margin-bottom: 5px;
    }

.table-bordered > tbody > tr.assistant-page > td.stueval-only {
    text-align: center;
    padding-top: 15px;
}

.table-striped > tbody > tr.saved {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr.unsave {
    background-color: #fff;
}

.table-striped > tbody > tr.gaoliang {
    background-color: #ececec;
}

.lcs-hastask {
    font-weight: initial;
    font-size: 12px;
    padding-top: 5px;
    color: #999;
}

    .lcs-hastask .lcs_switch.lcs_off {
        background: #999;
        box-shadow: 0px 0px 2px #999 inset;
    }

    .lcs-hastask .lcs_switch.lcs_on {
        background: #0097e6;
        box-shadow: 0px 0px 2px #0097e6 inset;
    }

    .lcs-hastask .lcs_switch {
        top: -2px;
        margin: 0 3px;
    }

    .lcs-hastask .on {
        color: #000;
    }

.learning-value span.notclick {
    background: #ddd;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
}

    .learning-value span.notclick:hover {
        border: 1px solid #a0a0a0;
    }

.show-email {
    font-size: 12px;
    font-weight: initial;
}

.stu-daiyreport {
    max-height: 120px;
    overflow: auto;
    padding-top: 5px;
}

.reply-plane {
    text-align: right;
    margin-top: 27px;
}

.teaching-edit-page .reply-plane a.btn {
    margin-right: 0px;
    margin-left: 10px;
}
/*填写授课日志*/
.form-note .form-label {
    float: left;
}

.form-note span.form-label {
    margin-right: 15px;
}

.form-note .col-xs-2 {
    padding: 0px;
    text-align: right;
    min-width: 100px;
}

.rili {
    margin-right: 10px;
}

.floatLeft {
    float: left;
}

.stu-daiyreport .name-time {
    color: #2466c5;
    font-size: 12px;
}

#table_reply, #table_all {
    table-layout: fixed;
}

.teaching-progress {
    width: 120px;
    margin-bottom: 0px;
    float: left;
    background: #f5f5f5;
}

.teaching-progress-tip {
    float: left;
    margin-left: 10px;
}

.teaching-progress .progress-bar {
    background-color: #63b94a;
}

.teaching-progress-edit .teaching-progress {
    width: 250px;
    margin-top: 7px;
}

.teaching-progress-edit .teaching-progress-tip {
    margin-top: 7px;
    font-size: 16px;
}

.span-circle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.reason-abs {
    margin-bottom: 10px;
    color: blue;
    text-align: center;
}

.report {
    color: #000;
    margin-bottom: 10px;
}

    .report p {
        margin-bottom: 0px;
    }

.btn_primary_other {
    background: #f5a71f;
    border: 1px solid #f5a71f;
    width: 100px;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 5px;
}

    .btn_primary_other:hover, .btn_primary_other:focus {
        background: #e39104;
        border: 1px solid #e39104;
    }

.btn_primary_save {
    background: #fff;
    border: 1px solid #f5a71f;
    color: #f5a71f;
    width: 100px;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 5px;
    margin-right: 10px;
}

    .btn_primary_save:hover, .btn_primary_save:focus {
        color: #e39104;
        border: 1px solid #e39104;
        background: #fff;
    }

.relative {
    position: relative;
}

.class-num {
    position: absolute;
    bottom: -20px;
    /*margin-left:27%;*/
    color: blue;
}

.up-tip {
    /*margin-top: 5px;*/
    padding-left: 0px;
    padding-top: 5px;
}

    .up-tip p {
        margin-bottom: 10px;
        word-wrap: break-word;
        word-break: break-all;
    }

.dataTable .sorting_desc:after {
    text-decoration: inherit;
    margin-left: 5px;
    font-size: 0.75em;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: relative;
    top: 10px;
}

.dataTable .sorting_asc:after {
    text-decoration: inherit;
    margin-left: 5px;
    font-size: 0.75em;
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: relative;
    top: -10px;
}

.repetition-rate {
    height: 48px;
    background: rgba(250,250,250,1);
    border-radius: 4px;
    line-height: 48px;
    border: 1px solid rgba(236,236,236,1);
    padding: 0 14px;
    color: #666666;
    margin-bottom: 30px;
}

    .repetition-rate .import {
        color: #F99854;
        font-size: 18px;
        margin: 0 5px;
    }

    .repetition-rate a {
        float: right;
        color: #2C5BE8;
    }

    .repetition-rate img {
        width: 23px;
        height: 23px;
        margin-right: 10px;
        vertical-align: -6px;
    }

.color-box {
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin: 10px auto 0 auto;
}

.color-span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    vertical-align: -1px;
    margin: 0 5px 0 20px;
}

.color1 {
    background: #FFE1B0;
}

.color2 {
    background: #FFCB87;
}

.color3 {
    background: #FC8D58;
}

.color4 {
    background: #D7301D;
}

.color5 {
    background: #96001A;
}

.changjian-warp {
    margin-top: 20px;
    color: #828282;
}

    .changjian-warp span {
        color: #4A4A4A;
        line-height: 28px;
        height: 30px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        margin-right:14px;
        cursor:pointer;
        display:inline-block;
        padding:0px 13px;
        position:relative;
    }
        .changjian-warp span:hover {
            border: 1px solid #2c5be8;
            color: #2C5BE8;
        }
        .changjian-warp span.active {
            border: 1px solid #2c5be8;
            color: #2C5BE8;
        }
            .changjian-warp span.active::after {
                content: url('../img_equity/type-active.png');
                position: absolute;
                right: 0px;
                top: 0px;
                line-height: 17px;
            }
.select-stu {
    border: 1px solid #2c5be8;
    color: #2C5BE8;
    font-weight: 500;
    height: 30px;
    line-height:28px;
    border-radius: 4px;
    display: inline-block;
    width: 86px;
    text-align:center;
}
    .select-stu:hover {
        background: #2C5BE8;
        color:#fff;
    }
.select-warp {
    padding:20px;
}
.select-warp__item {
    width: 346px;
    height: 412px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 4px ;
    float: left;
}
.select-warp__btn {
    width: 110px;
    height: 412px;
    float: left;
   position:relative;
}
    .select-warp__btn a {
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #fbfbfb;
        border: 1px solid #e2e2e2;
        color: #e2e2e2;
        border-radius: 50%;
        position: absolute;
        top: 100px;
        left: 40px;
    }
        .select-warp__btn a:focus {
            text-decoration:none;
        }
        .select-warp__btn a:hover {
            background: #fff;
            border: 1px solid #2C5BE8;
            color: #2C5BE8;
        }
        .select-warp__btn a.disable {
            background: #fbfbfb;
            border: 1px solid #e2e2e2;
            color: #e2e2e2;
            cursor: not-allowed;
        }
            .select-warp__btn a.disable:hover {
                background: #fbfbfb;
                border: 1px solid #e2e2e2;
                color: #e2e2e2;
            }
            .select-warp__btn a:nth-child(2) {
                top: 150px;
            }
        .select-warp__btn a:nth-child(3) {
            top: 200px;
        }
        .select-warp__btn a:nth-child(4) {
            top: 250px;
        }
.select-warp__title {
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    color: #333333;
    border-top:0px;
    padding-left:19px;
}
.input-warp {
    padding:10px;
    position:relative;
}
    .input-warp input {
        width: 324px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        padding:0 30px 0 10px;
    }
    .input-warp img {
        position:absolute;
        right:20px;
        top:17px;
    }
.select-stulist {
    padding:0 10px;
    height:320px;
    overflow:auto;
}
    .select-stulist li {
       margin:5px 0;
    }
    .select-stulist li input {
        vertical-align: -2px;
    }
    .select-stulist li label {
       margin-left:20px;
       font-weight:500;
       cursor:pointer;
    }
        .select-stulist li label .name {
            display:inline-block;
            width:60px;
        }

.selected-warp {
    border: 1px solid #ececec;
    border-radius: 4px;
    padding:0 10px;
    font-weight:500;
}
   
.selected-warp__item {
    width: 85px;
    height: 30px;
    background: #f4f8ff;
    border: 1px solid #e5eeff;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    position: relative;
    color: #333333;
    font-weight:600;
    margin-right:10px;
}
    .selected-warp__item .close-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 12px;
        height: 12px;
        background:url(../img_equity/close.png);
        color:#fff;
        border-radius: 0px 0px 4px 0px;
        display:inline-block;
        font-size:12px;
        font-weight:400;
        cursor:pointer;
    }