/* 公用样式 */
html {
    height: 100%;
}
body {
    height: 100%;
    background-color: transparent !important;
}
p {
    margin: 0;
}
[contenteditable]:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
[contenteditable] {
    padding:30px;
}
.td-wrapper {
    position: relative;
}
/* .td-content {
    
} */
li {
    list-style: none;
}
ol li {
    list-style: unset;
}
.bold {
    font-weight: bold;
}
.dark-blue {
    color:#3d55ad;
}
.rule-red {
    color:#D0021B;
}
.light-red {
    color:#EA2121;
}
.cur {
    cursor: pointer;
}
.grey {
    color:#ccc;
}
.dark-grey {
    color:#999;
}
.mt5{
    margin-top:5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.fs20 {
    font-size: 20px;
}
.fs16 {
    font-size: 16px;
}
.fs14 {
    font-size: 14px;
}
.fs12 {
    font-size: 12px;
}
.catalog {
    /* width: 34%; */
    min-width: 287px;
    max-width: 320px;
}
.light-orange {
    color:#ff9800;
}
.bg-orange {
    background-color: #ffb45c !important;
    border: 1px solid #ffb45c;
}
.bg-write-border-orange{
    background:#fff; border:1px solid #ff9a00; color:#ff9a00;
}
.bg-pink {
    background-color: #f9f9f9 !important;
    border: 1px solid #ccc;
}
.bg-red {
    background-color: #F74646 !important;
    border: 1px solid #F74646;
    color: #fff;
}
.bg-light-orange {
    background-color: #FFB873!important;
    border: 1px solid #FFB873;
    color:#fff;
}
.chosen-container {
    width: 200px !important;
    margin: 0;
}
.clearfix {
    overflow: visible;
}
.edit_i {
    margin-left: 10px;
    display: inline-block;
    width: 50px;
}
/* 分页样式 */
#page,#page2 {
        margin: 20px auto;
        color: #666;
        display: block;
        text-align: center;
    }

#page li,#page2 li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    min-width: 60px;
    color: #0073A9;
    height: 28px;
}

#page li.xl-disabled,#page2 li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-active,#page2 li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}
/* 修改痕迹 */
ins {
    color:#ff9800;
    text-decoration: none;
}
del {
    color: #999;
}
/* radio样式 */
.rd {
	display: none;  /* 将原生的radio隐藏 */
}
 
/* label 模拟 “底部框” */
.rd + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ccc;
}
 
/* “label::before伪元素 模拟 “选择小圆块” */
.rd + label:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;		
	z-index: 500;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
 
/* radio选中状态时，“底部框”的样式 */
.rd:checked + label {
    background: #FF9800;	
    border: none;
}
 
/* radio选中状态时，“选择小圆块”的样式 */
.rd:checked + label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;			
}
/* 我的课程 */
.my_course_wrap {
    height: 100%;
}
.my_course_wrap>div{
    background-color: #fff;
    min-height: 900px;
    box-shadow:  0px -2px 5px 0px #dcdcdc,  
                 -2px 0px 5px 0px #dcdcdc,   
                 2px 0px 5px 0px #dcdcdc,    
                 0px 2px 5px 0px #dcdcdc;  
    border-radius: 2px;
    padding: 15px;
}
.my_course_wrap .course_info:hover{
    box-shadow:  0px -1px 3px 0px #dcdcdc,  
                 -1px 0px 3px 0px #dcdcdc,   
                 1px 0px 3px 0px #dcdcdc,    
                 0px 1px 3px 0px #dcdcdc;  
}
.my_course select {
    border-radius: 4px;
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
    color:#333;
    min-width: 100px;
    max-width: 150px;
    border: 1px solid #ccc;
    text-align: center;
    text-align-last: center;
}
select:disabled{
    /* background:#ccc; */
    color:#ccc;
}
.my_course select:first-child{
    margin-left: 0;
}

