﻿.view-study-detail {
    position: relative;
}
.view-study-detail .legend {
    margin-bottom: 5px;
}
.view-study-detail .legend div {
    width: 15px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}
.view-study-detail .correct-understand {
    background-color: rgb(34, 177, 76);
}
.view-study-detail .error-nounderstand {
    background-color: rgb(237, 28, 36);
}
.view-study-detail .cando-canred {
    background-color: rgb(195, 195, 195);
}
.view-study-detail .legend label {
    margin-right: 30px;
}
.view-study-detail .question-container .tb-question-container {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
}
.view-study-detail .question-container .tb-question-container .trhead {
    background: var(--color-base-secondary);
    line-height: 40px;
    color: #fff;
}
.view-study-detail .question-container .tb-question-container .sd-fullname {
    width: 135px;
}

.view-study-detail .question-container .tb-question-container tr.user-item:hover {
    background-color: rgb(216, 234, 248);
}
.view-study-detail .sd-bar {
    width: 70px;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
.view-study-detail .back-to-prev {
    position: absolute;
    right: 150px;
    top: 55px;
    color: var(--color-base-secondary);
    cursor: pointer;
    display: none;
}
.view-study-detail .send-temp-task {
    position: absolute;
    right: 0px;
    top: 50px;
    color: #fff;
    cursor: pointer;
    background: rgb(109, 170, 233);
    padding: 3px 8px;
    display: none;
}
.view-study-detail .resource-container {
    display: none;
}
.view-study-detail .resource-container .resource-list {
    border: 1px solid #ccc;
}
.data_choic .sel {
    background-color: var(--color-base-primary);
    color: white;
}
.divlist:hover {
    background-color: var(--color-secondary-fifth);
}
.jbox .jbox-title-panel {
    background: var(--color-base-secondary) !important;
}
.jbox-button {
    background: var(--color-base-secondary) !important;
    color: #fff !important;
}
.divlist:hover .SXEditor {
    background: #fff;
}
.sel-ques-resouce {
    width: 712px;
}
.sel-ques-resouce .sel-ques-resouce-item {
    border: 1px solid rgb(216, 234, 248);
    padding: 3px 5px;
    display: inline-block;
    margin: 5px;
    position: relative;
    width: 215px;
    cursor: move;
}
.sel-ques-resouce .sel-ques-resouce-item .close-btn {
    border: 1px solid #999;
    display: inline-block;
    line-height: 12px;
    color: #999;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 8px;
}
.sel-ques-resouce .sel-ques-resouce-item .content {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.result {
    padding: 16px 10px 20px 0px;
    top: -10px;
}

.no-title-msg {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 20px 0;
    font-size: 18px;
    color: #999;
    text-align: center;
    line-height: 40px;
}