.course_info {
    position: relative;
    width: 250px;
    height:232px;
    background-color: #fff;
    padding: 5px;
    margin-right: 10px;
    /* border: 1px solid rgba(0,0,0,.1); */
    float: left;
    margin-bottom: 20px;
    font-size: 12px;
    
}
.course_img {
    width: 100%;
    height: 110px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.progress {
    height: 5px;
    margin-bottom: 0;
    margin-top: 5px;
    background-color: #FFEAD6;
}
.progress-bar {
    background-color: #FF9800;
}
.teacher_avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.show_message {
    background: url("/static/img/bell.cd909756250c.png") no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
}
.show_message .badge2 {
    position: absolute;
    right: -2px;
    top: -5px;
    width: auto;
    height: 15px;
    min-width: 15px;
    text-align: center;
    padding: 2px;
    line-height: 15px;
    color:#fff;
    font-size: 12px;
    background-color: red;
    border-radius: 50%;
}
.course_operation {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 14px;
}
.course_operation>span {
    width: 30%;
}
.change_month {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}
.month_num {
    margin:0 20px 0 20px;
}
.change_month>i {
    font-size: 20px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #bbb;
    font-weight: bold;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    background-color: #f9f9f9 !important;
}
/* 弹出框 */
.mgpd {
    margin-top: 0;
    padding-top: 0;
}
.my_course_wrap .popover-title ,.course_settings .popover-title,.popover-title{
    display: none;
}
.my_course_wrap .popover.right .arrow {
    border-right: none;
}
.my_course_wrap .popover {
    min-width: 214px;
}
.popover_detail {
    min-width: 100px;
}
.popover_detail .popover-content {
    text-align: center;
    padding: 0;
}
.popover_detail .popover-content span {
    font-size: 14px;
    color:#666;
}
.popover_detail .popover_span {
    padding: 4px 17px;
    display: inline-block;
    width: 100%;
}
.popover_span_click {
    color:#ff9800 !important;
    background-color: #f1f1f1;
}
.edit_show_status .show_popover {
    position: static !important;
    color:#ff9800;
    display: none;
    font-size: 20px;
}
.edit_show_status .content_page {
    padding: 30px;
    float: right;
    width: 600px;
    font-family: sans-serif;
    font-size: 16px;
    margin-top: 23px;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    box-shadow:  0px -2px 5px 0px rgba(0,0,0,.1),  
                 -2px 0px 5px 0px rgba(0,0,0,.1),   
                 2px 0px 5px 0px rgba(0,0,0,.1),    
                 0px 2px 5px 0px rgba(0,0,0,.1);
}
.content_page td,.content_page th {
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.bg-dark {
    background-color: #f1f1f1;
}
.resource_name {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 模态框 */
#create_course_modal .form-control ,#create_and_use_course_modal .form-control{
    width: 200px;
}
#create_course_modal .modal-footer ,#create_and_use_course_modal .modal-footer{
    border-top: none;
}
/* 表单 */
#create_course_modal .form-group label ,#create_and_use_course_modal .form-group label{
    display: inline-block;
    width: 100px;
}
#create_course_modal .form-horizontal ,#create_and_use_course_modal .form-horizontal{
    width: 65%;
    margin: 0 auto;
}
#create_and_use_course_modal .modal_nav{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: grey;
    margin-top: 15px;
    cursor: pointer;
}
#create_and_use_course_modal .modal_nav span{
    padding-bottom: 10px;
}
#create_and_use_course_modal .modal_nav_active {
    color:#101010;
    border-bottom: 2px solid #FF9800;
}



/* 创建课程 */
.create_course_wrap .course_detail{
    background-color: #fff;
    padding:10px 20px;
    color:#333;
    border-bottom: 1px solid #ccc;
}
.create_course_wrap .course_detail>p{
    margin: 0;
}

/* 创建课程文本编辑区域 */
.create_course_wrap .text-edit-area .ke-statusbar{
    /* display: none; */
}
.ke-tabs {
    display: none !important;
}
span[data-name=image] {
    display: none !important;
}
.create_course_wrap .text-edit-area .ke-container-default{
    min-width: 300px;
    margin: 0 auto;
}
.create_course_wrap .text-edit-area .ke-container{
    border: none;
    float: right; 
    overflow: inherit;
}
.show_course_detail .text-edit-area .ke-container{
    float: none !important;
}
.create_course_wrap .text-edit-area .ke-edit-iframe{
    box-shadow:  0px -2px 5px 0px rgba(0,0,0,.1),  
                 -2px 0px 5px 0px rgba(0,0,0,.1),   
                 2px 0px 5px 0px rgba(0,0,0,.1),    
                 0px 2px 5px 0px rgba(0,0,0,.1);  
    border-radius: 2px;
}
.create_course_wrap .create_edit_text .text-edit-area .ke-edit{
    background-color: #fff;
}
.create_course_wrap .text-edit-area .ke-content{
    background-color: #fff;
    position: relative;
}
.create_course_wrap .text-edit-area .ke-toolbar{
    background-color: #f9f9f9;
    border: none;
    padding: 10px 0;
}
.create_course_wrap .text-edit-area{
    margin: 0 auto;
    height: 100%;
}
.text-edit-area table {
    margin: 0 auto;
}
.create_course_wrap .edit-footer{
    position: absolute;
    /* bottom: -38px; */
    bottom: 0;
    right: 0;
    width: 100%;
}
.create_course_wrap .ke-outline,.create_course_wrap .ke-toolbar-icon{
    font-size: 16px !important;
    line-height:1 !important;
}
.create_course_wrap .text-edit-area .ke-content{
    height: 100%;
}
.create_course_wrap .text-edit-area .ke-icon-multiimage{
    width: 20px;
}
 .ke-outline{
    width: 50px;
    border: none !important;  
}
/* 创建课程-目录 */
.create_course_wrap .catalog {
    padding:42px 0px 0 20px;
}
.theme_click:hover {
        
}
.create_course_wrap .theme-list {
    /* padding: 20px 0; */
}
.create_course_wrap .theme-wrap {
    border-left: 1px solid #ccc;
    position: relative;
    padding: 10px 20px;
    min-height:45px;
}
.create_course_wrap .theme-wrap i{
    position: absolute;
    left: -6px;
    top: 15px;
}
.create_course_wrap .theme-wrap .fa-circle-o{
    background-color: #f9f9f9;
}
.create_course_wrap .theme-title {
    color:#FF9800 !important;
    font-weight: 550;
}
.theme_click:hover {
    background: #f1f1f1;
}
.create_course_wrap .category_title {
    font-size: 16px;
    position: relative;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-weight: 550;
    padding-bottom: 10px;
}
.create_course_wrap .category_title .fa-circle-o{
    font-size: 12px;
    color: #ddd;
    position: absolute;
    left: -6px;
    top: -3px;
    vertical-align: bottom;
    height: 20px;
    transform: rotate(180deg);
    background-color: #f9f9f9;
    font-weight: 500;
}
.create_course_wrap .theme-title2{
    font-size: 14px;
    color:#666;
}
.create_course_wrap .theme-detail {
    font-size: 12px;
    color:#ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*min-height: 18px;*/
}
.create_course_wrap .theme-wrap .category_tint {
    background: url("/static/img/selected.ce0757f52ba5.png") no-repeat;
    width: 20px;
    height: 20px;
}
.create_course_wrap .theme-inner {
    padding-left:20px;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    color:#666;
}
.create_course_wrap .save_and_submit {
    width: 70%;
    bottom:-81px;
    height: 40px;
    background-color: #f9f9f9;
    line-height: 40px;
    box-shadow:   0px 2px 5px 0px rgba(0,0,0,.3);  
}
.create_course_wrap .theme-inner-inner {
    padding-left:40px;
    margin-top: 10px;
    position: relative;
    color:#666;
    font-size: 14px;
}
.create_course_wrap .theme_first {
    color:#333;
    font-size: 16px;
}

.create_course_wrap .theme-inner .category_tint{
    position: absolute;
    left: -28px;
    top: 5px;
}
.create_course_wrap .theme-inner-inner .category_tint{
    position: absolute;
    left: -28px;
    top:5px;
}
/* 创建课程-日历 */
.create_course_wrap .calendar_table td{
    text-align: center;
    width: 70px;
}
.create_course_wrap .calendar_table tr{
    height: 40px;
}
.create_course_wrap .calendar_table .date_detail{
    background-color: #efefef;
    font-weight: bold;
}
.date_active {
    background-color: #FF9800 !important;
    color:#fff;
}

/* 设置 */
.course_settings .course_settings_head{
    background-color: #fff;
    padding:10px 20px 0 20px;
    color:#333;
    position: relative;
}
.course_settings .course_settings_head li{
    min-width: 50px;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.li_active {
    color:#FF9800;
    border-bottom: 2px solid #ff9a00;
}
.course_settings .select_wrap select{
    width: auto
}
.course_settings .course_settings_detail{
    margin-top: 10px;
    height: 100%;
}
.course_settings .modal_wrap,.course_settings .plan_wrap{
    width: 20%;
    float: left;
    min-width: 252px;
    border: 1px solid #ccc;
    background-color: #fff;
    /* height: 100%; */
}
.course_settings .modal_detail{
    width: 59%;
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15px;
    height: 100%;
    min-height: 800px;
    margin-left: 1%;
    position: relative;
}
.course_settings .teaching-record_detail{
    width: 59%;
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15px;
    height: 100%;
    min-height: 800px;
    margin-left: 1%;
    position: relative;
}
.course_settings .add_tips_wrapper{
    width: 15%;
    margin-left: 1%;
    border: 1px solid #ccc;
    min-height: 200px;
    float: left;
}
.theme_click .fa-circle {
    transform: scale(0.7);
}
.course_settings .add_tips_wrapper div{
    padding: 5px;
}
.course_settings .add_tips_wrapper textarea{
    padding: 5px;
    border: none;
    width: 100%;
    height: 100%;
    resize:none;
    font-size:12px;
}
.course_settings .modal_wrap .theme_wrap{
    padding:0 10px;
    height: 40px;
    width: 100%;
    color:#101010;
    background-color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.course_settings .modal_wrap .record_click,.course_settings .modal_wrap .add_teaching_record{
    padding:0 10px;
    height: 40px;
    width: 100%;
    color:#101010;
    background-color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.course_settings .modal_wrap  i{
    /* height: 100%; */
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 50%;
    margin-top: 5px;
}
.course_settings .modal_wrap .theme-active i{
    /* height: 100%; */
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin-top: 5px;
}
.course_settings .modal_wrap .theme-active .fa-caret-down ,.course_settings .modal_wrap .theme-active .fa-caret-up{
    background-color: #FFECE7;
}
.course_settings .modal_wrap .no-active i{
    /* height: 100%; */
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 5px;
}
.course_settings .modal_wrap .no-active i:first-child,.course_settings .modal_wrap .no-active i:nth-child(2) {
    background-color: #fff;
}
.course_settings .modal_wrap .theme-active {
    background-color: #FFECE7;
    color:#101010;
}
.course_settings .modal_wrap .record_checked {
    background-color: #FFECE7;
    color:#101010;
}
.course_settings .modal_wrap .record_click span{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
}
.course_settings .modal_wrap .no-active {
    background-color: #fff;
    color:#101010;
}
.course_settings .label-width {
    width: 126px;
    text-align: right;
    display: inline-block;
}
.advice{
    height: 15px;
    width: 15px;
    display: inline-block;
    background-image: url("/static/img/checkbox_none.e4ccaf4bd76d.png");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.modal_theme_body .advice{
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url("/static/img/no_checked.b147cd42eada.png");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.modal_theme_body input[type="checkbox"]:checked + .advice{
    background-image: url("/static/img/checked2.c02540638b75.png");
}
.modal_theme_body input[type="checkbox"]:disabled + .advice{
    background-image: url("/static/img/disable_checked.65bfda9be8d3.png");
}
input[type="radio"]:checked + .advice{
    background-image: url("/static/img/checkbox_orange.50b26412e2c9.jpg");
}
input[type="checkbox"]:checked + .advice{
    background-image: url("/static/img/checkbox_orange.50b26412e2c9.jpg");
}
.advice2{
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url("/static/img/circle_no_check.9717bdd520d6.png");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
input[type="radio"]:checked + .advice2{
    background-image: url("/static/img/circle_check.27834df483bf.png");
}
input[type="checkbox"]:checked + .advice2{
    background-image: url("/static/img/circle_check.27834df483bf.png");
}
.course_settings_text_wrap {
    /* height: 600px; */
}
.course_settings_text_wrap .ke-toolbar {
    background-color: #fff !important;
}
.course_settings_text_wrap .ke-edit {
    min-height: 500px !important;
    height: 100% !important;
}
input[name=frame_name]{
    display: block;
}
/* 警告框 */
.warn_wrap-success {
    width: 100px;
    height: 30px;
    position: fixed;
    left: 50%;
    top: 20%;
    transform: translate(-50%,-50%);
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    background-color: #f8f8f8;
}

/* 查看课程 */
.show_course_detail .ke-toolbar {
    display: none !important;
}
.show_course_detail .full_page_wrap .edit-footer {
    /* position: static; */
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    bottom: -50px;
}
.show_course_detail .text-edit-area {
    width:600px;
    position: relative;
    margin-top:40px;
    position: relative;
}
.course_status_wrap {
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 1002;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* transform: rotate(20deg); */
    /* display: inline-block; */
    background-color: #f9f9f9;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* font-weight: bold; */
    font-size: 12px;
}
.history_record_wrap {
    position: absolute;
    right: 0px;
    top: 45px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 1002;
}
.history_record_wrap>a {
    color: #b6b6b6;
    text-decoration: none;
}
 .course_status_active_error {
    /* border: 1px solid #D0021B; */
    color:#D0021B;
}
.course_status_active_caogao {
    /* border: 1px solid #ccc; */
    color:#ccc;
}
 .course_status_active_wait {
    /* border: 1px solid #FD9933; */
    color:#FD9933;
}
.course_status_active_success {
    /* border: 1px solid #33BF58; */
    color: #33BF58;
}
.show_course_detail .reflect_course_wrap {
    /* display: grid; */
    background-color: #fff;
    border-top: 1px dashed #ccc;
    
    width: 100%;
    margin: 0 auto;
}
.reflect {
    height:200px;
    background-color:#fff;
    width: 100%;
    position: absolute;
    top: 952px;
    padding: 20px;
    border-top: 1px dashed #ccc;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}
.reflect_textarea {
    width: 100%;
    border: 1px dashed #ccc;
    min-height: 100px;
}
.show_course_detail .text-edit-area .ke-edit-iframe {
    box-shadow: none;
}
.show_course_detail .reflect_textarea {
    width: 100%;
    margin-top: 10px
}
.show_course_detail .reflect_textarea textarea{
    width: 100%;
}
.show_course_detail .empty_page{
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
}
.show_course_detail .empty_page_wrap {
    border:1px solid #ccc;
    min-height: 700px;
    height: auto;
    position: relative;
    z-index: 1000;
    padding:10px;margin:0;
}

/* 课程审批 */
.course_approve .course_approve_pass {
    border: 1px solid #FF9800;
    border-radius: 4px;
    margin-left: 10px;
    width: 84%;
}
.progress_other_name {
    width: 100px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course_approve .show_status{
    width: 100px;
    height: 100px;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    text-align: center;
    background-color: #f9f9f9;
    opacity: .8;
}
.course_approve .show_status_text{
    display: inline-block;
    transform: rotate(-30deg);
    width: 94px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    font-size: 16px;
}
/*  */
.course_approve .approval_table th{
    background-color: #f9f9f9;
}
.approval_wrap .approval_table th{
    background-color: #f9f9f9;
    border: none;
}
.approval_wrap .table_progress{
    /* max-width: 600px; */
    width: 400px;
}
.approval_wrap .approval_table td{
    /* line-height: 120px; */
    height: 125px;
}
.approval_wrap .progress-line{
    display: inline-block;
    width: 90px;
    margin-top: 6px;
}
.under_pro .progress_name {
    vertical-align: top;
}
.up_pro .progress_name {
    vertical-align: bottom;
}
.approval_wrap .progress_name{
    display: inline-block;
    width: 99px;
}
.course_approve .annotation_wrap textarea,.theme_create_module .annotation_wrap textarea{
    width: 80%;
    border: none;
    height: 80px;
}
.course_approve svg, .theme_create_module svg{
    position: absolute;
    left: 0;
    top: 0;
}
.course_approve .move_div ,.theme_create_module .move_div{
    width: 70px;
    height: 30px;
    position: fixed;
    border-radius: 5px;
    background-color: #F8F8F8;;
    color:#333;
    text-align: center;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    line-height: 30px;
    z-index: 1001;
}
.approval_wrap .progress {
    display: inline-block;
    width: 100px
}
.course_approve .content_page {
    margin: 8px;
    font-family: sans-serif;
    font-size: 16px;
    min-height: 700px;
    overflow: auto;
    border: 1px solid #ccc;
    /* box-shadow:  0px -2px 5px 0px rgba(0,0,0,.1),  
                 -2px 0px 5px 0px rgba(0,0,0,.1),   
                 2px 0px 5px 0px rgba(0,0,0,.1),    
                 0px 2px 5px 0px rgba(0,0,0,.1);   */
}
.course_approve .course_anno_text ,.theme_create_module .course_anno_text{
    border-radius: 5px;
    border:1px solid #ff9a00;
    width:90%;
}
.course_approve .content_page i,.theme_create_module .text-edit-area i,.theme_create_module .rethink-text-area i{
    border-bottom: 2px dashed red;
}
.rethink-text-area {
    overflow: auto;
}
.course_approve .content_page ::selection,.theme_create_module .content_page ::selection {
    color: #101010;
    background: #ffc4c4;
}
/* 批注 */
.course_approve .annotation_list,.theme_create_module .annotation_list {
    height:100%;
}
.show_anno_cartoon {
    margin-left: 10px;
    color:#666;
}
.anno_detail {
    width: 90%;
    max-height: 180px;
    overflow-y: scroll;

}
#content table {
    margin: 0 auto;
}
.edit_anno_txt {
    margin-top:10px;
    padding-left:30px;
    max-height: 273px;
    overflow: auto;
    word-wrap:break-word;
    color: red;
}
.is_anno_content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 /*滚动条样式*/
.library_wrap::-webkit-scrollbar,.export_category_list::-webkit-scrollbar,.edit_anno_txt::-webkit-scrollbar ,.anno_detail::-webkit-scrollbar,.category_list::-webkit-scrollbar,div[name=category_id]::-webkit-scrollbar,.class-list::-webkit-scrollbar{/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.library_wrap::-webkit-scrollbar-thumb,.export_category_list::-webkit-scrollbar-thumb,.edit_anno_txt::-webkit-scrollbar-thumb,.anno_detail::-webkit-scrollbar-thumb,.category_list::-webkit-scrollbar-thumb,div[name=category_id]::-webkit-scrollbar-thumb,.class-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.library_wrap::-webkit-scrollbar-track,.export_category_list::-webkit-scrollbar-track,.edit_anno_txt::-webkit-scrollbar-track,.anno_detail::-webkit-scrollbar-track,.category_list::-webkit-scrollbar-track ,div[name=category_id]::-webkit-scrollbar-track,.class-list::-webkit-scrollbar-track{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.table_progress_scroll {
    overflow:auto;
    height:100%;
    width:400px;
    position: relative;
}
.table_progress_scroll::-webkit-scrollbar{/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
.table_progress_scroll::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #D8D8D8;
    background: rgba(0,0,0,0.2);
}
.table_progress_scroll::-webkit-scrollbar-track{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #fff;
    border-radius: 0;
    background: #fff;
}
.course_approve .anno_active ,.theme_create_module .anno_active{
    color: #ff9800 !important;
}
.course_approve .edit_anno_txt ,.theme_create_module .edit_anno_txt{
    padding: 0 0 0 30px;
}
.course_approve .annotation_list .annotation_wrap , .theme_create_module .annotation_list .annotation_wrap {
    /* min-width: 200px;
     */
    max-width: 300px;
    padding:10px;
    margin-top: 20px;
    border-radius: 2px;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #fff;
}
.anno_wrap_active {
    box-shadow:  0px -2px 5px 0px #dcdcdc,  
                 -2px 0px 5px 0px #dcdcdc,   
                 2px 0px 5px 0px #dcdcdc,    
                 0px 2px 5px 0px #dcdcdc;  
}
/* 课程分类 */
.category_list_wrap {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
}
.category_list_inner {
    background-color: #fff;
    padding: 10px 20px;
    width: 96%;
    border: 1px solid #ddd;
    position: relative;
}
.category_list_inner .out_line{
    width: 98%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 55px;
    position: absolute;
    z-index: -999;
    top: -36px;
    left: -2%;
}
.category_list_inner_inner .out_line{
    width: 96%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 55px;
    position: absolute;
    z-index: -999;
    top: -36px;
    left: -2%;
}
.category_list_inner_inner {
    background-color: #fff;
    padding: 10px 20px;
    width: 92%;
    border: 1px solid #ddd;
    position: relative;
}
.course_fm_list {
    margin-top:10px;
    background-color: #fff;
    padding: 20px;
    width: 100%;
}
/* 课程标签 */
.category_label_wrap {
    min-height: 100px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 2px;
}
.category_label_head {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background-color: #f8f8f8;
}
.category_label_detail {
    background-color: #fff;
    padding: 18px;
    min-height: 58px;
}
.label_ctr span{
    padding:0 10px;
    border-right: 1px solid #ddd;
}
.delete_label {
    background: url("/static/img/btn_delet.49178520f103.png") no-repeat;
}
.category_label_detail>span {
    border-radius: 2px;
    color: #999;
    white-space: nowrap;
    border: 1px solid #ddd;
    height: 30px;
    text-align: center;
    line-height: 40px;
    padding: 5px 9px;
    margin-right: 27px;
    background-color: #f8f8f8;
    position: relative;
}
.category_label_detail i {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 18px;
    height: 18px;
}
/* 课程库 */
.principal_repo .course_overview{
    max-width:26%;
    float: left;
    /* max-width: 265px; */
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
}

.principal_repo .category_list,#create_course_modal .category_list,#create_and_use_course_modal .category_list {
    padding:20px 20px 0 20px;
    background-color: #fff;
    min-height: 50px;
    margin-top: 10px;
    max-height: 150px;
    overflow-y: scroll;
}
#create_course_modal .category_list,#create_and_use_course_modal .category_list,#create_theme .category_list,#edit_theme .category_list {
    border: 1px solid #ddd;
}
.principal_repo .category_title_name,#create_course_modal .category_title_name,#create_theme .category_title_name,#edit_theme .category_title_name {
    display: inline-block;
    /* width: 100px; */
    /* width: 10%; */
    text-align: right;
    line-height: 20px;
}
.principal_repo .label_click ,#create_course_modal .label_click,#create_theme .label_click,#edit_theme .label_click{
    color: #999;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: -3px;
    cursor: pointer;
    padding: 3px 10px;
    white-space: nowrap;
    float: left;
}
.principal_repo .label_click_wrap {
    /* width: 88%; */
    line-height: 20px;
}
#create_course_modal .label_click_wrap,#create_and_use_course_modal .label_click_wrap,#create_theme .label_click_wrap, #edit_theme .label_click_wrap{
    max-width: 70%;
}
#create_course_modal .category_list , #create_and_use_course_modal .category_list,#create_theme .category_list,#edit_theme .category_list{
    max-height: 150px;
    overflow-y: scroll;
}
#create_course_modal .confirm_chose_label ,#create_and_use_course_modal .confirm_chose_label,#create_theme .confirm_chose_label,#edit_theme .confirm_chose_label{
    border: 1px solid #ddd;
    border-top: none;
    text-align: center;
    color:#ff9800;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}
#create_course_modal .checked_label,#create_and_use_course_modal .checked_label ,#create_theme .checked_label,#edit_theme .checked_label{
    padding: 2px 5px;
    background-color: #efefef;
    color:#333;
    margin-right: 10px;
    white-space: nowrap;
    line-height: 30px;
}
#create_course_modal div[name=category_id], #create_and_use_course_modal div[name=category_id], #create_theme div[name=category_id],#edit_theme div[name=category_id]{
    overflow-y: scroll;
    cursor: pointer;
}
.show_category_div {
    /* width: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 34px;
    line-height: 34px;
    cursor: pointer; */
}
 .label_name_active {
    color: #ff9500 !important;
    /* background-color: #fff8f1;
    border-radius: 13px; */
}
.principal_repo .course_table_detail{
    width:100%;
}
.principal_repo .select_list select {
    border-radius: 4px;
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
    color:#333;
    min-width: 80px;
    max-width: 150px;
    border: 1px solid #ccc;
    text-align: center;
    text-align-last: center;
}
.principal_repo .theme_wrap{
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
.principal_repo .theme_wrap_inner_inner{
    /* font-size: 14px;
    line-height: 40px;
    height: 40px; */
}

/* 课程库教师端 */
.use_course_modal {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    text-align: center;
    color:#fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.course_info:hover {
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    border-radius: 5px;
}
.show_file:hover {
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    border-radius: 5px;
}
.show_file .file_img_wrap {
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.show_file {
    width:auto;
    height:auto;
    margin:10px;
    float:left;
    width: 180px;
}
.modal_category_list {
    text-align: center;
}
.export_category_list {
    text-align: left;
    padding: 10px 30px 10px 0;
    max-height: 150px;
    overflow-y: scroll;
}
/* 课程库课程详情 */
.content_wrap {
    float: right;
    height: 100%;
    min-width: 300px;
    width: 70%;
    background: #fff;
    margin-top: 20px
}
.modal_category_list span {
    display: inline-block;
    width: 150px;
    text-align: left;
}
/* ueditor */
#container {
    float: right;
}
#edui1_bottombar {
    display: none;
}
#edui1_message_holder {
    display: block;
}
#edui48_bottombar {
    display: none;
}
#edui48_message_holder {
    display: none;
}
#edui48_iframeholder {
    min-height: 600px;
    border: 1px solid #ccc;
}
/* #edui1_iframeholder {
    min-height: 600px;
    box-shadow:  0px -2px 5px 0px rgba(0,0,0,.1),  
                 -2px 0px 5px 0px rgba(0,0,0,.1),   
                 2px 0px 5px 0px rgba(0,0,0,.1),    
                 0px 2px 5px 0px rgba(0,0,0,.1);
} */
.unit_plan #edui1_iframeholder {
    box-shadow: none;
    border: 1px solid #ccc;
}
#edui1_iframeholder::-webkit-scrollbar{/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
#edui1_iframeholder::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #D8D8D8;
    background: rgba(0,0,0,0.2);
}
#edui1_iframeholder::-webkit-scrollbar-track{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #fff;
    border-radius: 0;
    background: #fff;
}
.course_format #edui1_toolbarboxouter {
    background-color: #fff;
}
.selectTdClass{
    background-color:#edf5fa !important
}
table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{
    border:1px dashed #ddd !important
} 
table{
    margin-bottom:10px;
    border-collapse:collapse;
    display:table;
}
td,th{
    padding: 5px 10px;
    border: 1px solid #DDD;
}
caption{
    border:1px dashed #DDD;
    border-bottom:0;
    padding:3px;
    text-align:center;
}
th{
    border-top:1px solid #BBB;
    background-color:#F7F7F7;
}
table tr.firstRow th{
    border-top-width:2px;
}
.ue-table-interlace-color-single{ 
    background-color: #fcfcfc; 
} 
.ue-table-interlace-color-double{ 
    background-color: #f7faff; 
}
td p{
    margin:0;padding:0;
}
/* 赛课 */
.info_footer p{
   padding: 3px;
}
.info_footer p span{
   margin-right: 10px;
}
.activity_center_name {
    color:#6f7074;
    font-size:13px;
    font-weight:550;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
.border_radius_0{
    border-radius: 0;
}
.course_or_active_name {
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.mui-popover .mui-popover-arrow.mui-bottom{
    display:none;
}
#manage_kind_modal .language_tab_wrap {
    margin: 10px;
    font-size: 16px;
    display: flex;
    justify-content: space-around;
}
.opinion {
    border: 1px solid #ccc;
    /* padding: 10px; */
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
    min-height: 50px;
}
.add_week {
    margin: 5px;
}
.other_week_list {
    
}
.other_week {
    padding: 5px 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    float: left;
    position: relative;
}
.delete_other_week {
    position: absolute;
    right: 2px;
    top: 5px;
}
.other_week_status {
    text-align: center;
    font-size: 12px;
    background-color: #fff;
}
.other_week_checked {
    background-color: #ff9800;
    border: 1px solid #ff9800;
    color: #fff;
}

.other_day {
    padding: 5px 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    float: left;
}
.other_day_status {
    text-align: center;
    font-size: 12px;
    background-color: #fff;
}
.other_day_checked {
    background-color: #ff9800;
    border: 1px solid #ff9800;
    color: #fff;
}
/* 教学记录设置 */
.album-list_setting_wrap {
    margin: 10px 100px;
    border-top: 2px solid #ccc;
    padding: 10px 0;
}
.album-list_setting_wrap li{
    margin:10px 10px 10px 0;
}
.album-list_setting_wrap li input{
    margin-right: 10px;
}
.album-list_setting_wrap li .fa {
    font-size: 20px;
    cursor: pointer;
    margin-right: 5px;
}
.add_album_kind {
    cursor: pointer;
}
.teach-log_item .log-name {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 导出弹窗中的状态 */
.no_submit_status {
    padding: 2px;
    background-color: #ccc;
    color: #8c8c8c;
    font-size: 12px;
}
.pending_status {
    padding: 2px;
    background-color: #F0F6FF;
    color: #436BFF;
    font-size: 12px;
}
.approve_status {
    padding: 2px;
    background-color: #F6FFED;
    color: #52C41A;
    font-size: 12px;
}
.revoked_status {
    padding: 2px;
    background-color: #FFF1F0;
    color: #F5222D;
    font-size: 12px;
}
.show_down_info {
    font-size: 20px;
    vertical-align: middle;
    color: #bfbfbf;
}
.file_manage_wrap span {
    cursor: pointer;
    margin-right: 10px;
    color: #ccc;
}
.upload_div {
    width: 100px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(233, 233, 233, 1);
    background-color: #fff;
}
.upload_div p {
    height: 30px;
    line-height: 30px;
}
.photo_drawer {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 1000001;
}
.drawer_content {
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
    height: 100%;
    background-color: #f4f4f4;
}
.drawer_content iframe {
    width: 100%;
    height: 100%;
}
.drawer_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid #ccc;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.08);
    text-align: right;
}
.year-list_wrap,.year-and-course-list_wrap ,.course-span-list_wrap{
    word-break: break-all;
}
.year-list_wrap span {
    margin:0 10px;
    cursor: pointer;
}
.year-list_wrap .checked_year {
    color: #ff9500 !important;
}
.year-and-course-list_wrap span {
    margin:0 10px;
    cursor: pointer;
}
.year-and-course-list_wrap .checked_year {
    color: #ff9500 !important;
}
.course-span-list_wrap .checked_course {
    color: #ff9500 !important;
}
.course-span-list_wrap span {
    margin:0 10px;
    cursor: pointer;
}